body header.banner.hero {
  height: auto;
  min-height: 0;
  max-height: 0;
  margin: 0;
  padding: 0px;
}
.brand-slider-wrapper .slick-track {
  display: flex !important;
}
.brand-slider-wrapper .slick-slide {
  height: inherit !important;
}
.hs_error_rollup ul {
  padding: 0;
  list-style: none;
  margin-top: -18px;
}
.learnMore label {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  color: #333333 !important;
  margin-bottom: 3px !important;
  font-family: "Helvetica Neue", sans-serif !important;
}
.learnMore .hs-error-msgs label {
  color: red;
}
.learnMore fieldset .hs-form-field select {
  background-image: url(/wp-content/uploads/2020/09/icon.png);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 98%;
  -webkit-appearance: none;
}
.learnMore fieldset.form-columns-2 .hs-form-field:nth-child(odd) {
  padding-left: 0;
  padding-right: 12px;
}
.learnMore fieldset.form-columns-1 {
  padding: 0px !important;
}
.learnMore fieldset .hs-form-field .input {
  margin-right: 0 !important;
}
.learnMore fieldset.form-columns-2 .hs-form-field:nth-child(even) {
  padding-right: 0;
  padding-left: 12px;
}
.learnMore fieldset input.hs-input,
.learnMore fieldset .hs-form-field select,
.learnMore fieldset textarea {
  background-color: #ffffff;
  border: 1px solid #cfd8dc;
  border-radius: 2px !important;
  display: block;
  height: 40px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  color: #8691a0;
  padding: 0 8px !important;
  font-family: "Helvetica Neue", sans-serif;
}
.learnMore fieldset.form-columns-2 .hs-form-field select {
  background-position: 97%;
}
.learnMore .actions {
  text-align: left;
  padding: 0;
}
/*.learnMore .hs-form-private div.hs_submit div.actions input {
  background: #1c8195;
    border-radius: 5px;
    font-family: "Nunito Sans", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    height: 50px;
    min-width: 200px;
    justify-content: center;
    border: 1px solid #1c8195;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0 !important;
    margin-top: 15px;
}*/
.hs-form-private div.hs_submit div.actions input.hs-button {
  background: #1c8195;
  border-radius: 5px;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  /*border: 1px solid #1c8195;*/
  text-transform: capitalize;
  cursor: pointer;
  padding: 0 !important;
  margin-top: 15px;
}
/*.learnMore .hs-form-private div.hs_submit div.actions input:hover {
      background-color: #0F2233;
    box-shadow: 0px 0px 6px #A6ACF5;
    border: 1px solid #A6ACF5;
    text-decoration: none;
    color: #FFFFFF;
}*/
/*.hs-form-private div.hs_submit div.actions input.hs-button:hover {
  background-color: #0F2233;
  box-shadow: 0px 0px 6px #A6ACF5;
  border: 1px solid #A6ACF5;
  text-decoration: none;
  color: #FFFFFF;
}*/
.learnMore fieldset textarea {
  width: 100% !important;
  padding-top: 5px !important;
}
.learnMore fieldset .hs-form-field {
  margin: 0 0 18px !important;
}

.form-control {
  background: #ffffff;
  border: 1px solid #cfd8dc;
  border-radius: 2px;
  display: block;
  width: 100%;
  height: 40px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  color: #8691a0;
  padding: 0 8px !important;
  font-family: "Helvetica Neue", sans-serif;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid #cfd8dc;
}

select.form-control:not([size]):not([multiple]),
.search-form select.search-field:not([size]):not([multiple]) {
  height: 40px;
  background-image: url("/wp-content/uploads/2020/09/icon.png");
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 95%;
  -webkit-appearance: none;
}
.contact-btn {
  background: #1c8195;
  border-radius: 5px;
  height: 50px;
  width: 200px;
  border: 0;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  margin-top: 6px;
  cursor: pointer;
}
section.learnMore {
  background: #fafafa;
  padding: 72px 0 70px;
}
section.learnMore .form-wrap {
  display: inline-block;
  width: 100%;
  box-shadow: none;
  transform: translate(0px, 0px);
}
section.learnMore .form {
  padding: 0;
  background: transparent;
}
.FasstIntegrations {
  padding-top: 78px;
  padding-bottom: 95px;
}
.FasstIntegrations .integartions-head .sec-main-head {
  margin-bottom: 15px;
}
.FasstIntegrations .integartions .integartions-col {
  padding: 0px 6px;
  text-align: center;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.FasstIntegrations .integartions-see-features {
  margin-top: 10px;
}

/*.integartions > div > div img {
    display: table;
    margin: 0 auto 90px auto;
}*/
.seeMoreFeatures {
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 156.86%;
  color: #1c8195;
}
p.whyBreadP {
  color: #0f233f;
}
.whyBreadH2 {
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: 800;
  font-size: 35px;
  line-height: 140%;
  color: #0f233f;
  margin-bottom: 25px;
}
.FasstIntegrations .integartions {
  margin-top: 56px;
  opacity: 0.8;
}
.FasstIntegrations .main-paragraph {
  max-width: 708px;
}

section.chooseBread {
  padding: 95px 0;
}

.chooseBread hr {
  display: inline-block;
  width: 100%;
  border: 1px dashed #cfd8dc;
  margin: 52px 0;
}
/*.breadfeaturesContent h5{
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 156.9%;
    color: #0F233F;
}*/
.breadfeaturesContent {
  width: calc(100% - 72px);
  float: right;
}
.chooseBread h3 {
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: 800;
  font-size: 25px;
  line-height: 140%;
  display: flex;
  align-items: center;
  color: #0f233f;
  margin-bottom: 20px;
}
.yourBrandWrapper {
  padding-left: 45px;
  padding-right: 12px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.trustedBrand {
  padding-top: 96px;
  padding-bottom: 66px;
}
.trustedBrand .images-rows img {
  padding: 0;
}
.trustedBrand .images-rows {
  padding: 0;
  align-items: center;
}
section.driveRealResults {
  padding: 96px 0;
}
section.driveRealResults .resultsBoxWrap {
  padding: 0 8px;
}
.driveRealResults .driveRealResults-head {
  margin-bottom: 40px;
  padding: 0 8px;
}
.driveRealResults .resultsBox {
  background: #ffffff;
  box-shadow: 0px 0px 40px rgba(166, 172, 245, 0.25);
  text-align: center;
  padding: 34px 10px;
}
.driveRealResults .resultPercent {
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: 900;
  font-size: 70px;
  line-height: 80px;
  text-align: center;
  color: #1c8195;
}
.driveRealResults .resultText {
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 156.9%;
  text-align: center;
  color: #0f233f;
  margin-top: 15px;
}

.custom-middel-container {
  max-width: 994px;
}
.guide-step-main {
  padding: 100px 0 53px;
}
.guide-step-main .guide-step-wrap {
  padding-right: 0;
  padding-left: 50px;
}
.guide-step-main .sec-main-head {
  margin-bottom: 29px;
}
.guide-step-main .sec-main-head span {
  border-bottom: 5px solid #1c8195;
  color: #1c8195;
}
.guide-step-main .guide-step-wrap .step-col {
  margin-bottom: 33px;
}
.guide-step-main .guide-step-wrap .step-col .micro-tags {
  text-transform: inherit;
  margin-bottom: 4px;
}
.guide-step-main .guide-step-wrap .step-col .breadH4Head {
  margin-bottom: 4px;
}

.our-main-section .our-main-head {
  margin-bottom: 39px;
  padding: 0px;
}
.our-main-section .our-main-col {
  padding-right: 55px;
  margin-bottom: 42px;
  padding-left: 0px;
}
.our-main-section .our-main-col:nth-child(odd) {
  padding-left: 13px;
}
.our-main-section.our-benefits-sec .our-main-col:nth-child(odd) {
  padding-left: 13px;
}
.our-main-section {
  padding: 96px 0 50px;
}
.productfeature-our-main {
  padding-bottom: 29px;
}
.our-main-section.our-benefits-sec .our-main-col {
  margin-bottom: 41px;
}
.our-main-section.our-benefits-sec {
  padding: 96px 0 69px;
  background-color: #fafafa;
}

section.faq-wrapper.faq-search.accordion-new-section {
  margin-top: 0;
  padding: 61px 0 0px;
}
.faq-wrapper.accordion-new-section .accordion-main-container {
  max-width: 1200px;
  width: 100%;
}
.accordion-new-section .accordion-main-head {
  margin-bottom: 60px;
}

.breadH4Head {
  font-size: 24px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 33px;
  color: #0f2233;
}
.hero-main-banner .hero-main-bg {
  background-image: url("http://localhost:8090/breadpayments/wp-content/uploads/2020/09/Rectangle-59-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  width: 100%;
  height: 100%;
}
section.faq-wrapper.faq-search.accordion-new-section .accordion-main-wrap {
  margin-bottom: 35px;
}
.custom-container {
  padding-left: 142px;
  padding-right: 142px;
}
.hero-main-wrap {
  padding-right: 35px;
}
.hero-main-section {
  background-image: url(https://www.breadpayments.com/wp-content/uploads/2020/09/hero-frame-img.png);
  background-size: contain;
  width: auto;
  background-position: right;
  background-repeat: no-repeat;
  padding-top: 88px;
  padding-bottom: 368px;
}

/*.learnMore-main-wrapper .form-last-btn .purple-button:hover {
  color: #FFFFFF;
  background: #1c8195;
}*/
/*.vertical-dropdown-pages .purple-button:hover {
  background-color: #0F2233;
  box-shadow: 0px 0px 6px #A6ACF5;
  border: 1px solid #A6ACF5;
  text-decoration: none;
  color: #FFFFFF;
}*/
/*.shopper-pay-later .purple-button {
  max-width: 250px;
}*/
.blue-linear-bd {
  position: relative;
}
.blue-linear-bd::before {
  content: "";
  background: linear-gradient(
    180deg,
    rgba(134, 212, 235, 0.15) 0%,
    rgba(134, 212, 235, 0) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  height: 261px;
  width: 100%;
}

.hero-main-wrap .main-paragraph {
  margin-bottom: 34px;
}
.hero-main-wrap .hero-main-head {
  margin-bottom: 20px;
}
.learn-more-link::after {
  content: "";
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #1c8195;
  width: 0;
  height: 0;
  margin-left: 6px;
}
.content-image {
  padding-top: 100px;
  padding-bottom: 87px;
}
.content-image-row {
  display: flex;
  align-items: center;
}
.content-image .single-image {
  text-align: center;
}
.merchant-home-cnt-img .right-content-img {
  padding-left: 132px;
  padding-right: 16px;
}
.image-cnt_wrap .micro-tags {
  margin-bottom: 10px;
  text-transform: capitalize;
}
.image-cnt_wrap .sec-main-head {
  margin-bottom: 24px;
}
.top-minus {
  margin-top: -260px;
}
/*.left-content-img {
   padding-right: 75px;
}*/
.color-content-image {
  background: rgba(166, 172, 245, 0.07);
}
.purple-last-section {
  background-color: #13294b;
  padding: 42px 0px;
  text-align: center;
}
.purple-last-section.shopper-last-sec {
  padding: 68px 0px 74px;
}
.purple-last-section.shopper-last-sec .transparent-btn {
  min-width: 200px;
}
.home-last-section.purple-last-section .home-blue-main-title {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 800;
  margin-bottom: 20px;
  max-width: 625px;
}

.purple-last-section p {
  color: #ffffff;
  max-width: 738px;
  font-size: 18px;
  line-height: 31px;
  font-weight: 300;
  margin-bottom: 25px;
}
.transparent-btn {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  border: 1px solid #ffffff;
  border-radius: 24px;
  text-align: center;
  min-height: 48px;
  color: #ffffff !important;
  padding: 15px 44px;
  text-transform: capitalize;
}
/*.transparent-btn:hover {
  background: #1C8195;
  color: #FFF;
}*/
.purple-last-section .transparent-btn {
  margin: 0 auto;
  display: inline-block;
  /*margin: 8px 10px;*/
}
.network-partner-sec .home-blue-main-title {
  font-size: 35px;
  line-height: 49px;
  color: #000000;
  font-weight: 800;
  margin-bottom: 20px;
}
.network-partner-sec {
  padding-top: 128px;
  padding-bottom: 24px;
}
.network-partner-sec .images-rows {
  padding-top: 0;
}
.hero-main-banner {
  padding: 96px 0px 120px;
  background-size: 50% auto;
}
.choose-dropdown .selected-name {
  max-width: 330px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1c8195;
  background: #fff;
  font-size: 16px;
  color: #1c8195;
  line-height: 22px;
  position: relative;
  cursor: pointer;
  border-radius: 24px;
  font-weight: 800;
  text-transform: capitalize;
  font-family: "Nunito Sans", sans-serif;
  padding-right: 32px;
}
.choose-dropdown {
  width: 100%;
  text-align: left;
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
}
.choose-dropdown .selected-name::before {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #1c8195;
  transition: 0.8s;
}
.choose-dropdown .selected-name.open::before {
  content: "";
  transform: rotate(180deg);
}
.choose-dropdown .choose-main-option {
  border: 1px solid #1c8195;
  border-top: 0;
  position: absolute;
  width: 100%;
  z-index: 99;
  background: #fff;
  top: inherit;
  margin: 0 auto;
  max-width: 330px;
  margin-top: -1px;
}
.choose-dropdown .selected-name.open {
  border-radius: 24px 24px 0px 0px;
}
.choose-dropdown
  .choose-main-option
  ul.select-options-wrap
  .select-option
  a:hover {
  text-decoration: none;
}
.choose-dropdown .choose-main-option ul.select-options-wrap {
  padding: 0;
  list-style: none;
  margin-bottom: 0px;
}

.choose-dropdown .choose-main-option ul.select-options-wrap .select-option {
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  color: #1c8195;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  justify-content: center;
  padding: 10px 0px;
}
.choose-dropdown .choose-main-option ul.select-options-wrap .select-option a {
  color: #1c8195;
}
/*.choose-dropdown .choose-main-option ul.select-options-wrap .select-option:hover {
  background-color: #1c8195;
  color: #fff;
}*/
.choose-dropdown
  .choose-main-option
  ul.select-options-wrap
  .select-option:hover
  a {
  text-decoration: underline;
}
/*.vertical-dropdown-pages .purple-button {
  max-width: 330px;
}*/
.choose-main-option {
  display: none;
}
.post-main-title {
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  margin-bottom: 0;
}
.breadfeaturesImg {
  float: left;
  height: 54px;
  width: 54px;
  border-radius: 50%;
}
.breadfeaturesContent {
  width: calc(100% - 72px);
  float: right;
}
.breadfeaturesContent p {
  color: #333333;
}
.post-main-wrap {
  padding: 0 32px;
  margin-bottom: 42px;
}
.posted-section-main .posted-section {
  padding-top: 99px;
  padding-bottom: 20px;
}
.post-right-wrap {
  padding-left: 75px;
  padding-top: 6px;
  padding-right: 68px;
}
.post-left-content {
  margin-bottom: 25px;
}
/*vertical Pages*/
.hero-main-banner .hero-main-wrap .hero-main-head {
  margin-bottom: 8px;
}
.hero-main-banner .hero-main-wrap .main-paragraph {
  margin-bottom: 32px;
}
.post-main-wrap:nth-child(even) {
  padding-left: 22px;
}
.post-main-wrap:nth-child(odd) {
  padding-right: 15px;
}
.post-left-content .sec-main-head {
  margin-bottom: 15px;
}
.posted-section-main .posted-section .post-left-content {
  padding-right: 30px;
}

/*Case Studies Section */
.case-studies-main .case-study-col .case-study-content .micro-tags {
  color: #475eed;
  margin-bottom: 12px;
  text-transform: inherit;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case-studies-main .case-study-col {
  background: #ffffff;
  box-shadow: 0px 10px 35px rgba(71, 94, 237, 0.12);
  margin-bottom: 16px;
}
.case-studies-main .case-study-col .case-study-image img {
  max-height: 250px;
  min-width: 100%;
  object-fit: cover;
}
.case-studies-main .case-study-row {
  padding: 0px 45px;
  margin: 0;
  display: flex;
  justify-content: center;
}
.case-studies-main .case-study-col-inner {
  padding: 0 12px;
}
.case-studies-main .case-study-col .case-study-content {
  padding: 37px 44px 20px 38px;
}
.case-studies-main .case-study-col .case-study-content .main-paragraph {
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 84px;
}
.case-studies-main .case-study-head .sec-main-head {
  text-align: center;
  margin-bottom: 35px;
}
.case-studies-main {
  padding: 64px 0px 57px;
}
.main-form-heading .sec-main-head {
  margin-bottom: 34px;
}

.shopper-pay-later {
  padding-bottom: 270px;
}
.product-and-features .hero-main-head {
  margin-bottom: 77px;
}
/*Two Ways To Pay*/
.two-ways-to-pay-main .two-ways-option .two-ways-option-wrap {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #ffffff;
  text-align: center;
  padding: 42px 0px 20px;
  height: 100%;
}
.two-ways-to-pay-main
  .two-ways-option
  .two-ways-option-wrap
  .two-ways-option-img {
  padding: 0px 58px;
}
.two-ways-to-pay-main
  .two-ways-option
  .two-ways-option-wrap
  .two-ways-option-img
  img {
  max-height: 234px;
  width: auto;
}
.two-ways-to-pay-main .two-ways-option {
  padding: 0px 12px;
}
.two-ways-to-pay-main
  .two-ways-option
  .two-ways-option-wrap
  .two-ways-option-content
  .main-paragraph {
  list-style: none;
  padding: 0px;
}
.two-ways-to-pay-main
  .two-ways-option
  .two-ways-option-wrap
  .two-ways-option-content
  .two-ways-option-head {
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  margin-bottom: 12px;
}
.two-ways-to-pay-main
  .two-ways-option
  .two-ways-option-wrap
  .two-ways-option-content {
  margin-top: 31px;
  padding: 0 30px;
}

.middel-container {
  padding: 0 121px;
  margin: 0 auto;
}
.installmentsin-head {
  color: #1c8195;
}
.splite-pay-head {
  color: #4ecdc4;
}
.two-ways-to-pay-main .two-ways-to-pay-head .sec-main-head {
  margin-bottom: 80px;
}
.two-ways-to-pay-main .two-ways-to-pay-head {
  padding: 0 12px;
}
.two-ways-to-pay-main {
  padding: 103px 0 96px;
  /*background-color: rgba(166, 172, 245, 0.1);*/
}
.light-grey-bg {
  background: rgba(166, 172, 245, 0.1);
}

.underline-word {
  border-bottom: 5px solid #1c8195;
  display: inline-block;
}
.merchants-home-main .left-content-img {
  padding-left: 15px;
  padding-right: 130px;
}
.merchants-home-main.content-image .single-image {
  text-align: center;
}
.image-cnt_wrap .main-paragraph {
  margin-bottom: 25px;
}
.we-start-bread {
  padding: 67px 0;
}
.we-start-bread.home-last-section.purple-last-section .home-blue-main-title {
  margin-bottom: 19px;
}
.merchants-home-main .image-cnt_wrap .micro-tags {
  text-transform: inherit;
}
.builtForMerchants .hero-main-wrap .hero-main-head {
  margin-bottom: 24px;
}
/*.hero-main-banner.builtForMerchants {
      padding: 96px 0px 242px;
}*/
/*.content-image.merchants-home-main .single-image img {
  min-height: 335px;
  max-height: 335px;
  max-width: 521px;
  min-width: 521px;
}*/
.merchants-home-main.content-image {
  padding-bottom: 93px;
}
.mobile-banner-img {
  display: none;
}
.our-main-section .our-main-head .sec-main-head {
  margin-bottom: 10px;
}

/*Partner_Ship Styling */
.our-partnership-main {
  background-color: #fafafa;
  padding: 64px 0 9px;
}
.our-partnership-content {
  padding-bottom: 70px;
}
.our-partnership-content .quote-logo img {
  width: auto;
}
.our-partnership-content .quote-logo {
  margin-bottom: 25px;
}
.product-FasstIntegrations .integartions-head {
  padding: 0px;
}
.product-FasstIntegrations .integartions-left-border {
  left: -149px;
  top: 20px;
}
.product-FasstIntegrations .integartions-right-border {
  width: auto;
  position: absolute;
  right: -194px;
  top: -25px;
}
.brand-slider-wrapper.our-partnership-main .slick-arrow {
  width: 50px;
  height: 50px;
  top: 40% !important;
}
.brand-slider-wrapper.our-partnership-main .slick-arrow.slick-prev {
  left: 0;
  bottom: 0;
}
.brand-slider-wrapper.our-partnership-main .slick-arrow.slick-next {
  right: 0;
}
.brand-slider-wrapper.our-partnership-main .slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0 15px;
}
.brand-slider-wrapper.our-partnership-main .slick-arrow::before {
  font-size: 26px;
}
.our-partnership-main .slick-slide {
  height: auto;
}
.mobile-only-link.active {
  border-bottom: 3px solid #1c8195;
}
.our-partnership-main .our-partnership-content .our-partnership-head {
  font-family: "Nunito Sans", sans-serif;
  font-size: 25px;
  font-weight: 400;
  font-style: italic;
  line-height: 38px;
  color: #333333;
  margin-bottom: 24px;
}
.our-partnership-main
  .our-partnership-content
  .our-partnership-footer
  .our-partnership-logo {
  display: inline-block;
  float: left;
  width: 56px;
}
.our-partnership-main .our-partnership-content .our-partnership-footer {
  display: inline-block;
  width: 100%;
}
.our-partnership-main
  .our-partnership-content
  .our-partnership-footer
  .our-partnership-author {
  display: inline-block;
  font-family: "Nunito Sans", sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  color: #4e5c6f;
  margin-left: 10px;
  width: calc(100% - 66px);
  float: left;
}

/*Turst Leading Logos Styling Start*/
.leading-brands-main {
  padding: 96px 0px;
}
.leading-brands-main .leading-brands-wrap .sec-main-head {
  margin-bottom: 50px;
}
.leading-brands-main .leading-brands-wrap .leading-brands-logos {
  padding: 0 12px;
}
.leading-brands-main
  .leading-brands-wrap
  .leading-brands-logos
  .leading-brands-logo {
  height: 67px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.leading-brands-main
  .leading-brands-wrap
  .leading-brands-logos
  .leading-brands-logo
  img {
  max-height: 100%;
}
/*.hero-main-section {
  overflow: hidden;
}*/
/*.leading-brands-main .leading-brands-wrap .leading-brands-logos .leading-brands-logo img {
    height: 100% !important;
 width: 100%;
 object-fit: cover;
}*/
.leading-brands-main .leading-brands-wrap .row {
  display: flex;
  align-items: center;
  justify-content: center;
}
/*Turst Leading Logos Styling End*/

.learnMore-main-wrapper .field-col {
  padding-right: 17px;
  padding-left: 0;
  margin-bottom: 18px;
}
.learnMore-main-wrapper .form-last-btn {
  padding: 0px;
  margin-top: 20px;
}
.learnMore-main-wrapper .form-last-btn .purple-button {
  padding: 0 10px !important;
}
.form-middel-container {
  padding: 0 67px;
}
/*.learnMore .main-form-heading {
  padding-right: 17px;
  padding-left: 0;
}*/

/*Slider Styling Start*/
.brand-slider-main {
  padding: 57px 0px 18px;
}
.main-slider-sec {
  text-align: center;
  padding: 0 !important;
  max-width: 600px;
  margin: 0 auto;
}
.brand-slider-main .main-slider-sec .slick-slide {
  height: auto;
}
.brand-slider-main .bread-brand-slider .slider-brand-logo {
  margin-bottom: 16px;
}
.brand-slider-main .bread-brand-slider .slider-brand-logo img {
  display: inline-block;
  max-width: 256px;
}
.brand-slider-main .bread-brand-slider .rating-star-logo {
  margin-bottom: 25px;
}
.brand-slider-main .bread-brand-slider .rating-star-logo img {
  display: inline-block;
  max-width: 256px;
}
.brand-slider-main .bread-brand-slider .rating-review {
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #0f2233;
  margin-bottom: 22px;
}
.brand-slider-main .bread-brand-slider .rating-review span {
  font-weight: 800;
}
.brand-slider-main .bread-brand-slider .rating-review .review-link {
  color: #1c8195;
  text-decoration: underline;
}
.middel-border-line {
  border: 1px dashed #cfd8dc;
}
.brand-slider-main .main-slider-sec .slider-main-content {
  padding: 18px 22px;
  padding-bottom: 79px;
}
.brand-slider-main .main-slider-sec .slider-main-content .brand-head {
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #0f2233;
}
.brand-slider-main .main-slider-sec .slider-main-content .brand-para {
  font-family: "Nunito Sans", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #0f2233;
}
.brand-slider-main .main-slider-sec .slider-main-content .brand-author {
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #0f2233;
  opacity: 0.6;
}
.our-partnership-main.brand-slider-wrapper .slick-arrow.slick-prev::before {
  content: "\f3cf";
  font-family: "ionicons";
  padding-right: 5px;
}
.our-partnership-main.brand-slider-wrapper .slick-arrow.slick-next::before {
  content: "\f3d1";
  font-family: "ionicons";
  padding-left: 5px;
}
.brand-slider-wrapper .slick-arrow::before {
  content: "";
  font-family: "ionicons";
  font-size: 18px;
  color: #1c8195;
  font-weight: 800;
}
.brand-slider-wrapper .slick-arrow {
  width: 30px;
  height: 30px;
  border: 2px solid #1c8195;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
.brand-slider-wrapper {
  position: relative;
}
.brand-slider-wrapper .slick-arrow.slick-prev {
  left: 104px;
  top: inherit;
  bottom: 0;
}
.brand-slider-wrapper .slick-arrow.slick-next {
  right: 120px;
  top: inherit;
  bottom: 0;
}
.brand-slider-wrapper .slick-dots li {
  width: 14px;
  height: 14px;
  background-color: #1c8195;
  margin: 0 8px;
}
.brand-slider-wrapper .slick-dots li.slick-active {
  background: #1c8195;
  border: 0px;
}
.brand-slider-wrapper .slick-dots {
  top: inherit;
  bottom: 24px;
  left: 0;
}
.numbers-slider-main .number-wrapper {
  text-align: center;
}
.numbers-slider-main .number-wrapper .number-head {
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 70px;
  line-height: 66px;
  color: #1c8195;
}
.numbers-slider-main .number-wrapper .number-description {
  font-weight: 800;
  margin-bottom: 16px;
  color: #0f233f;
}
.numbers-slider-main .number-wrapper .number-logo img {
  width: 181px;
  max-height: 42px;
  display: inline-block;
  max-width: 100%;
}
.numbers-slider-main {
  padding: 89px 0px 95px;
}
.numbers-slider-main .slick-slide {
  justify-content: center;
  align-items: center;
  display: flex;
  height: auto;
}
/*.numbers-slider-main .responsive {
padding-bottom: 70px;
margin-bottom: 0;
}*/

.center-middel-line {
  margin: 52px 0px;
}
.center-middel-line hr {
  border-style: dotted;
}
.why-choose-see-features {
  margin-top: 30px;
  margin-bottom: 20px;
}

/*Merchat Home Page Styling*/
.merchant-home-main {
  padding: 90px 0 70px;
}
.merchant-home-left {
  padding-right: 0px;
}
.hero-main-head {
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 64px;
  line-height: 74px;
  color: #13294b;
  margin-bottom: 29px;
}
.hero-main-head span {
  color: #1c8195;
  opacity: 1;
}
.main-paragraph {
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #0f2233;
}
.hero-main-head div {
  color: #1c8195;
  display: table;
  /*line-height: 69px;*/
}
.hero-slice-content {
  max-width: 568px;
}

.shopper-home-main .hero-slice-content .hero-main-head {
  margin-bottom: 18px;
}
.shopper-home-main .banner-right-image {
  padding-top: 12px;
}
.merchant-home-main .main-paragraph {
  max-width: 430px;
  margin-bottom: 32px;
}
.purple-button {
  background: #1c8195;
  border-radius: 24px;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  text-align: center;
  color: #ffffff !important;
  border: 1px solid #1c8195;
  cursor: pointer;
  box-shadow: 0px 5px 0px 3px rgb(78 92 111 / 25%);
  padding: 15px 40px;
  text-transform: capitalize;
  text-decoration: none !important;
}
/*.purple-button:hover {
  background-color: #0F2233;
  box-shadow: 0px 0px 6px #A6ACF5;
  border: 1px solid #A6ACF5;
  text-decoration: none;
  color: #FFFFFF;
}*/
.sec-main-head {
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 35px;
  line-height: 49px;
  color: #13294b;
}
.micro-tags {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
  color: #4e5c6f;
  display: block;
}
.learn-more-link {
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 28px;
  color: #1c8195;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}
.learn-more-link:hover {
  text-decoration: none;
  color: #1c8195;
}

.merchant-home-cnt-img .micro-tags::after {
  content: "";
  height: 5px;
  width: 100px;
  margin-left: 10px;
}
.merchant-home-cnt-img.home-for-merchants .micro-tags::after {
  background: rgb(122, 66, 130);
  background: linear-gradient(
    90deg,
    rgba(122, 66, 130, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}
.merchant-home-cnt-img.home-for-shoppers .micro-tags::after {
  background: rgb(252, 177, 38);
  background: linear-gradient(
    90deg,
    rgba(252, 177, 38, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}
.merchant-home-cnt-img.home-for-partners .micro-tags::after {
  background: rgb(89, 190, 200);
  background: linear-gradient(
    90deg,
    rgba(89, 190, 200, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}
.merchant-home-cnt-img .micro-tags {
  position: relative;
  display: flex;
  color: #4e5c6f;
  align-items: center;
  margin-bottom: 14px;
}

.merchant-home-cnt-img .left-content-img .micro-tags,
.merchant-home-cnt-img .right-content-img .micro-tags {
  margin-bottom: 14px;
}

.merchant-home-cnt-img .left-content-img .sec-main-head,
.merchant-home-cnt-img .right-content-img .sec-main-head {
  margin-bottom: 14px;
}

.merchant-home-cnt-img .left-content-img .main-paragraph,
.merchant-home-cnt-img .right-content-img .main-paragraph {
  margin-bottom: 28px;
}

.merchant-home-cnt-img {
  padding: 96px 0px;
  position: relative;
}
.merchant-home-cnt-img .left-content-img .merchant-home-cnt {
  max-width: 440px;
}

/*Merchant Triangle Image*/

/*Why Choose Bread Section*/
.grape-bg {
  background-color: #101261;
}
.why-choose-bread-main {
  padding: 72px 0;
}
.why-choose-bread-main .why-choose-bread-head {
  margin-bottom: 49px;
}
.why-choose-bread-main .why-choose-bread-head .sec-main-head {
  color: #ffffff;
}
.why-choose-bread-main .choose-bread-row {
}
.why-choose-bread-main .choose-bread-row .choose-bread-col {
  margin-bottom: 35px;
}
.why-choose-bread-main .choose-bread-row .choose-bread-col .breadH4Head {
  color: #ffffff;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 4px;
}
.why-choose-bread-main .choose-bread-row .choose-bread-col .choose-bread-title {
  position: relative;
  display: block;
}
.why-choose-bread-main .choose-bread-row .choose-bread-col .main-paragraph {
  color: #ffffff;
  max-width: 265px;
}

.choose-bread-icon {
  display: inline-block;
  position: absolute;
  bottom: 0;
}

.hero-green-border {
  background-image: url(../../resources/assets/images/hero-green-border.svg);
  background-repeat: no-repeat;
}

.error-main-content {
  max-width: 490px;
  margin: 0 auto;
  text-align: center;
}

.error-main-content a.purple-button {
  margin: 0 auto;
}

.error-main-content .hero-main-head {
  margin-bottom: 15px;
}

.error-main-content .error-head {
  font-size: 120px;
  line-height: 130px;
  font-weight: bold;
  border-bottom: 10px solid #1C8195;
  position: relative;
  max-width: 216px;
  margin: 0 auto;
  margin-bottom: 23px;
  color: #13294B;
}
.error-main-content .error-head::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: -49px;
  bottom: -31px;
  background-image: url(../../resources/assets/images/four-zero-four.svg);
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
  height: 160px;
  width: 100%;
  display: none;
}

.error-main-page {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 85px 0 110px;
}

.error-main-content .main-paragraph {
  margin-bottom: 14px;
}

.hero-background {
  position: relative;
  padding-bottom: 193px;
}
.merchant-home-cnt-img .single-image {
  text-align: center;
}
.hero-slice-img {
  position: absolute;
  top: -330px;
  right: 0px;
  width: calc(100% - 46%);
  pointer-events: none;
}
.hero-slice-content .hero-main-head {
  /*color: #FFFFFF;*/
  margin-bottom: 24px;
}
.merchant-home-main .hero-slice-content .hero-main-head {
  margin-bottom: 103px;
}

.hero-slice-content .main-paragraph {
  /*color: #FFFFFF;*/
  margin-bottom: 39px;
}
.hero-slice-content .purple-button {
  max-width: 328px;
}
.shopper-home-main .hero-slice-content .main-paragraph {
  max-width: 418px;
  margin-bottom: 25px;
}

.merchant-home-cnt-img .content-img {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.merchant-home-cnt-img .left-content-img {
  padding-left: 56px;
}

/*Shopper Page Ui Styling*/
.shopper-step-sections .step-sec-cnt {
  max-width: 302px;
}
.shopper-step-sections .step-sec-cnt.step-right-cnt {
  padding-left: 00px;
}
.shopper-step-sections {
  padding: 96px 0px;
}
/*.shopper-step-sections .step-sec-col {
  text-align: center;
}*/
.shopper-step-sections .step-sec-col {
  padding: 0;
  position: relative;
}
.shopper-step-sections .step-sec-image {
  position: relative;
  z-index: 1;
  background: #fff;
  display: inline-block;
  /*  overflow: hidden;*/
}
.shopper-home-main {
  padding: 96px 0 24px;
}
.productfeatures-home-main {
  padding: 96px 0 50px;
}
.productfeatures-home-main .hero-slice-content {
  padding-top: 17px;
}
.banner-right-image {
  text-align: center;
}
.productfeatures-home-main .banner-right-image img {
  padding-left: 18px;
}
/*.shopper-home-main .hero-slice-content {
  max-width: 100%;
}*/
.vertical-main-banner .hero-slice-content span.mango {
  color: #fcb826;
}
.vertical-main-banner .hero-slice-content span.boysenberry {
  color: #a6acf5;
}
.vertical-main-banner .hero-slice-content span.kiwi {
  color: #68e5d7;
}

.bread-left-border.kiwi::before {
  background-color: #68e5d7 !important;
  background-image: linear-gradient(
    to right,
    #fff,
    rgba(255, 255, 255, 0)
  ) !important;
}
.bread-left-border.kiwi::after {
  background-color: #68e5d7 !important;
}
.bread-right-border.kiwi::after {
  background-color: #68e5d7 !important;
  background-image: linear-gradient(to right, transparent, white) !important;
}
.bread-right-border.kiwi::before {
  background-color: #68e5d7 !important;
}

.bread-left-border.mango::before {
  background-color: rgb(252 184 38) !important;
  background-image: linear-gradient(
    to right,
    #fff,
    rgba(255, 255, 255, 0)
  ) !important;
}
.bread-left-border.mango::after {
  background-color: rgb(252 184 38) !important;
}
.bread-right-border.mango::after {
  background-color: rgb(252 184 38) !important;
  background-image: linear-gradient(to right, transparent, white) !important;
}
.bread-right-border.mango::before {
  background-color: rgb(252 184 38) !important;
}

.bread-left-border.boysenberry::before {
  background-color: rgb(166 172 245) !important;
  background-image: linear-gradient(
    to right,
    #fff,
    rgba(255, 255, 255, 0)
  ) !important;
}
.bread-left-border.boysenberry::after {
  background-color: rgb(166 172 245) !important;
}
.bread-right-border.boysenberry::after {
  background-color: rgb(166 172 245) !important;
  background-image: linear-gradient(to right, transparent, white) !important;
}
.bread-right-border.boysenberry::before {
  background-color: rgb(166 172 245) !important;
}

.resultPercent .Num.kiwi::after {
  background: rgb(125 219 200) !important;
  background: linear-gradient(
    90deg,
    rgba(252, 176, 69, 0) 0%,
    rgb(125 219 200) 50%,
    rgba(252, 176, 69, 0) 100%
  ) !important;
}
.resultPercent .Num.mango::after {
  background: rgb(252 184 38) !important;
  background: linear-gradient(
    90deg,
    rgba(252, 176, 69, 0) 0%,
    rgb(252 184 38) 50%,
    rgba(252, 176, 69, 0) 100%
  ) !important;
}
.resultPercent .Num.boysenberry::after {
  background: rgb(166 172 245) !important;
  background: linear-gradient(
    90deg,
    rgba(252, 176, 69, 0) 0%,
    rgb(166 172 245) 50%,
    rgba(252, 176, 69, 0) 100%
  ) !important;
}

.vertical-main-banner .hero-slice-content .hero-main-head {
  margin-bottom: 7px;
}
.vertical-main-banner .banner-right-image {
  padding-top: 20px;
}
.shopper-home-main .hero-slice-content span {
  color: #fcb826;
}

.productfeatures-home-main .hero-slice-content span {
  color: #a6acf5;
}
.shopper-home-main .hero-slice-img {
  width: calc(100% - 57%);
  bottom: inherit;
  top: 0;
  right: calc(100% - 88%);
}

.shopper-home-main-inner .shopper-home-main-cnt {
  padding-right: 0px;
}
.merchants-tools-post .bread-right-border {
  width: calc(100% - 649px);
  margin-left: 13px;
  position: absolute;
  right: -79px;
  top: 42%;
}
.merchants-tools-post .bread-right-border:before {
  left: 8px;
}
.merchants-tools-post .bread-right-border:after {
  top: 20px;
  right: -82px;
}
.why-choose-bread-head.merchants-tools-post {
  padding: 0px;
  margin-bottom: 43px;
}
.merchants-tools-post .bread-left-border {
  top: -27px;
  left: -158px;
}

/*Vertical Changes*/
/*.vertical-main-banner.green-blue-banner .hero-main-head span {
    color: #68E5D7;
}*/
.vertical-main-banner {
  padding-top: 96px;
}
.vertical-main-banner.main-top-banner {
  height: 720px;
}
.vertical-main-banner .hero-slice-content .purple-button {
  max-width: 330px;
}
.vertical-main-banner .hero-slice-content {
  max-width: 470px;
}

.hero-slice-img img {
  width: 100%;
  height: 1835px !important;
}
.merchant-home-main .hero-slice-img img {
  width: auto;
  height: 705px !important;
  object-fit: contain;
}
.merchant-home-main .hero-slice-img {
  position: absolute;
  top: 52px;
  right: 0px;
  width: calc(100% - 48%);
  pointer-events: none;
  text-align: right;
}
.main-top-banner {
  height: 608px;
  position: relative;
}
.merchant-home.main-top-banner {
  margin-bottom: calc(100% - 89%);
}
.left-banner-image-bg {
  position: absolute;
  bottom: 0;
  width: 3000px;
  right: 55.3%;
  height: 720px;
  background-size: contain;
  background-repeat: repeat;
}
/*.yellow-blue-banner .left-banner-image-bg {
  background-image: url(../../resources/assets/images/banner-left-mango.svg);
}
.lightblue-blue-banner .left-banner-image-bg {
  background-image: url(../../resources/assets/images/banner-left-boysenberry.svg);
}
.green-blue-banner .left-banner-image-bg {
  background-image: url(../../resources/assets/images/banner-left-kiwi.svg);
}*/
/*.yellow-blue-banner .left-banner-image-bg {
  background-image: url(../../resources/assets/images/banner-left-mango.png);
}
.lightblue-blue-banner .left-banner-image-bg {
  background-image: url(../../resources/assets/images/banner-left-boysenberry.png);
}*/
/*.green-blue-banner .left-banner-image-bg {
  background-image: url(../../resources/assets/images/banner-left-kiwi.png);
}
.green-blue-banner .left-banner-image-bg {
  background-image: url(/wp-content/uploads/2022/06/left-banner-bg.png);
}*/
.trapezoid-upper-shape-bg .left-banner-image-bg {
  background-image: url(../../resources/assets/images/trapezoid-left-banner-bg.png);
}
.trapezoid-upper-shape-bg .right-banner-image-bg {
  background-image: url(../../resources/assets/images/trapezoid-right-banner-bg.png);
}

.trapezoid-upper-shape-bg .hero-slice-content .hero-main-head span {
  color: #1c8195;
}

.right-banner-image-bg {
  position: absolute;
  bottom: 0;
  width: 1480px;
  height: 720px;
  background-repeat: no-repeat;
  left: 44.444%;
  background-size: contain;
}
/*.yellow-blue-banner .right-banner-image-bg {
  background-image: url(../../resources/assets/images/banner-right-mango.svg);
}

.lightblue-blue-banner .right-banner-image-bg {
  background-image: url(../../resources/assets/images/banner-right-boysenberry.svg);
}
.green-blue-banner .right-banner-image-bg {
  background-image: url(../../resources/assets/images/banner-right-kiwi.svg);
}*/
/*.yellow-blue-banner .right-banner-image-bg {
  background-image: url(../../resources/assets/images/banner-right-mango.png);
}

.lightblue-blue-banner .right-banner-image-bg {
  background-image: url(../../resources/assets/images/banner-right-boysenberry.png);
}
.green-blue-banner .right-banner-image-bg {
  background-image: url(../../resources/assets/images/banner-right-kiwi.png);
}

.green-blue-banner .right-banner-image-bg {
  background-image: url(/wp-content/uploads/2022/06/banner-right-kiwi-new.png);
}*/

.productfeatures-top-banner {
  margin-top: 112px;
}

.trustpilot-main-section {
  padding-top: 0px;
  padding-bottom: 0px;
}
.trustpilot-main-section .trustpilot-widget {
  padding-bottom: 25px;
}

/*Vertical Drive Result Section*/
.vertical-driveRealResults.driveRealResults .resultsBox_wrapper .resultText {
  color: #0f2233;
  font-size: 18px;
  line-height: 28px;
  margin-top: 0;
}

.vertical-driveRealResults.driveRealResults .resultsBox_wrapper .resultPercent {
  color: #1c8195;
  line-height: 122px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 42px;
  padding: 0;
  font-size: 150px;
}

.vertical-driveRealResults.driveRealResults
  .resultsBox_wrapper
  .resultPercent
  .percentage_sign {
  top: 0;
  font-size: 67px;
  position: absolute;
  right: -70px;
  left: inherit;
}

.vertical-driveRealResults.driveRealResults
  .resultsBox_wrapper
  .resultPercent
  .Num::after {
  height: 4px;
  width: 98%;
  background: rgb(125 219 200);
  background: linear-gradient(
    90deg,
    rgba(252, 176, 69, 0) 0%,
    rgb(125 219 200) 50%,
    rgba(252, 176, 69, 0) 100%
  );
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}

.vertical-driveRealResults.driveRealResults
  .resultsBox_wrapper
  .resultPercent::after {
  display: none;
}

.vertical-driveRealResults.driveRealResults
  .resultsBox_wrapper
  .resultPercent
  .Num {
  position: relative;
}

.vertical-driveRealResults.driveRealResults .driveRealResults-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 54px;
}

.vertical-driveRealResults.driveRealResults
  .driveRealResults-head
  .bread-left-border {
  position: absolute;
  width: calc(100% - 69%);
  height: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  left: inherit;
  right: 65%;
}

.vertical-driveRealResults.driveRealResults
  .driveRealResults-head
  .bread-right-border {
  position: absolute;
  width: calc(100% - 69%);
  left: 65%;
  height: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 9px;
}

.vertical-driveRealResults.driveRealResults
  .driveRealResults-head
  .bread-right-border::after {
  top: 6.4px;
  right: -72px;
  background-color: #68e5d7;
  transform: rotate(-30deg);
}

.vertical-driveRealResults.driveRealResults
  .driveRealResults-head
  .bread-right-border::before {
  top: inherit;
  background-color: #68e5d7;
  border-bottom-right-radius: 3px;
}
.vertical-driveRealResults.driveRealResults
  .driveRealResults-head
  .bread-left-border::after {
  width: 100%;
  background-color: #68e5d7;
  height: 4px;
  border-top-left-radius: 3px;
}

.vertical-driveRealResults.driveRealResults
  .driveRealResults-head
  .bread-left-border::before {
  top: inherit;
  transform: rotate(-30deg);
  left: -72px;
  bottom: 6.5px;
  background-color: #68e5d7;
  width: 80px;
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}
.vertical-driveRealResults.driveRealResults {
  padding-top: 156px;
  padding-bottom: 57px;
}

.vertical-driveRealResults.driveRealResults
  .driveRealResults-head
  .sec-main-head {
  z-index: 1;
  background: #fff;
  padding: 0 10px;
}
.vertical-driveRealResults.driveRealResults .resultsBox_wrapper {
  padding-right: calc(100% - 85%);
}
/**/

@media screen and (min-width: 1441px) {
  .shopper-top-banner {
    padding-bottom: 0;
  }
}
@media (max-width: 1330px) {
  .shopper-home-main .banner-right-image {
    padding-top: 90px;
    padding-left: 45px;
  }
  body header.banner .nav-wrapper .nav .desktop-nav-item {
    padding-right: 30px;
  }
  body header.banner .nav-wrapper .nav .desktop-nav-item:nth-child(3) {
    padding-right: 30px;
  }
  /*.hero-slice-img{
          top: 146px;
      }*/
  .shopper-home-main-inner .shopper-home-main-cnt {
    padding-left: 0px;
  }
}
/*@media (max-width: 1100px) {
  .hero-slice-img {
    top: 188px;
}
}*/

@media (min-width: 768px) {
  .shopper-step-sections .step-2 {
    padding-top: 50px;
  }

  .shopper-step-sections.step-2 .step-sec-image::after {
    background-position: 100% 95%;
  }
  .shopper-step-sections.step-3 .step-sec-image::before {
    height: 220px;
    background-position: 38% 0%;
  }
}

/*@media (min-width: 1800px) {
  .hero-slice-img {
        width: 49%;
            bottom: 122px;
  }
  .hero-slice-img img {
        height: 1300px !important;
  }
}*/
/*@media (min-width: 1921px) {
.home-for-merchants {
    padding-top: 400px !important;
}
}*/

@media (min-width: 2000px) {
  .left-banner-image-bg {
    right: 52.3%;
  }
  .right-banner-image-bg {
    left: 47.444%;
  }
  /*.merchant-home-main .hero-slice-img {
    top: -375px;
    width: calc(100% - 48%)
  }
  .merchant-home-main .hero-slice-img img {
    height: 1835px !important;
  }*/
}

@media (max-width: 1200px) {
  /*Vertical Drive result Section*/
  .vertical-driveRealResults.driveRealResults
    .driveRealResults-head
    .bread-left-border {
    right: 63%;
  }
  .vertical-driveRealResults.driveRealResults
    .driveRealResults-head
    .bread-right-border {
    left: 63%;
  }
  .vertical-driveRealResults.driveRealResults {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  /**/

  .brand-slider-wrapper.our-partnership-main .slick-arrow {
    top: inherit !important;
    bottom: -15px !important;
  }
  .product-FasstIntegrations .integartions-left-border:after {
    width: 55px;
  }
  .product-FasstIntegrations .integartions-left-border {
    left: -108px;
    width: 105px;
  }
  .product-FasstIntegrations .integartions-left-border:before {
    left: 17.1px;
    top: 9px;
    width: 38px;
  }
  .product-FasstIntegrations .integartions-right-border {
    width: calc(100% - 440px);
    right: -5px;
  }

  .shopper-home-main .banner-right-image {
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .shopper-home-main-inner .shopper-home-main-cnt {
    padding: 0 15px;
  }
  .merchants-tools-post .bread-left-border {
    top: 43%;
    left: -150px;
  }
  .merchants-tools-post .bread-right-border {
    width: calc(100% - 705px);
    right: -10px;
  }
  .merchants-tools-post .bread-right-border:after {
    top: 16px;
    right: -68px;
    width: 65px;
  }
  .merchants-tools-post .bread-left-border:before {
    left: 53.1px;
    width: 50px;
    top: -12px;
  }
  .merchants-tools-post .bread-left-border:after {
    width: 45px;
  }
  .hero-main-section {
    padding-bottom: 120px;
  }

  .merchants-home-main .left-content-img {
    padding-left: 15px;
    padding-right: 50px;
  }
  .merchants-home-main.content-image {
    padding-bottom: 75px;
  }

  .two-ways-to-pay-main {
    padding: 80px 0;
  }
  .two-ways-to-pay-main .two-ways-to-pay-head .sec-main-head {
    margin-bottom: 50px;
  }
  .middel-container {
    padding: 0 50px;
  }

  .case-studies-main .case-study-row {
    padding: 0;
  }
  .hero-main-banner {
    padding-bottom: 120px;
  }
  .post-main-wrap:nth-child(even) {
    padding-left: 15px;
    padding-right: 15px;
  }
  .post-main-wrap:nth-child(odd) {
    padding-right: 15px;
    padding-left: 15px;
  }
  .post-right-wrap {
    padding-left: 35px;
    padding-right: 15px;
  }
  .network-partner-sec {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .custom-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .top-minus {
    margin-top: 0;
  }
  .merchant-home-cnt-img .right-content-img {
    padding-left: 70px;
    padding-right: 50px;
  }
  .content-image {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .hero-main-wrap {
    padding-right: 0px;
  }
}

@media (max-width: 1024px) {
  /*Vertical Drive Result Section*/
  .vertical-driveRealResults.driveRealResults
    .driveRealResults-head
    .bread-left-border::before {
    width: 0;
  }
  .vertical-driveRealResults.driveRealResults
    .driveRealResults-head
    .bread-right-border {
    display: none;
  }
  .vertical-driveRealResults.driveRealResults
    .driveRealResults-head
    .bread-left-border {
    left: 0;
    width: 100%;
    top: -45px;
    height: auto;
    margin-top: 45px !important;
    padding-bottom: 20px;
  }
  .vertical-driveRealResults.driveRealResults
    .driveRealResults-head
    .bread-left-border::after {
    background-image: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
    width: 100%;
    border-radius: 0px;
  }
  .vertical-driveRealResults.driveRealResults
    .driveRealResults-head
    .bread-left-border {
    position: inherit;
    margin: 0;
    top: 0;
    display: block;
  }
  .vertical-driveRealResults.driveRealResults
    .driveRealResults-head
    .sec-main-head {
    display: block;
    width: 100%;
  }
  .vertical-driveRealResults.driveRealResults .driveRealResults-head {
    display: inline-block;
    padding: 0 20px;
    margin-bottom: 50px;
  }
  .vertical-driveRealResults.driveRealResults .resultsBox_wrapper {
    padding-right: calc(100% - 95%);
  }
  .vertical-driveRealResults.driveRealResults
    .resultsBox_wrapper
    .resultPercent
    .percentage_sign {
    font-size: 60px;
  }
  .vertical-driveRealResults.driveRealResults
    .resultsBox_wrapper
    .resultPercent {
    font-size: 135px;
    line-height: 110px;
  }
  /**/
  .product-FasstIntegrations .integartions-left-border:before {
    width: 100%;
    left: 0px;
    top: 0;
  }
  .product-FasstIntegrations .integartions-left-border:after {
    width: 0px;
  }
  .merchants-tools-post .bread-left-border:before {
    left: 0;
    width: 100%;
  }
  .product-FasstIntegrations .integartions-left-border {
    left: 0;
    top: -20px;
    width: 100%;
  }
  .merchants-tools-post .bread-left-border {
    top: 0;
    left: 0;
  }

  .leftBorder {
    display: none;
  }
  .rightBorder {
    display: none;
  }
  .why-choose-bread-head .bread-left-border {
    display: none;
  }
  .integartions-left-border svg {
    display: none;
  }
}

@media (max-width: 991px) {
  /*Vertical Drive Result Section*/
  .vertical-driveRealResults.driveRealResults
    .resultsBox_wrapper
    .resultPercent
    .percentage_sign {
    font-size: 60px;
  }
  .vertical-driveRealResults.driveRealResults
    .resultsBox_wrapper
    .resultPercent {
    font-size: 120px;
    line-height: 100px;
    margin-bottom: 40px;
  }
  .vertical-driveRealResults.driveRealResults .resultsBox_wrapper .resultText {
    padding: 0;
  }
  .posted-section-main .posted-section {
    padding-top: 50px;
  }
  .vertical-driveRealResults.driveRealResults {
    padding-top: 75px;
    padding-bottom: 50px;
  }
  /**/
  .vertical-main-banner .banner-right-image {
    bottom: 0;
    right: 0;
    top: inherit;
    position: absolute;
  }

  .vertical-main-banner {
    padding-top: 50px;
  }
  .productfeatures-home-main .banner-right-image {
    bottom: 0;
    right: 20px;
    top: inherit;
    position: absolute;
  }
  .productfeatures-home-main .banner-right-image img {
    padding-left: 0;
  }
  /*.error-main-content .error-head {
    font-size: 230px;
  }*/
  .error-main-content {
    max-width: 425px;
  }

  .shopper-home-main .hero-slice-img {
    width: calc(100% - 52%);
    top: 62%;
    right: calc(100% - 100%);
  }
  .learnMore fieldset.form-columns-2 .hs-form-field:nth-child(even) {
    padding-right: 0;
    padding-left: 8px;
  }
  .learnMore fieldset.form-columns-2 .hs-form-field:nth-child(odd) {
    padding-left: 0;
    padding-right: 8px;
  }
  .hero-main-banner {
    background-size: 55% auto;
  }

  .numbers-slider-main .middel-container {
    padding: 0px;
  }
  .FasstIntegrations .integartions .integartions-col {
    padding: 0px 12px;
  }
  /*Our Platform Section Start*/
  .our-main-section {
    padding: 60px 0 40px;
    padding-top: 100px;
  }
  .our-main-section .our-main-head {
    margin-bottom: 30px;
  }
  .our-main-section .our-main-col {
    padding-right: 15px;
    margin-bottom: 24px;
  }
  /*Our Platform Section End*/
  /*Turst Leading Logos Styling Start*/
  .leading-brands-main {
    padding: 60px 0px;
  }
  .leading-brands-main .leading-brands-wrap .sec-main-head {
    margin-bottom: 30px;
  }
  /*Turst Leading Logos Styling End*/
  .merchants-home-main .left-content-img {
    padding-right: 82px;
  }
  .case-studies-main .case-study-col-inner {
    padding: 0 5px;
  }
  .case-studies-main .case-study-col .case-study-content {
    padding: 24px 24px 20px 24px;
  }
  .case-studies-main {
    padding: 50px 0px 50px;
  }
  .post-right-wrap {
    padding-left: 15px;
  }
  .post-main-wrap {
    padding-right: 60px !important;
    margin-bottom: 40px;
  }
  .network-partner-sec .home-blue-main-title {
    font-size: 32px;
    line-height: 42px;
  }
  .home-last-section.purple-last-section .home-blue-main-title {
    font-size: 32px;
    line-height: 42px;
  }
  .sec-main-head {
    font-size: 32px;
    line-height: 42px;
  }
  .image-cnt_wrap .sec-main-head {
    margin-bottom: 15px;
  }
  .custom-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .merchant-home-cnt-img .right-content-img {
    padding-left: 60px;
    padding-right: 15px;
  }
  .hero-main-head {
    font-size: 50px;
    line-height: 60px;
  }
  .hero-main-wrap .hero-main-head {
    margin-bottom: 15px;
  }
  .hero-main-wrap .main-paragraph {
    margin-bottom: 25px;
  }
  .hero-main-wrap {
    padding-right: 0;
  }
  .content-image {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.mobile-image {
  display: none;
}
.hide-desktop {
  display: none;
}
@media (max-width: 767px) {
  .hide-desktop {
    display: block;
  }
  /*Vertical Drive Result Section*/
  section.driveRealResults .resultsBoxWrap .resultsBox_wrapper {
    padding: 0;
  }
  .vertical-driveRealResults.driveRealResults .driveRealResults-head {
    padding: 0 15px;
  }
  .vertical-driveRealResults.driveRealResults
    .driveRealResults-head
    .sec-main-head {
    margin-bottom: 0px;
  }
  .vertical-driveRealResults.driveRealResults .resultsBox_wrapper .resultText {
    max-width: 154px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .vertical-driveRealResults.driveRealResults {
    padding-top: 174px;
  }
  .vertical-driveRealResults.driveRealResults
    .resultsBox_wrapper
    .resultPercent {
    font-size: 110px;
    line-height: 88px;
    margin-bottom: 34px;
  }
  .vertical-driveRealResults.driveRealResults {
    padding-bottom: 20px;
  }
  .posted-section-main .posted-section {
    padding-top: 35px;
  }
  .vertical-driveRealResults.driveRealResults
    .resultsBox_wrapper
    .resultPercent
    .percentage_sign {
    margin-left: 2px;
    font-size: 50px;
    right: -50px;
  }
  /**/
  .merchant-home-left {
    padding: 0px;
  }
  .merchant-home-main {
    padding: 50px 0;
  }
  .shopper-home-main .banner-right-image {
    bottom: 40px;
    right: 20px;
    top: inherit;
  }

  .our-main-section .our-main-col {
    padding-left: 0px;
  }
  .shopper-step-sections .step-sec-col {
    padding: 0 15px;
  }
  .shopper-home-main .banner-right-image {
    padding: 0px;
  }
  .shopper-home-main .hero-slice-content {
    padding-bottom: 33px;
    padding-top: 0px;
  }
  .productfeatures-home-main .hero-slice-content {
    padding-bottom: 100px;
  }
  .productfeatures-home-main {
    padding: 16px 0 96px;
  }
  .shopper-home-main {
    padding: 50px 0 0px;
  }

  .shopper-step-sections .micro-tags {
    display: flex;
    align-items: center;
  }
  .shopper-step-sections .step-sec-cnt {
    max-width: 100%;
  }
  .shopper-step-sections .micro-tags::after {
    content: "";
    height: 5px;
    width: 100px;
    margin-left: 10px;
    background: linear-gradient(
      90deg,
      rgba(252, 177, 38, 1) 0%,
      rgba(255, 255, 255, 1) 100%
    );
  }
  .shopper-step-sections {
    padding: 23px 0px;
  }
  .shopper-step-sections .sec-main-head {
    font-size: 22px;
    line-height: 35px;
  }
  .step-sec-cnt {
    margin-bottom: 14px;
  }
  .shopper-step-sections .step-sec-col {
    order: 2;
    text-align: center;
  }
  .shopper-step-sections .step-sec-cnt.step-right-cnt {
    padding-left: 0px;
  }
  .merchant-home-cnt-img .merchant-home-cnt {
    max-width: 440px;
  }
  .merchant-home-cnt-img .merchant-home-cnt {
    margin-bottom: 45px;
  }
  .merchant-home-main .main-paragraph {
    margin-bottom: 26px;
  }
  .merchant-home-cnt-img {
    padding: 30px 0px;
  }
  .merchant-home-cnt-img .left-content-img {
    padding-left: 15px;
  }
  .merchant-home-cnt-img .single-image {
    order: 2;
    text-align: center;
  }
  .image-cnt_wrap {
    margin-bottom: 35px;
  }
  .content-image .single-image {
    order: 2;
  }
  .why-choose-bread-main .choose-bread-row .choose-bread-col .breadH4Head {
    margin-right: 0px;
  }
  .hero-main-section {
    padding-bottom: 32px;
    padding-top: 32px;
  }
  .hero-main-banner {
    padding: 32px 0 50px;
  }
  .hero-main-banner {
    background-size: 60% auto;
  }
  .center-middel-line {
    margin: 0px 0px 32px;
  }
  .choose-bread-main .choose-bread-col {
    margin-bottom: 35px;
  }
  .driveRealResults .driveRealResults-head {
    margin-bottom: 20px;
  }
  .driveRealResults .resultText {
    margin-top: 10px;
  }
  .driveRealResults .resultsBox {
    margin-bottom: 16px;
  }
  .FasstIntegrations .integartions-head {
    padding: 0px;
  }
  .FasstIntegrations .integartions-see-features {
    padding: 0px;
    margin-top: 0px;
  }
  .FasstIntegrations .integartions {
    padding: 0px 3px;
    margin-top: 40px;
  }
  .FasstIntegrations .integartions .integartions-col {
    padding: 0 8px;
    margin-bottom: 40px;
  }
  .learnMore .all-fields-input {
    padding: 0px;
  }
  section.learnMore .row {
    margin: 0;
    padding: 0px;
  }
  .numbers-slider-main {
    padding: 89px 0px 35px;
  }
  .numbers-slider-main .middel-container {
    padding-bottom: 70px;
  }
  .numbers-slider-main .responsive {
    padding-bottom: 70px;
  }
  .learnMore-main-wrapper .form-last-btn {
    margin-top: 14px;
  }
  .our-main-section .our-main-head {
    padding: 0px;
    margin-bottom: 20px;
  }
  .our-main-section .our-main-col {
    padding-right: 0px;
  }
  .our-main-section.our-benefits-sec .our-main-col:nth-child(odd) {
    padding-left: 0px;
  }

  .guide-step-main .guide-step-head {
    padding: 0px;
  }
  .guide-step-main .guide-step-content {
    padding: 0px;
  }
  .numbers-slider-main .number-wrapper {
    text-align: center;
    max-width: 100%;
    flex: 100%;
    padding: 0px;
  }
  .numbers-slider-main .responsive {
    margin: 0px;
  }
  .form-middel-container {
    padding: 0 15px;
  }

  section.learnMore {
    padding: 32px 0 37px;
  }
  /*Our Platform Section Start*/
  .our-main-section {
    padding: 80px 0 20px;
  }

  /*Our Platform Section End*/
  /*Turst Leading Logos Styling Start*/
  .leading-brands-main
    .leading-brands-wrap
    .leading-brands-logos
    .leading-brands-logo {
    height: 72px;
    margin-bottom: 12px;
  }
  .leading-brands-main .leading-brands-wrap .leading-brands-logos {
    padding: 0 5px;
  }
  .leading-brands-main .leading-brands-wrap .row {
    padding: 0 10px;
  }
  .leading-brands-main {
    padding: 32px 0px;
  }
  /*Turst Leading Logos Styling End*/
  .our-partnership-main {
    padding: 41px 0px;
  }

  .our-partnership-content .quote-logo {
    margin-bottom: 19px;
  }
  .our-partnership-main
    .our-partnership-content
    .our-partnership-footer
    .our-partnership-author {
    margin-left: 15px;
    width: calc(100% - 72px);
  }

  .merchants-home-main .left-content-img {
    padding-right: 15px;
  }
  .breadH4Head {
    font-size: 22px;
    line-height: 28.23px;
  }
  .guide-step-main .guide-step-wrap {
    padding-left: 15px;
    margin-top: 30px;
    padding-right: 15px;
  }
  .two-ways-to-pay-main
    .two-ways-option
    .two-ways-option-wrap
    .two-ways-option-img {
    padding: 0 75px;
  }
  .case-studies-main {
    padding: 20px 0px 20px;
  }
  .middel-container {
    padding: 0px;
  }
  .two-ways-to-pay-main .two-ways-option {
    padding: 0px 15px;
    margin-bottom: 19px;
  }
  .two-ways-to-pay-main
    .two-ways-option
    .two-ways-option-wrap
    .two-ways-option-content {
    padding: 0 15px;
  }
  .case-studies-main .case-study-row {
    padding: 0px 0px;
  }

  .choose-dropdown .selected-name::before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    right: 12px;
  }
  .hero-main-banner .hero-main-wrap .main-paragraph {
    margin-bottom: 16px;
  }
  .choose-dropdown .selected-name {
    padding-right: 28px;
  }
  .hero-main-banner .hero-main-wrap .hero-main-head {
    margin-bottom: 12px;
  }
  .post-main-wrap {
    padding-right: 15px !important;
    margin-bottom: 19px;
  }

  .post-left-content .sec-main-head {
    margin-bottom: 5px;
  }
  .posted-section-main .posted-section {
    /*padding-top: 50px;*/
    padding-bottom: 35px;
  }
  .posted-section-main .posted-section .post-left-content {
    padding-right: 15px;
    margin-bottom: 25px;
  }
  .post-right-wrap {
    padding-left: 15px;
    padding-top: 0px;
  }
  .custom-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .network-partner-sec .home-blue-main-title {
    font-size: 28px;
    line-height: 38px;
    max-width: 100%;
  }
  .hero-main-wrap {
    padding-right: 15px;
  }
  .image-cnt_wrap .micro-tags {
    margin-bottom: 4px;
  }
  .merchant-home-cnt-img .right-content-img {
    padding: 0 15px;
  }
  /*.left-content-img {
    padding-right: 15px;
  }*/

  .content-image {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .image-cnt_wrap .sec-main-head {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 35px;
  }
  .home-growing-network.network-partner-sec .images-rows img {
    padding-bottom: 20px !important;
  }
  .network-partner-sec .images-rows {
    padding-top: 40px;
  }
  .network-partner-sec {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .home-last-section.purple-last-section .home-blue-main-title {
    font-size: 26px;
    line-height: 35px;
    padding: 0;
    margin-bottom: 20px;
  }
  .purple-last-section p {
    line-height: 28px;
    padding: 0px;
  }
}

@media (max-width: 575px) {
  .vertical-main-banner .right-banner-image-bg {
    left: -10px;
  }
  .productfeatures-top-banner.lightblue-blue-banner .right-banner-image-bg {
    left: -5px;
  }
  .merchant-home-cnt-img.home-for-merchants {
    padding-top: 70px;
  }
  /*.posted-section-main .posted-section {
        padding-top: 188px;
  }*/
  .vertical-main-banner .hero-slice-content .hero-main-head {
    margin-bottom: 15px;
  }
  .vertical-main-banner .hero-slice-content .main-paragraph {
    margin-bottom: 25px;
  }
  .vertical-main-banner .banner-right-image {
    position: inherit;
    z-index: 1;
    padding-top: 0px;
  }
  .vertical-main-banner .banner-right-image img {
    max-height: 400px;
  }
  .vertical-main-banner .hero-slice-content {
    padding-bottom: 30px;
  }
  .vertical-main-banner.main-top-banner {
    height: 599px;
    padding-top: 0px;
  }
  /*.merchant-home.main-top-banner {
    margin-bottom: calc(100% - 60%);
}*/
  .hero-slice-img {
    width: calc(100% - 20%);
  }
  .productfeatures-home-main .hero-slice-content {
    max-width: 380px;
  }
  .productfeatures-home-main .banner-right-image {
    position: inherit;
    z-index: 1;
  }
  .right-banner-image-bg {
    left: -10px;
    top: 0;
    height: 580px;
  }
  .shopper-home-main {
    padding: 16px 0;
  }
  .left-banner-image-bg {
    display: none;
  }
  .desktop-image {
    display: none;
  }
  .mobile-image {
    display: block;
  }
  /*.error-main-content .error-head {
    font-size: 150px;
  }*/
  .error-main-content {
    max-width: 300px;
  }
  .shopper-home-main .banner-right-image {
    position: inherit;
    z-index: 1;
    padding: 0 15px;
  }
  .shopper-step-sections.step-1 {
    padding-top: 50px;
  }
  .shopper-home-main .banner-right-image img {
    max-height: 250px;
  }
  .shopper-home-main .hero-slice-content {
    padding-bottom: 50px;
  }
  .mobile-cta-btn ul .desktop-nav-item .purple-button {
    margin: 0 auto !important;
  }
  .productfeatures-home-main {
    padding-bottom: 20px;
  }
  .our-main-section.productfeature-our-main {
    padding-bottom: 5px;
  }
  .productfeatures-home-main .banner-right-image img {
    padding-left: 0px;
    max-height: 300px;
  }
  .our-main-section .our-main-col {
    margin-bottom: 18px;
  }
  .our-main-section .our-main-col:nth-child(odd) {
    padding-left: 0px;
  }
  .why-choose-bread-head.merchants-tools-post {
    margin-bottom: 28px;
  }
  .productfeatures-home-main .hero-slice-content {
    padding-bottom: 27px;
  }
  .productfeatures-home-main .hero-slice-content {
    padding-top: 0px;
  }
  .productfeatures-top-banner {
    margin-top: 64px;
  }
  .FasstIntegrations.product-FasstIntegrations {
    padding-top: 24px;
  }
  .brand-slider-wrapper.our-partnership-main {
    padding-bottom: 0;
  }
  .brand-slider-wrapper.our-partnership-main .slick-arrow::before {
    font-size: 22px;
  }
  .our-partnership-main .our-partnership-content .our-partnership-head {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .brand-slider-wrapper.our-partnership-main .slick-arrow {
    bottom: 15px !important;
  }
  .brand-slider-wrapper.our-partnership-main .slick-dots {
    bottom: 37px;
  }
  .our-partnership-content {
    padding-bottom: 64px;
  }
  .brand-slider-wrapper.our-partnership-main .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .our-benefits-sec .post-main-title {
    padding-right: 0px;
  }
  .shopper-home-main .hero-slice-content .hero-main-head {
    max-width: 226px;
    margin-bottom: 15px;
  }
  .merchant-home-main .hero-slice-content .hero-main-head {
    margin-bottom: 69px;
    max-width: 270px;
  }
  .hero-slice-content {
    padding-bottom: 53px;
  }

  .hero-green-border {
    background-image: url(../../resources/assets/images/mobile-hero-green-border.svg);
  }
  .merchant-home-main {
    padding-top: 17px;
    padding-bottom: 0px;
  }
  .main-form-heading .sec-main-head {
    margin-bottom: 20px;
  }
  .case-studies-main .case-study-col .case-study-content .main-paragraph {
    min-height: auto;
  }
  .mobile-banner-img {
    display: block;
  }
  .hero-main-section {
    background-image: none !important;
  }
  .mobile-banner-img {
    display: block;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .hero-main-section {
    padding-top: 32px;
    padding-bottom: 0px;
  }
  section.driveRealResults {
    padding: 32px 0px 24px;
  }
  .driveRealResults .driveRealResults-head {
    padding: 0;
  }
  section.driveRealResults .resultsBoxWrap {
    padding: 0px;
  }
  .driveRealResults .resultPercent {
    font-size: 60px;
    line-height: 70px;
  }
  .driveRealResults .resultsBox {
    padding: 14px 11px;
  }
  .FasstIntegrations {
    padding: 32px 0;
  }
  .learnMore-main-wrapper .field-col.one-row-field {
    padding-right: 16px;
  }
  .our-main-section.our-benefits-sec {
    padding: 40px 0 20px;
  }
  .learnMore-main-wrapper .field-col {
    padding-right: 0px;
  }
  .purple-last-section.shopper-last-sec {
    padding: 32px 0px 32px;
  }
  .purple-last-section.shopper-last-sec .transparent-btn {
    width: 100%;
    margin: 8px 0;
  }
  .accordion-new-section .accordion-main-head {
    margin-bottom: 27px;
  }
  section.faq-wrapper.faq-search.accordion-new-section {
    padding: 40px 0 30px;
  }
  section.faq-wrapper.faq-search.accordion-new-section .accordion-main-wrap {
    margin-bottom: 15px;
  }
  .two-ways-to-pay-main .two-ways-option {
    padding: 0px;
  }
  .guide-step-main {
    padding: 32px 0 20px;
  }
  .shopper-pay-later .purple-button {
    max-width: 100%;
  }
  /* .choose-dropdown {
     width: 100%;
   }*/

  .hero-main-banner {
    padding: 32px 0 24px;
  }
  /*.purple-button {
    max-width: 100%;
    width: 100%;
  }*/
  .merchants-home-main.content-image {
    padding-bottom: 30px;
  }
  /*.content-image.merchants-home-main .single-image img {
    min-width: auto;
    max-width: 100%;
    min-height: 100%;
  }*/
  .hero-main-banner.builtForMerchants {
    background-image: none !important;
    padding: 33px 0px 22px;
  }
  .hero-main-banner.builtForMerchants .hero-main-wrap .hero-main-head {
    margin-bottom: 22px;
  }
  .hero-main-banner.builtForMerchants .hero-main-wrap .main-paragraph {
    margin-bottom: 21px;
  }

  .mobile-banner-img img {
    width: 100%;
    /*max-height: 260px;*/
    object-fit: cover;
  }
  .we-start-bread {
    padding: 34px 0;
  }

  .case-studies-main .case-study-col-inner {
    padding: 0px;
  }
  .case-studies-main .case-study-head .sec-main-head {
    text-align: left;
    margin-bottom: 25px;
  }
  .case-study-head {
    padding: 0px;
  }
  .case-studies-main .case-study-col .case-study-content {
    padding: 24px 24px 20px 24px;
  }
  .two-ways-to-pay-main .two-ways-to-pay-head .sec-main-head {
    margin-bottom: 22px;
    text-align: center;
  }
  .two-ways-to-pay-main {
    padding: 32px 0 5px;
  }

  .brand-slider-main .bread-brand-slider .slider-brand-logo img {
    max-width: 120px;
  }
  .brand-slider-main .bread-brand-slider .rating-star-logo img {
    max-width: 120px;
  }
  .brand-slider-main .bread-brand-slider .slider-brand-logo {
    margin-bottom: 8px;
  }
  .brand-slider-main .bread-brand-slider .rating-star-logo {
    margin-bottom: 16px;
  }
  .brand-slider-main .bread-brand-slider .rating-review {
    margin-bottom: 16px;
  }
  .brand-slider-main .main-slider-sec .slider-main-content {
    padding: 24px 0;
    padding-bottom: 60px;
  }
  .main-slider-sec {
    padding: 0;
  }
  .brand-slider-wrapper .slick-arrow.slick-prev {
    left: 0px;
  }
  .brand-slider-wrapper .slick-arrow.slick-next {
    right: 0px;
  }
  .brand-slider-main {
    padding: 30px 0px 20px;
  }
  .numbers-slider-main {
    padding: 50px 0px 22px;
  }
  .hero-main-head {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 22px;
  }
  .sec-main-head {
    font-size: 26px;
    line-height: 35px;
  }
  .micro-tags {
    font-size: 18px;
    line-height: 25px;
  }
  /*Why Choose Bread Responsive*/
  .why-choose-bread-main .choose-bread-row .choose-bread-col .main-paragraph {
    max-width: 265px;
  }
  .why-choose-bread-main {
    padding: 40px 0 20px;
  }
  .why-choose-bread-main .why-choose-bread-head {
    margin-bottom: 30px;
  }
  .why-choose-bread-main .choose-bread-row .choose-bread-col {
    margin-bottom: 40px;
  }
  .merchant-home-main .hero-slice-img {
    width: 100%;
    /*max-width: 250px;*/
  }
}
@media (max-width: 480px) {
  .learnMore fieldset.form-columns-2 .hs-form-field:nth-child(even) {
    padding-right: 0;
    padding-left: 0px;
  }
  .learnMore fieldset.form-columns-2 .hs-form-field:nth-child(odd) {
    padding-left: 0;
    padding-right: 0px;
  }
  .learnMore .hs-form-private div.hs_submit div.actions input {
    min-width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 1024px) {
  .merchant-home-main .hero-slice-img {
    width: calc(100% - 58%);
  }
  .merchant-home-main .hero-slice-img img {
    height: 878px !important;
  }
}

@media (min-width: 768px) {
  .home-for-merchants {
    padding-top: 159px;
  }
  .home-for-shoppers {
    padding-top: 166px;
  }
  .home-for-partners {
    padding-top: 277px;
    padding-bottom: 186px;
  }
  .home-for-merchants .content-img {
    padding-left: 92px;
  }
  .home-for-shoppers .content-img {
    padding-right: 90px;
  }
  .home-for-partners .content-img {
    padding-left: 24px;
  }

  .before-border-line::before {
    content: "";
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1;
  }
  .after-border-line::after {
    content: "";
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1;
  }

  .home-for-merchants .before-border-line::before {
    background-image: url(/wp-content/themes/bread/dist/images/for-merchant-before.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    min-height: 290px;
    width: 170px;
    left: 58.5%;
    top: -162px;
  }

  .home-for-merchants .after-border-line::after {
    background-image: url(/wp-content/themes/bread/dist/images/for-merchant-after.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    min-height: 260px;
    width: 170px;
    left: 59%;
    top: 62%;
  }

  .home-for-shoppers .before-border-line::before {
    background-image: url(/wp-content/themes/bread/dist/images/for-shopper-before.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    min-height: 252px;
    width: 156px;
    left: 5%;
    bottom: 66%;
  }

  .home-for-shoppers .after-border-line::after {
    background-image: url(/wp-content/themes/bread/dist/images/for-shopper-after.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    min-height: 252px;
    width: 156px;
    left: 5.9%;
    top: 59%;
  }
  .home-for-partners .before-border-line::before {
    background-image: url(/wp-content/themes/bread/dist/images/for-partner-before.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    min-height: 275px;
    width: 115px;
    left: 59%;
    bottom: 83%;
  }

  .step-1 .before-border-line::before {
    background-image: url("../../resources/assets/images/pay-later-curve-img-1.png");
    width: 150px;
    height: 150px;
    top: calc(100% - 387px);
    right: -137px;
    /*background-image: linear-gradient(to right, white , transparent);
    background-color: #FCB826;
    width: 100px;
    transform: rotate(151deg);
    top: calc(100% - 313px);
    right: -151px;*/
  }
  .step-1 .before-border-line::after {
    background-color: #fcb826;
    width: 100px;
    transform: rotate(180deg);
    right: -58px;
    top: calc(100% - 288px);
    display: none;
  }
  .step-1 .after-border-line::after {
    background-image: url("../../resources/assets/images/pay-later-curve-img-2.png");
    width: 365px;
    height: 80px;
    top: 46%;
    left: -125px;
    /*background-image: linear-gradient(to right, white , transparent);
    background-color: #FCB826;
    width: 100px;
    transform: rotate(-31deg);
    top: 55%;
    left: -75px;*/
  }
  .step-2 .before-border-line::before {
    background-image: url("../../resources/assets/images/pay-later-curve-img-3.png");
    width: 94px;
    height: 260px;
    top: -155px;
    right: 38%;
    /*background-image: linear-gradient(to right, white , transparent);
    background-color: #FCB826;
    width: 100px;
    transform: rotate(149deg);
    top: -98px;
    right: 32%;*/
  }
  .step-2 .before-border-line::after {
    background-color: #fcb826;
    width: 105px;
    transform: rotate(90deg);
    top: -20px;
    right: 43%;
    display: none;
  }
  .step-2 .after-border-line::after {
    background-image: url("../../resources/assets/images/pay-later-curve-img-4.png");
    width: 182px;
    height: 100px;
    top: 68%;
    right: -100px;
    /*background-image: linear-gradient(to right, #ffffffbf , transparent);
    background-color: #FCB826;
    width: 179px;
    transform: rotate(209deg);
    top: 86%;
    right: -158px;*/
  }
  .step-3 .before-border-line::before {
    background-image: url("../../resources/assets/images/pay-later-curve-img-5.png");
    width: 94px;
    height: 260px;
    top: -104px;
    left: 146px;
    /*background-image: linear-gradient(to right, white , transparent);
    background-color: #FCB826;
    width: 100px;
    transform: rotate(30deg);
    top: -51px;
    left: 131px;*/
  }
  .step-3 .before-border-line::after {
    background-color: #fcb826;
    width: 100px;
    transform: rotate(90deg);
    top: 23px;
    left: 174px;
    display: none;
  }

  .shopper-step-sections.step-1 {
    padding-bottom: 0;
  }
  .shopper-step-sections.step-2 {
    padding-top: 4px;
    padding-bottom: 30px;
  }
  .shopper-step-sections.step-3 {
    padding-bottom: 64px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .step-1 .after-border-line::after {
    top: 69%;
    left: -110px;
  }
  .step-2 .after-border-line::after {
    top: 84%;
    right: -70px;
  }
  .step-3 .before-border-line::before {
    top: -95px;
    left: 105px;
  }
  .step-1 .before-border-line::after {
    top: calc(100% - 200px);
  }
  .step-1 .before-border-line::before {
    top: calc(100% - 224px);
  }
  .step-1 .after-border-line::before {
    top: 75%;
  }
  .shopper-step-sections.step-2 {
    padding-top: 80px;
  }
  .step-2 .before-border-line::before {
    right: 30%;
    top: -140px;
  }
  .step-2 .after-border-line::before {
    width: 138px;
    top: 87%;
    right: -72px;
  }
}

/*.animation-head span div {
  position: absolute;
    overflow: hidden;
    display: inline-block;
  -webkit-animation: rotateWord 12s linear infinite 0s;
  -ms-animation: rotateWord 12s linear infinite 0s;
  animation: rotateWord 12s linear infinite 0s;
  display: inline-block;
  border-bottom: 8px solid;
  opacity: 1;
}*/
/*.animation-head span {
    position: absolute;
    overflow: hidden;
    display: inline-block;
    -webkit-animation: rotateWordnew 12s linear infinite 0s;
    -ms-animation: rotateWordnew 12s linear infinite 0s;
    animation: rotateWordnew 12s linear infinite 0s;
    border-bottom: 8px solid transparent;
  }*/

/*.animation-head span:nth-child(1) div  {
  -webkit-animation-delay: 0s;
    -ms-animation-delay: 0s;
    animation-delay: 0s;
   color: #A6ACF5;
   opacity: 1;
}*/

/*.animation-head span:nth-child(1){
  -webkit-animation-delay: 0s;
    -ms-animation-delay: 0s;
    animation-delay: 0s;
   color: #A6ACF5;
}*/
/*.animation-head span:nth-child(2) div {
    -webkit-animation-delay: 4s;
    -ms-animation-delay: 4s;
    animation-delay: 4s;
    color: #FCB826;
    opacity: 0;
}*/
/*.animation-head span:nth-child(2){
  -webkit-animation-delay: 4s;
    -ms-animation-delay: 4s;
    animation-delay: 4s;
   color: #FCB826;
}*/
/*.animation-head span:nth-child(3) div {
    -webkit-animation-delay: 8s;
    -ms-animation-delay: 8s;
    animation-delay: 8s;
     color: #68E5D7;
     opacity: 0;
}*/
/*.animation-head span:nth-child(3){
  -webkit-animation-delay: 8s;
    -ms-animation-delay: 8s;
    animation-delay: 8s;
    color: #68E5D7;
}*/

/*  @keyframes rotateWordnew {
    form {opacity: 1;};
    to {opacity: 0;};
}
@-ms-keyframes rotateWordnew {
    0% {  border-bottom:8px solid transparent; }
    38% {  border-bottom:8px solid transparent; }
  40% {  border-bottom:8px solid ;}
   50% {  border-bottom:8px solid ; }
   60% {  border-bottom:8px solid ; }
   70% {  border-bottom:8px solid ; }
  72% {  border-bottom:8px solid transparent;}
    100% { border-bottom:8px solid transparent;}
}
@-webkit-keyframes rotateWordnew {
    0% {  border-bottom:8px solid transparent; }
    38% {  border-bottom:8px solid transparent; }
  40% {  border-bottom:8px solid ;}
   50% {  border-bottom:8px solid ; }
   60% {  border-bottom:8px solid ; }
   70% {  border-bottom:8px solid ; }
  72% {  border-bottom:8px solid transparent;}
    100% { border-bottom:8px solid transparent;}
}*/

/*@-webkit-keyframes rotateWord {
    0% { opacity: 0;}
    38% { opacity: 0; -webkit-transform: translateX(-5px); }
  40% { opacity: 1; -webkit-transform: translateX(0px);}
   50% { opacity: 1; -webkit-transform: translateX(0px);}
   60% { opacity: 1; -webkit-transform: translateX(0px);}
   70% { opacity: 1; -webkit-transform: translateX(0px);}
  72% { opacity: 0; -webkit-transform: translateX(1px);}
    100% { opacity: 0;}
}


@-ms-keyframes rotateWord {
    0% { opacity: 0;}
    38% { opacity: 0; -ms-transform: translateX(-5px);}
  40% { opacity: 1; -ms-transform: translateX(0px);}
   50% { opacity: 1; -ms-transform: translateX(0px);}
   60% { opacity: 1; -ms-transform: translateX(0px);}
   70% { opacity: 1; -ms-transform: translateX(0px);}
  72% { opacity: 0; -ms-transform: translateX(1px);}
    100% { opacity: 0;}
}

@keyframes rotateWord {
    0% { opacity: 0;}
    38% { opacity: 0; -webkit-transform: translateX(-5px); transform: translateX(-5px); }
  40% { opacity: 1; -webkit-transform: translateX(0px); transform: translateX(0px);}
   50% { opacity: 1; -webkit-transform: translateX(0px); transform: translateX(0px); }
   60% { opacity: 1; -webkit-transform: translateX(0px); transform: translateX(0px); }
   70% { opacity: 1; -webkit-transform: translateX(0px); transform: translateX(0px); }
  72% { opacity: 0; -webkit-transform: translateX(1px); transform: translateX(1px); }
    100% { opacity: 0;}
}



@media (max-width: 767px) {
  .animation-head span div {
    border-bottom: 4px solid;
  }
  @keyframes rotateWordnew {
    0% {  border-bottom:4px solid transparent; }
    38% {  border-bottom:4px solid transparent; }
  40% {  border-bottom:4px solid ;}
   50% {  border-bottom:4px solid ; }
   60% {  border-bottom:4px solid ; }
   70% {  border-bottom:4px solid ; }
  72% {  border-bottom:4px solid transparent;}
    100% { border-bottom:4px solid transparent;}
}
@-ms-keyframes rotateWordnew {
    0% {  border-bottom:4px solid transparent; }
    38% {  border-bottom:4px solid transparent; }
  40% {  border-bottom:4px solid ;}
   50% {  border-bottom:4px solid ; }
   60% {  border-bottom:4px solid ; }
   70% {  border-bottom:4px solid ; }
  72% {  border-bottom:4px solid transparent;}
    100% { border-bottom:4px solid transparent;}
}

@-webkit-keyframes rotateWordnew {
    0% {  border-bottom:4px solid transparent; }
    38% {  border-bottom:4px solid transparent; }
  40% {  border-bottom:4px solid ;}
   50% {  border-bottom:4px solid ; }
   60% {  border-bottom:4px solid ; }
   70% {  border-bottom:4px solid ; }
  72% {  border-bottom:4px solid transparent;}
    100% { border-bottom:4px solid transparent;}
}
}*/

/*@keyframes rotateWord {
    0% { opacity: 0;}
    38% { opacity: 0; -webkit-transform: translateX(0px); transform: translateX(0px); }
  40% { opacity: 1; -webkit-transform: translateX(0px); transform: translateX(0px);}
   50% { opacity: 1; -webkit-transform: translateX(0px); transform: translateX(0px); }
   60% { opacity: 1; -webkit-transform: translateX(0px); transform: translateX(0px); }
   70% { opacity: 1; -webkit-transform: translateX(0px); transform: translateX(0px); }
  72% { opacity: 0; -webkit-transform: translateX(0px); transform: translateX(0px); }
    100% { opacity: 0;}
}*/
/*@keyframes rotateWord {
    0% { opacity: 0;}
    38% { opacity: 0; -webkit-transform: translateX(-5px); transform: translateX(-5px); }
  40% { opacity: 1; -webkit-transform: translateX(0px); transform: translateX(0px);}
   50% { opacity: 1; -webkit-transform: translateX(0px); transform: translateX(0px); }
   60% { opacity: 1; -webkit-transform: translateX(0px); transform: translateX(0px); }
   70% { opacity: 1; -webkit-transform: translateX(0px); transform: translateX(0px); }
  72% { opacity: 0; -webkit-transform: translateX(1px); transform: translateX(1px); }
    100% { opacity: 0;}
}*/

@media (max-width: 767px) {
  .animation-head span div {
    border-bottom: 4px solid;
  }
  @keyframes rotateWordnew {
    0% {
      border-bottom: 4px solid transparent;
    }
    38% {
      border-bottom: 4px solid transparent;
    }
    40% {
      border-bottom: 4px solid;
    }
    50% {
      border-bottom: 4px solid;
    }
    60% {
      border-bottom: 4px solid;
    }
    70% {
      border-bottom: 4px solid;
    }
    72% {
      border-bottom: 4px solid transparent;
    }
    100% {
      border-bottom: 4px solid transparent;
    }
  }
  @-ms-keyframes rotateWordnew {
    0% {
      border-bottom: 4px solid transparent;
    }
    38% {
      border-bottom: 4px solid transparent;
    }
    40% {
      border-bottom: 4px solid;
    }
    50% {
      border-bottom: 4px solid;
    }
    60% {
      border-bottom: 4px solid;
    }
    70% {
      border-bottom: 4px solid;
    }
    72% {
      border-bottom: 4px solid transparent;
    }
    100% {
      border-bottom: 4px solid transparent;
    }
  }

  @-webkit-keyframes rotateWordnew {
    0% {
      border-bottom: 4px solid transparent;
    }
    38% {
      border-bottom: 4px solid transparent;
    }
    40% {
      border-bottom: 4px solid;
    }
    50% {
      border-bottom: 4px solid;
    }
    60% {
      border-bottom: 4px solid;
    }
    70% {
      border-bottom: 4px solid;
    }
    72% {
      border-bottom: 4px solid transparent;
    }
    100% {
      border-bottom: 4px solid transparent;
    }
  }
}

.bread-left-border {
  position: absolute;
  left: -145px;
  width: auto;
  height: 67px;
  top: 20px;
}
.bread-left-border:before {
  content: "";
  /* position: absolute; */
  width: 80px;
  height: 4px;
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  background-color: #a6acf5;
  top: -20px;
  transform: rotate(30deg);
  left: 6.1px;
}
.bread-left-border:after {
  /* height: 42px;
  content: '';
  width: 100px;
  position: absolute;
  left: 0;
  background-image: url(http://www-dev.breadpayments.com/wp-content/uploads/2022/06/whybread-left-border.png);
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  background-size: contain; */
}
.bread-right-border {
  position: absolute;
  right: -145px;
  top: 70px;
}
.bread-right-border:after {
  content: "";
  /* position: absolute; */
  width: 80px;
  height: 4px;
  background-image: linear-gradient(to right, transparent, white);
  background-color: #a6acf5;
  top: 20px;
  transform: rotate(30deg);
  right: -74px;
}
.bread-right-border:before {
  /* height: 41px;
  content: '';
  width: 530px;
  position: absolute;
  right: 9px;
  background-image: url(http://www-dev.breadpayments.com/wp-content/uploads/2022/06/whybread-right-border.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; */
}
.why-choose-bread-head {
  /* display: flex;
  align-items: center; */
}
.guide-step-main .why-choose-bread-head .sec-main-head {
  margin: 0;
  padding: 0px 29px;
}
.guide-step-main .why-choose-bread-head .sec-main-head sup {
    top: -16px;
    right: -4px;
}
/*.choose-bread-main .choose-bread-container{
width: 100%;
max-width: 100%;
}*/
.why-choose-bread-head {
  margin-bottom: 54px;
}

.driveRealResults .resultPercent {
  font-size: 80px;
}
.driveRealResults .resultPercent {
  color: #5cd5cc;
  position: relative;
  margin-bottom: 42px;
}
.resultPercent:after {
  content: "";
  background: rgb(252, 176, 69);
  background: linear-gradient(
    90deg,
    rgba(252, 176, 69, 0) 0%,
    rgba(252, 176, 69, 1) 50%,
    rgba(252, 176, 69, 0) 100%
  );
  display: inline-block;
  width: 47%;
  position: absolute;
  bottom: -20px;
  height: 3px;
  left: 0;
  right: 0;
  margin: auto;
}
.driveRealResults .resultText {
  color: #333333;
}
.color-white {
  color: white;
}
.hero-main-section {
  /*background-image: url(/breadpayments-2/wp-content/uploads/2020/10/Frame.png);*/
  background-image: inherit;
  /*background-size: contain;*/
  background-position: top right 74px;
  margin-top: 86px;
  padding-top: 0;
  background-size: auto;
  padding-bottom: 0px;
  /*overflow: auto;*/
  background-size: inherit;
  background-position: inherit;
}
.whhy-bread-main-section {
  /*background: url(/breadpayments-2/wp-content/uploads/2020/10/HeroBack.png);*/
  background-position: top -162px left;
  background-size: 100%;
  background-position-x: right;
}
.hero-main-wrap {
  padding-top: 10px;
}
.leading-brands-main {
  padding: 92px 0px;
}
.leading-brands-main .leading-brands-wrap .sec-main-head {
  margin-bottom: 70px;
}

.hero-main-img-wrap {
  padding-right: 0;
  text-align: right;
}
.hero-main-img-wrap img {
  position: relative;
  right: -60px;
  top: -3px;
}

.integartions-left-border {
  position: absolute;
  left: -136px;
  top: 74px;
}
.integartions-left-border:before {
  content: "";
  /* position: absolute; */
  width: 80px;
  height: 4px;
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  /* background-color: #68E5D7; */
  top: 20px;
  transform: rotate(-30deg);
  left: 6.1px;
}
.integartions-left-border:after {
  /* height: 42px;
  content: '';
  width: 100px;
  position: absolute;
  left: 0;
  background-image: url(http://www-dev.breadpayments.com/wp-content/uploads/2022/06/Integrations-left-border.png);
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  background-size: contain; */
}
.integartions-right-border {
  position: absolute;
  top: 26px;
  right: -180px;
  width: auto;
}
.integartions-right-border:after {
  content: "";
  /* position: absolute; */
  width: 80px;
  height: 4px;
  background-image: linear-gradient(to right, transparent, white);
  background-color: #68e5d7;
  top: -20px;
  transform: rotate(-30deg);
  right: -74px;
}
.integartions-right-border:before {
  /* height: 41px;
  content: '';
  width: 530px;
  position: absolute;
  right: 9px;
  background-image: url(http://www-dev.breadpayments.com/wp-content/uploads/2022/06/Integrations-right-border.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; */
}
.integartions-heading-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.integartions-heading-wrapper .sec-main-head {
  padding-right: 25px;
}

section.FasstIntegrations .integartions-heading-wrapper .sec-main-head {
  margin: 0;
  white-space: nowrap;
}

.margin-auto {
  margin: 0 auto;
}
.FasstIntegrations .integartions .integartions-col img {
  padding: 0 15px;
  max-height: 100%;
  width: 100%;
}
/*.choose-dropdown .selected-name {
  border-radius: 5px;
  background: #fff;
}*/

@media (min-width: 1800px) {
  .whhy-bread-main-section {
    background-position: top -500px left;
    background-repeat: no-repeat;
  }
}
@media (min-width: 2300px) {
  .whhy-bread-main-section {
    background-position: top -750px left;
    background-repeat: no-repeat;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .whhy-bread-main-section {
    background-size: inherit;
  }
  .integartions-right-border {
    display: none;
  }

  .integartions-left-border {
    top: 0;
    left: 0;
    width: 100%;
  }

  .integartions-left-border:before {
    transform: inherit;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
    width: 100%;
    left: 0;
  }

  .integartions-left-border:after {
    width: 0;
  }
  .bread-right-border {
    display: none;
  }
  .bread-left-border:before {
    transform: inherit;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
    width: 100%;
    left: 0;
  }
  .bread-left-border:after {
    height: 0;
    width: 0;
  }
  .bread-left-border {
    top: 0;
    left: 0;
    width: 100%;
  }
}

.partner-main-section .hero-main-banner .hero-main-wrap .hero-main-head {
  font-size: 60px;
}
.partner-main-section .hero-main-banner .hero-main-wrap .main-paragraph {
  padding-right: 18px;
}
.learnMore-main-wrapper .field-col {
  padding-right: 0;
  padding-left: 15px;
}
.plagtform-left-border {
  position: absolute;
  left: -144px;
  width: auto;
  height: auto;
}
.plagtform-left-border:before {
  /* content: '';
  position: absolute;
  width: 80px;
  height: 4px;
  background-image: linear-gradient(to right, white , transparent);
  background-color: #68E5D7;
  top: -20px;
  transform: rotate(30deg);
  left: 6.1px; */
}
.plagtform-left-border:after {
  /* background-color: #68E5D7;
  height: 4px;
  content: '';
  width: 64px;
  display: inline-block;
  text-align: right;
  position: absolute;
  right: 0; */
}
.plagtform-right-border {
  position: relative;
  height: 4px;
  width: calc(100% - 245px);
}
.plagtform-right-border:after {
  /* content: '';
  position: absolute;
  width: 80px;
  height: 4px;
  background-image: linear-gradient(to right, transparent, white);
  background-color: #68E5D7;
  top: 20px;
  transform: rotate(30deg);
  right: -74px; */
}
.plagtform-right-border:before {
  /* background-color: #68E5D7;
  height: 4px;
  content: '';
  width: 100%;
  display: inline-block;
  text-align: left;
  position: absolute;
  left: 0; */
}
.plagtform-heading-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.plagtform-heading-wrapper .sec-main-head {
  padding-right: 25px;
}
.margin-auto {
  margin: 0 auto;
}
.learnMore-main-wrapper .form-last-btn {
  padding: 15px;
}

.partner-main-section {
  background: url(../../resources/assets/images/HeroBackparter.png);
  background-position: top -100px left;
  background-size: 100%;
  background-position-x: right;
}
.partner-main-section .shopper-pay-later {
  padding-top: 86px;
  background: transparent;
  padding-bottom: 100px;
}
.partner-main-section .hero-main-wrap {
  padding-right: 15px;
}
.partner-main-section .hero-main-img-wrap {
  position: relative;
  right: -54px;
  top: 0px;
}
.partner-main-section .why-choose-bread-main {
  padding-top: 30px;
  padding-bottom: 50px;
}
/*.choose-bread-col svg *{
fill: #68E5D7;
}*/
section.powering-partners .plagtform-left-border {
  height: auto;
  top: -2px;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .plagtform-right-border {
    display: none;
  }

  .plagtform-left-border {
    top: 0;
    left: 0;
    width: 100%;
  }

  .plagtform-left-border:before {
    transform: inherit;
    background-image: linear-gradient(to right, transparent, white);
    width: 100%;
    left: 0;
  }

  .plagtform-left-border:after {
    width: 0;
  }
  .leading-brands-main
    .leading-brands-wrap
    .leading-brands-logos
    .leading-brands-logo {
    justify-content: center;
  }
  ul.icon-list li {
    padding: 5px 5px;
  }
}
@media (max-width: 767px) {
  .hero-main-section {
    margin: 0;
    padding-bottom: 30px;
  }
  .hero-main-img-wrap img {
    margin-top: 32px;
    right: 0;
  }
  .hero-main-img-wrap {
    padding-right: 15px;
  }
  .whhy-bread-main-section {
    background-image: url(/wp-content/uploads/2022/06/heroBG.png) !important;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  section.driveRealResults .resultsBoxWrap {
    padding-top: 50px;
  }
  .driveRealResults .driveRealResults-head {
    margin: 0;
  }
  section.driveRealResults {
    padding-bottom: 35px;
  }
  .driveRealResults .resultText {
    padding: 0 78px;
  }
  .why-choose-bread-head {
    display: block;
  }
  .bread-right-border {
    display: none;
  }
  .bread-left-border:before {
    transform: inherit;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
    width: 100%;
    left: 0;
  }
  .bread-left-border:after {
    height: 0;
    width: 0;
  }
  .bread-left-border {
    width: 100%;
  }
  .guide-step-main .why-choose-bread-head .sec-main-head {
    padding: 0;
  }
  .leading-brands-main .leading-brands-wrap .sec-main-head {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 32px;
  }

  .leading-brands-wrap {
    padding: 0 5px;
  }

  .leading-brands-main {
    padding-top: 32px;
    padding-bottom: 20px;
  }

  .leading-brands-main .leading-brands-wrap .leading-brands-logos {
    padding: 0 20px;
  }

  .why-choose-bread-head {
    padding: 0;
  }

  .bread-left-border {
    position: absolute;
    left: 0;
  }

  .guide-step-main .guide-step-wrap {
    padding: 0;
  }

  .guide-step-main .guide-step-wrap .step-col {
    margin-bottom: 20px;
  }

  .choose-bread-main .choose-bread-col {
    padding: 0;
  }

  .why-choose-see-features {
    margin-top: 0;
  }

  .integartions-right-border {
    display: none;
  }

  .integartions-left-border {
    top: 0;
    left: 0;
    width: 100%;
  }

  .integartions-left-border:before {
    transform: inherit;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
    width: 100%;
    left: 0;
    top: -20px;
  }

  .integartions-left-border:after {
    width: 0;
  }

  .FasstIntegrations .integartions .integartions-col {
    padding: 0 15px;
  }
  .leading-brands-main
    .leading-brands-wrap
    .leading-brands-logos
    .leading-brands-logo {
    justify-content: center;
  }
  .FasstIntegrations .integartions .integartions-col {
    justify-content: center;
  }
  .why-choose-bread-head {
    margin-bottom: 30px;
  }
  .partner-main-section {
    background: url(../../resources/assets/images/partner-herobg-mobile.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .partner-main-section .hero-main-img-wrap {
    right: 0;
  }
  .plagtform-right-border {
    display: none;
  }

  .plagtform-left-border {
    top: 0;
    left: 0;
    width: 100%;
  }

  .plagtform-left-border:before {
    transform: inherit;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
    width: 100%;
    left: 0;
  }

  .plagtform-left-border:after {
    width: 0;
  }
  .leading-brands-main
    .leading-brands-wrap
    .leading-brands-logos
    .leading-brands-logo {
    justify-content: center;
  }
  .partner-main-section .hero-main-banner .hero-main-wrap .hero-main-head {
    font-size: 30px;
    line-height: 39px;
  }

  .partner-main-section .shopper-pay-later {
    padding-top: 16px;
    padding-bottom: 40px;
  }

  .why-choose-bread-main
    .choose-bread-row
    .choose-bread-col
    .choose-bread-title {
    display: flex;
    align-items: center;
  }

  .choose-bread-icon {
    position: inherit;
    padding-left: 5px;
  }

  .why-choose-bread-main .choose-bread-row {
    margin-bottom: 0;
  }

  .partner-main-section .why-choose-bread-main {
    padding-bottom: 0;
  }

  .why-choose-bread-main .choose-bread-row .choose-bread-col:nth-last-child(1) {
    margin-bottom: 15px;
  }

  .why-choose-bread-main .choose-bread-row .choose-bread-col {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .partner-main-section {
    background-size: contain;
  }
  .whhy-bread-main-section {
    background-size: contain;
  }
  .post-main-title {
    padding-right: 5px;
  }
  /*.why-choose-bread-content .text-center img {
    width: 80%;
    margin-left: auto;
    position: relative;
    right: 16px;
    top: 10px;
    display: table;
    margin-bottom: 9px;
  }*/
  .guide-step-main .guide-step-wrap .step-col .breadH4Head {
    font-size: 20px;
    margin-bottom: 11px;
  }
  .hero-main-banner .hero-main-wrap .hero-main-head {
    padding-right: 5px;
  }
  .footer-main .footer-top-wrapper-right .footerContact {
    width: 100%;
  }
  .footer-main .footer-menu-items li.footer-menu-list {
    padding: 10px 0;
  }
  .footer-bottom-wrapper-right img {
    padding: 10px 0;
    float: right;
  }
  ul.icon-list {
    width: 100%;
    justify-content: center;
    padding: 30px 0px;
  }
  .footer-main .footer-menu-items li.footer-menu-list {
    padding: 13px 5px;
  }
  ul.icon-list {
    margin-bottom: 30px;
  }
}

.driveRealResults .resultPercent {
  font-size: 143px;
  position: relative;
  padding-left: 19px;
}

.driveRealResults .resultPercent span.percentage_sign {
  font-size: 74px;
  position: relative;
  top: -24px;
  left: 7px;
}

.driveRealResults .driveRealResults-head {
  margin-bottom: 72px;
}

.driveRealResults .resultText {
  margin-top: 45px;
  font-size: 24px;
}
.hero-main-img-wrap img {
  top: 0;
}
.guide-step-main .guide-step-wrap {
  padding-right: 24px;
  padding-left: 0;
}
.guide-step-main .guide-step-wrap .step-col .breadH4Head {
  padding-right: 15px;
}
.guide-step-main .guide-step-wrap .step-col .breadH4Head {
  padding-right: 17px;
  margin-bottom: 18px;
}

.guide-step-main .guide-step-wrap .step-col .main-paragraph {
  margin: 0;
}

.guide-step-main .guide-step-wrap .step-col {
  margin: 0;
}
.choose-bread-main .why-choose-bread-content .choose-bread-img {
  margin-bottom: 13px;
}
.FasstIntegrations .integartions .integartions-col {
  margin-bottom: 98px;
}
.FasstIntegrations .integartions {
  margin-top: 78px;
}
.guide-step-main {
  padding: 31px 0 53px;
}
/*section.FasstIntegrations .container {
width: 100%;
max-width: 100%;
}*/
.guide-step-main .guide-step-wrap {
  padding-left: 12px;
}
.guide-step-main .guide-step-wrap .step-col .breadH4Head {
  padding-right: 36px;
}
.hero-main-img-wrap img {
  right: 13px;
}
.hero-main-banner .hero-main-wrap .main-paragraph {
  margin-bottom: 52px;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .integartions-left-border:before {
    top: -20px;
  }
  .driveRealResults .resultPercent {
    font-size: 100px;
    position: relative;
    padding-left: 0;
  }
  .whhy-bread-main-section {
    background-size: inherit;
    background-position: top -260px left;
  }
  section.driveRealResults {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .whhy-bread-main-section .hero-main-section {
    padding-bottom: 150px;
  }
  .hero-main-banner .hero-main-wrap .hero-main-head {
    font-size: 45px;
    line-height: 45px;
  }

  .whhy-bread-main-section .hero-main-section {
    margin-top: 0;
  }

  /*.choose-dropdown {
  width: 100%;
  }
  */
  /*.vertical-dropdown-pages .purple-button {
  width: 100%;
  margin: 0;
  max-width: 100%;
  }*/

  .hero-main-img-wrap {
    padding: 0 15px;
  }

  .hero-main-img-wrap img {
    right: 0;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .pagination ul {
    display: block;
    white-space: nowrap;
    justify-content: center;
    overflow: scroll;
  }

  .pagination ul li {
    display: inline-block;
  }
  .FasstIntegrations .integartions {
    margin-top: 13px;
  }
  .FasstIntegrations .integartions .integartions-col {
    padding: 0;
    margin-bottom: 46px;
  }
  .driveRealResults .resultText {
    padding: 0 52px;
  }
  section.driveRealResults .resultsBoxWrap {
    padding-top: 0;
  }
  .driveRealResults .resultPercent {
    font-size: 106px;
    position: relative;
    padding-left: 47px;
    margin-bottom: 0;
  }
  .driveRealResults .resultPercent span.percentage_sign {
    font-size: 46px;
    position: relative;
    top: -20px;
    left: 6px;
  }
  .driveRealResults .driveRealResults-head {
    margin-bottom: 46px;
  }
  .resultPercent:after {
    width: 35%;
    bottom: -10px;
  }
  .driveRealResults .resultText {
    margin-top: 25px;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 55px;
    padding: 0 74px;
  }
  section.driveRealResults .resultsBoxWrap:nth-last-child(1) .resultText {
    margin-bottom: 0;
  }
  section.driveRealResults {
    padding-bottom: 23px;
  }
  .guide-step-main .guide-step-wrap {
    padding-right: 0;
  }
  .guide-step-main .guide-step-wrap .step-col .breadH4Head {
    padding-right: 0;
  }
  .why-choose-see-features {
    padding: 0px;
  }
  .guide-step-main .guide-step-wrap {
    padding: 0;
  }
  .whhy-bread-main-section {
    background-position: top 490px left;
  }
}

/*Header Destop Styling*/
.desktop-nav-item.two-columns .mega-nav {
  width: 520px;
  display: flex !important;
  left: inherit;
  right: inherit;
  background: #ffffff;
  box-shadow: 0px 10px 20px rgba(15, 35, 63, 0.1);
  margin-left: -30px;
  margin-top: 13px;
}
.desktop-nav-item.two-columns .mega-nav .normal-links {
  width: 50%;
  display: inline-block;
  padding: 24px 25px 15px 32px;
}
.desktop-nav-item.two-columns .mega-nav .get-started-menu {
  width: 50%;
  display: inline-block;
  padding: 24px 25px 27px 32px;
  background: #fafafa;
}
.desktop-nav-item.two-columns .mega-nav .get-started-menu .nav-list-title {
  font-weight: 800;
  font-size: 11px;
  line-height: 21px;
  letter-spacing: 0.1em;
  color: #0f2233;
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 5px;
}
.desktop-nav-item.two-columns .mega-nav .get-started-menu .intro-c {
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #0f2233;
  margin-bottom: 10px;
}
.desktop-nav-item.two-columns .mega-nav .get-started-menu .btn {
  /*display: flex;
  max-width: 172px;*/
  margin-bottom: 16px;
}
.desktop-nav-item.two-columns
  .mega-nav
  .get-started-menu
  .btn.purple-transparent-btn {
  color: #1c8195 !important;
}
.desktop-nav-item.two-columns
  .mega-nav
  .get-started-menu
  .btn.purple-transparent-btn:hover {
  color: #1c8195 !important;
  border: 1px solid #1c8195;
}
.desktop-nav-item.two-columns .mega-nav .normal-links .nav-list {
  width: 100%;
}
.purple-transparent-btn {
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  color: #1c8195 !important;
  align-items: center;
  justify-content: center;
  border: 1px solid #1c8195;
  border-radius: 24px;
}
.purple-transparent-btn:hover {
  border: 1px solid #a6acf5;
  color: #a6acf5;
  text-decoration: none;
}
.nav-wrapper .nav li.active .mega-nav-wrap li a:hover,
.nav-wrapper .nav li.active .mini-menu-wrap li a:hover {
  color: #1c8195;
}
.desktop-nav-item.two-columns .mega-nav .normal-links .nav-list a {
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  display: inline-block;
}
.desktop-nav-item.two-columns .mega-nav .normal-links .nav-list .col-link {
  margin: 0px;
}
.desktop-nav-item.two-columns .mega-nav .normal-links .nav-list a:hover {
  text-decoration: underline;
  color: #1c8195;
}
.mini-menu-wrap .mini-menu {
  width: 260px;
  padding: 24px 36px 26px 35px;
  background: #ffffff;
  box-shadow: 0px 10px 20px rgba(15, 35, 63, 0.1);
  margin-left: -30px;
}
.mini-menu-wrap .mini-menu li a {
  font-style: normal;
  font-weight: bold !important;
  font-size: 16px;
  line-height: 40px;
  font-family: "Nunito Sans", sans-serif;
  color: #0f2233;
  text-transform: capitalize;
}
.mini-menu-wrap .mini-menu li a:hover {
  text-decoration: underline;
}
.desktop-main-header {
  height: 112px;
}
.desktop-main-header .desk-nav > ul {
  width: 100%;
  flex-wrap: inherit;
}

.nav-wrapper .nav a:hover .under-line,
.nav-wrapper .nav a.active .under-line,
.nav-wrapper .nav a.current-menu-item .under-line,
.nav-wrapper .nav a.current-page-ancestor .under-line {
  width: 100%;
}

body header.banner .nav-wrapper .cta-nav .nav .desktop-nav-item {
  padding: 0px;
}
body header.banner .nav-wrapper .cta-nav {
  margin-right: -3px;
}
body
  header.banner
  .nav-wrapper
  .cta-nav
  .nav
  .desktop-nav-item.header-contact-us {
  margin-left: 44px;
}
.mobile-menu .card .card-header {
  height: 48px;
  padding: 0 32px 0 32px !important;
  display: flex;
  align-items: center;
}

.mobile-cta-btn {
  height: 72px;
  position: fixed;
  bottom: 0;
  background-color: #f4f5ff;
  width: 100%;
  display: flex;
  align-items: center;
}
.mobile-cta-btn ul {
  padding: 0px;
  list-style: none;
  margin-bottom: 0;
  width: 100%;
}
.mobile-cta-btn ul .desktop-nav-item {
  width: 49%;
  display: inline-block;
}
.mobile-cta-btn ul .desktop-nav-item:last-child {
  text-align: right;
}
.mobile-cta-btn ul .desktop-nav-item .purple-button {
  /*max-width: 135px;*/
  margin: 0 0px 0 auto;
}
.mobile-cta-btn ul .desktop-nav-item:nth-child(1) a {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #0f2233;
}
.mobile-cta-btn ul .desktop-nav-item:nth-child(1) {
  padding-left: 32px;
  padding-right: 25px;
}
.mobile-only-link {
  position: relative;
  border-bottom: 1px solid #cfd8dc;
  background-color: #ffffff;
  height: 48px;
  padding: 0 32px 0 32px !important;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}
.mobile-only-link a {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #0f2233 !important;
  text-align: left;
  text-decoration: none !important;
  padding: 0 !important;
  font-family: "Nunito Sans", sans-serif;
  border: 1px solid transparent;
  text-transform: capitalize;
}
.desktop-inner-header {
  height: 100%;
}
.footer-left-sec .footer-menu-items {
  padding: 0;
  list-style: none;
}
footer .footer-nav-wrap .footer-left-sec {
  padding: 0 !important;
}
.footer-left-sec .footer-menu-items .footer-menu-list {
  display: inline-block;
  max-width: 195px;
  padding-right: 10px;
}
.footer-left-sec .footer-menu-items .footer-menu-list:nth-child(1) {
  padding-right: 10px;
}
.footer-left-sec .footer-menu-items .footer-menu-list:nth-child(2) {
  padding-right: 46px;
}
.footer-left-sec .footer-menu-items .footer-menu-list:nth-child(3) {
  padding-right: 45px;
}
.footer-left-sec .footer-menu-items .footer-menu-list:nth-child(4) {
  padding-right: 38px;
}
.footer-left-sec .footer-menu-items .footer-menu-list:nth-child(5) {
  padding-right: 38px;
}
.footer-nav-wrap {
  margin: 0px;
}

@media (max-width: 1400px) {
  .footer-left-sec .footer-menu-items .footer-menu-list {
    padding-right: 15px !important;
  }
}

@media (max-width: 1200px) {
  body header.banner .brand img {
    width: 125px;
    margin-right: 40px;
  }
  body header.banner .nav-wrapper .nav .desktop-nav-item {
    padding-right: 50px;
  }
  body header.banner .nav-wrapper .nav .desktop-nav-item:nth-child(3) {
    padding-right: 50px;
  }

  body header.banner .nav-wrapper .nav .desktop-nav-item > a {
    font-size: 14px;
    line-height: 20px;
  }
  body header.banner .nav-wrapper .nav .desktop-nav-item > a.purple-button {
    display: flex !important;
  }
  .nav-wrapper .nav a .nav-arrow svg {
    right: -16px;
    top: 6px;
  }
  body
    header.banner
    .nav-wrapper
    .cta-nav
    .nav
    .desktop-nav-item.header-contact-us {
    margin-left: 25px;
  }
  .desktop-nav-item.two-columns .mega-nav {
    width: 450px;
  }
  .desktop-nav-item.two-columns .mega-nav .normal-links,
  .desktop-nav-item.two-columns .mega-nav .get-started-menu {
    padding: 25px 25px 15px 25px;
  }
  .mini-menu-wrap .mini-menu li a,
  .desktop-nav-item.two-columns .mega-nav .normal-links .nav-list a {
    font-size: 14px;
    line-height: 36px;
  }
  .mini-menu-wrap .mini-menu {
    width: 250px;
    padding: 24px 25px 26px 25px;
  }
  .desktop-nav-item.two-columns .mega-nav .get-started-menu .intro-c {
    font-size: 14px;
    line-height: 22px;
  }
  .footer-left-sec .footer-menu-items .footer-menu-list {
    padding-right: 30px !important;
  }
}

@media (max-width: 992px) {
  .productfeatures-top-banner {
    margin-top: 64px;
  }
  .desktop-main-header {
    height: 64px;
    padding-top: 0;
    padding-bottom: 0;
  }
  body header.banner .brand img {
    width: 92px;
    margin-right: 0;
  }
  body header.banner .nav-wrapper .cta-nav {
    margin-right: 0px;
  }
  .max-wrap header.banner .nav-wrapper {
    padding-bottom: 0px;
    background: #ffffff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    padding: 0px;
  }
  .mobile-menu #accordion .card-header .toggle-arrow {
    width: 100%;
    text-align: right;
    height: 100%;
    right: 0;
    padding-right: 22px;
  }
  .mobile-menu #accordion .card-header .toggle-arrow svg {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .footer-left-sec .footer-menu-items .footer-menu-list {
    max-width: 220px;
    padding-right: 50px !important;
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .footer-left-sec .footer-menu-items .footer-menu-list.hide-footer-column {
    display: none;
  }
}
.legal-copy p {
  color: #cfd8dc;
}
.purple-last-section.shopper-last-sec .transparent-btn + a {
  margin-left: 20px;
}
@media (max-width: 575px) {
  /*.footer-left-sec .footer-menu-items .footer-menu-list {
    display: none;
  }
  .footer-left-sec .footer-menu-items .footer-menu-list:nth-child(4) {
    display: block;
  }*/
  /*  .integartions-see-features a {
      margin-top: -37px;
    }*/
  footer .nav-row ul li:nth-child(even) {
    padding-left: 18px;
  }
  .footer-left-sec .footer-menu-items .footer-menu-list {
    max-width: 100%;
    padding-right: 00px !important;
    margin-bottom: 11px;
    width: 100%;
  }
  .footer-house-img {
    padding-bottom: 19px;
  }
  footer .bread-details .footer-content-para p {
    float: none;
    margin: 0;
    margin-bottom: 23px;
  }
  footer .nav-row .sm-title {
    margin-bottom: 4px;
  }
  footer .nav-row a {
    font-size: 10px;
    line-height: 25px;
  }
  footer .footer-nav-wrap .footer-right-sec .transparent-btn {
    display: none;
  }
  /* .footer-house-img {
     display: none;
   }*/
  .legal-copy {
    text-align: left;
    padding-bottom: 8px;
  }
  .legal-copy p {
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 16px;
    color: #cfd8dc;
  }
  .footer-left-sec .footer-menu-items {
    margin-bottom: 0px;
    width: 100%;
  }
  footer {
    padding: 0px;
  }
  footer .bread-details .footer-logo {
    margin-top: 7px;
    margin-bottom: 16px;
  }
  footer .nav-row ul li {
    width: 49%;
    display: inline-block;
  }
  footer .nav-row ul {
    width: 100%;
  }
  body header.banner .brand img {
    margin-left: -3px;
  }
  footer .nav-row .nav-list {
    width: 100%;
  }
  .footer-top-wrapper-left .iconwrapper {
    padding-bottom: 25px;
  }
  .merchant-home-main .hero-slice-img img {
    height: auto !important;
  }
  .merchant-home-main .hero-slice-img {
    position: relative;
    top: 0;
    width: 100%;
    pointer-events: none;
    text-align: right;
    bottom: 0;
    right: -20px;
    padding-left: 29px;
  }
  .merchant-home.main-top-banner {
    height: auto;
  }
  .purple-last-section.shopper-last-sec .transparent-btn + a {
    margin-left: 0px;
  }
  .footer-main .footer-bottom-wrapper .copy-right-footer {
    font-size: 13px;
  }
  .guide-step-main .why-choose-bread-head .sec-main-head sup {
    top: -12px;
  }
}

/*.left-bg-img{*/
/*background-image: url(/breadpayments-2/wp-content/uploads/2020/10/Left-Background.svg);*/
/*background-image: url(../../resources/assets/images/Left-Background-1.png);*/
/*position: absolute;*/
/*height: 100%;
width: 35.2%;
float: left;
bottom: 0;
background-repeat: no-repeat;
background-position: bottom left;*/
/*}*/
/*.right-bg-img{
background-image: url(../../resources/assets/images/Right-Angle-Background-1.png);*/
/*height: 100%;
bottom: 0.55px;
right: 0;
width: calc(100% - 35.2%);
float: right;
background-repeat: no-repeat;
background-position: bottom left;
position: relative;
left: -1px;*/
/*}*/
/*.bigScreen-right-bg-img{
display: none;
height: 100%
}

.banner-wrapper {
position: absolute;
height: 100%;
width: 100%;
}
*/
/*@media (min-width: 1440px){*/

/* Why Bread Hero Section bg Start */
.left-bg-img {
  background-image: url(../../resources/assets/images/whybread-bigLeftBackground.png);
}
.right-bg-img {
  background-image: url(../../resources/assets/images/whybread-bigRightAngleBackground.png);
}
.bigScreen-right-bg-img {
  background-image: url(../../resources/assets/images/whybread-bigRightFlatBackground.png);
}
/* Why Bread Hero Section bg End */
/* Partner Hero Section bg Start */
.partnerleft-bg-img {
  background-image: url(../../resources/assets/images/partner-leftbackground.png);
}
.partnerright-bg-img {
  background-image: url(../../resources/assets/images/partner-rightanglebackground.png);
}
.partnerbigScreen-right-bg-img {
  background-image: url(../../resources/assets/images/partner-bigRightFlatBackground.png);
}
/* Partner Hero Section bg End */

@media (max-width: 767px) {
  body .partner-main-section {
    background-image: url(../../resources/assets/images/partner-center-mobile-bg.png);
  }
}
/*}*/
/*@media (min-width: 1600px){
.left-bg-img{
width: 38%;
}
.right-bg-img{
width: 62%;
}
}
@media (min-width: 1800px){
.left-bg-img{
width: 40%;
}
.right-bg-img{
width: 60%;
}
}
@media (min-width: 1900px){
.left-bg-img{
width: 41%;
}
.right-bg-img{
width: 59%;
}
}
@media (min-width: 1900px){
.left-bg-img{
width: 41%;
}
.right-bg-img{
width: 59%;
}
}

@media (min-width: 2300px){
.left-bg-img{
width: 42%;
}
.right-bg-img{
width: 58%;
}
}
@media (min-width: 2400px){
.left-bg-img{
width: 43%;
}
.right-bg-img{
width: 55%;
float: left;
}
.bigScreen-right-bg-img{
display: block;
width: 2%;
float: right;
position: relative;
left: -1px;

}
}
@media (min-width: 2500px){
.left-bg-img{
width: 41%;
}
.right-bg-img{
width: 53%;
}
.bigScreen-right-bg-img{
width: 6%;
left: -2px;

}
}*/
/**Blog Filter Mobile**/

.Filter_main .topic-name {
  font-style: normal;
  font-weight: 800;
  font-size: 26px;
  line-height: 44px;
  color: #0f233f;
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.Filter_main .filter-icon {
  background-image: url(../../resources/assets/images/filter-icon.svg);
  background-size: 65%;
  background-repeat: no-repeat;
  height: 42px;
  width: 42px;
  display: inline-block;
  border: 1px solid #1c8195;
  border-radius: 5px;
  background-position: center;
  float: right;
}

.Filter_main .Filter-option-main {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
  background: #ffffff;
  box-shadow: 0px 4px 12px #cfd3d8;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
}

.Filter_main .Filter-option-main .filter-head {
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 27px;
  border-bottom: 1px solid #cfd8dc;
  padding: 16px 18px 15px;
  margin-bottom: 0;
  font-family: "Nunito Sans", sans-serif;
}

.Filter_main .Filter-option-main .Filter-options-wrap .Filter-option {
  padding: 15px 20px;
  border-bottom: 1px solid #cfd8dc;
}

.Filter_main .Filter-option-main .Filter-options-wrap a {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: #0f2233;
  line-height: 25px;
  font-family: "Nunito Sans", sans-serif;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 35px;
}
.Filter_main .Filter-option-main .Filter-options-wrap a:focus {
  text-decoration: none;
}

.Filter-btm-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 20px 27px;
}

.Filter-btm-btn > a {
  max-width: 50%;
  min-width: 47%;
  margin: 0 8px;
}

.Filter-btm-btn .transparent-btn {
  border: 1px solid #1c8195;
  color: #1c8195;
}
/*.Filter-btm-btn .transparent-btn:hover {
  color: #FFFFFF;
}*/

.Filter_main .Filter-option-main .Filter-options-wrap {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.Filter_main .Filter-option-main .Filter-options-wrap a::after {
  content: "\f273";
  font-family: "Ionicons";
  border: 1px solid #1c8195;
  border-radius: 16px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1c8195;
  position: absolute;
  right: 0;
  line-height: 100%;
  font-weight: 400;
}

.Filter_main .Filter-option-main .Filter-options-wrap .filter-selected a {
  color: #1c8195;
}
.Filter_main .Filter-option-main .Filter-options-wrap .filter-deselected a {
  color: #0f2233;
}

.Filter_main
  .Filter-option-main
  .Filter-options-wrap
  .filter-selected
  a::after {
  background: #1c8195;
  color: #fff;
  border: 1px solid #a6acf5;
  content: "\f335";
  font-family: "dashicons";
}
.Filter_main
  .Filter-option-main
  .Filter-options-wrap
  .filter-deselected
  a::after {
  content: "\f273";
  font-family: "Ionicons";
  border: 1px solid #1c8195;
  color: #1c8195;
  background: #ffffff;
}

.Filter-option-main.open {
  display: block;
}

.Filter_main .Filter-option-main .filter-head .close-icon::after {
  content: "\f335";
  font-family: "dashicons";
  font-size: 32px;
  color: #1c8195;
}

.Filter_main .Filter-option-main .filter-head .close-icon {
  float: right;
}
.blog-list .filters-checkboxes ul li::after {
  content: "\f335";
  font-family: dashicons;
  position: absolute;
  top: 0px;
  right: 8px;
  font-size: 18px;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
}
.blog-list .filters-checkboxes ul li.active-filter::after {
  color: #1c8195;
  content: "\f273";
  font-family: "Ionicons";
}
.blog-list .filters-checkboxes ul li {
  height: 30px;
  display: inline-block;
  border-radius: 16px;
  margin-bottom: 0;
  padding: 0px 27px 0 10px;
  margin-right: 2px;
  position: relative;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  background: #1c8195;
  border: 1px solid #a6acf5;
  margin-top: 8px;
}
.blog-list .filters-checkboxes ul li:nth-last-child(2) {
  margin-right: 28px;
}
.blog-list .filters-checkboxes ul li label {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  height: 100%;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 40px;
  color: #ffffff;
  cursor: pointer;
}
.blog-list .filters-checkboxes ul li label span.checkboxes-mark {
  display: none;
}
.blog-list .filters-checkboxes ul li.active-filter {
  background: #ffffff;
  border: 1px solid #1c8195;
}
.blog-list .filters-checkboxes ul li.active-filter label {
  color: #0f2233;
}
.filters-checkboxes ul li input {
  display: none;
}
.filters-checkboxes {
  margin: 0;
}
.Filter_main .filters-checkboxes > ul {
  overflow-y: hidden;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 0px;
  margin: 0px;
}
.blog-list .Filter_main .filters-checkboxes > ul {
  padding: 0px;
  margin: 0px;
  white-space: nowrap;
  overflow: auto;
}
.Filter_main {
  margin-bottom: 17px;
  padding: 0px;
}
.Filter_main .topic-name {
  padding: 0 20px;
}
.Filter_main .filters-checkboxes {
  padding-left: 20px;
}

.blog-list .page-main-head .sec-main-head {
  margin-bottom: 6px;
}

.blog-list .page-main-head {
  margin-bottom: 5px;
}
.blog-list .page-main-head .main-paragraph {
  font-weight: 800;
  display: inline-block;
  margin: 0;
  padding-left: 3px;
}

.blog-list .page-main-head .main-paragraph::after {
  content: "";
  background-image: url(../../resources/assets/images/filter-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  background-position: center;
  margin-left: 6px;
}

/*.single-wrap .single-inner-wrapper .sec-main-head {
    font-size: 35px;
    line-height: 49px;
    color: #0F2233;
    font-weight: 800;
    max-width: 910px;
    text-align: center;
    margin: 0 auto;
    display: table;
    margin-bottom: 28px;
}*/

.single-main-wrapper {
  padding-top: 36px;
}

.single-main-wrapper .single-main-sec {
  padding: 0;
  max-width: 892px;
  margin: 0 auto;
}

.single-main-wrapper .single-main-sec .single-social-icon {
  display: inline-block;
  vertical-align: top;
  width: 66px;
}

.single-main-wrapper .single-main-sec .single-page-cnt {
  display: inline-block;
  width: calc(100% - 88px);
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 50px;
}

/*.single-main-wrapper .single-main-sec .single-page-cnt .single-page-cnt-inner {
    max-width: 632px;
    margin: 0 auto;
    padding-right: 51px;
}*/
.single-main-wrapper
  .single-main-sec
  .single-page-cnt
  .single-page-cnt-inner
  .c-block {
  max-width: 632px;
  margin: 0 auto;
  padding-right: 51px;
}
.single-main-wrapper
  .single-main-sec
  .single-page-cnt
  .single-page-cnt-inner
  .blockquote {
  max-width: 682px;
  padding: 0;
}
.single-main-wrapper .single-main-sec .single-social-icon .box-icon {
  display: inline-block;
}
.single-main-wrapper
  .single-main-sec
  .single-social-icon
  .box-icon
  .heateor_sss_sharing_container {
  float: none;
  padding: 0;
}

/*Ebook Detail Page Ui*/
.ebook-main-detail .ebook-main-wrap {
  padding-top: 130px;
}
.ebook-main-detail .ebook-main-wrap .sec-main-head {
  color: #0f2233;
  margin-bottom: 28px;
}
.ebook-main-detail .ebook-main-wrap .main-paragraph {
  margin-bottom: 46px;
}
.ebook-main-detail .ebook-main-wrap .ebook-main-cont {
  padding-left: 44px;
  padding-top: 19px;
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  .ebook-main-detail .ebook-main-wrap .ebook-main-cont:before {
    content: "";
    background: #fafafa;
    width: 100%;
    height: 50%;
    position: absolute;
    z-index: -1;
  }
}
/*.ebook-main-detail .ebook-main-wrap .ebook-form {
  max-width: 472px;
}*/
.ebook-main-detail .ebook-main-wrap .ebook-form .e-header {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 25px;
  line-height: 49px;
  height: 60px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.ebook-main-detail .ebook-main-wrap .ebook-dets .ebook-form .e-form-wrapper {
  padding: 15px 42px;
}
.single-e_book .whats-inside {
  position: relative;
  padding-top: 133px;
  padding-bottom: 120px;
}
.single-e_book .whats-inside .content-ebook-cs .sec-main-head {
  color: #1c8195;
  margin-bottom: 37px;
}
.single-e_book .whats-inside .content-ebook-cs .inside-list li {
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  color: #0f233f;
  margin-bottom: 24px;
  line-height: 28px;
}
.single-e_book .whats-inside ul li svg {
  width: 18px;
  min-width: 18px;
  margin: 0px;
  margin-right: 20px;
  margin-top: 7px;
}
.single-e_book .whats-inside ul li svg path {
  fill: #1c8195;
}
.single-e_book .whats-inside .content-ebook-cs .inner-wrapper {
  max-width: 605px;
  margin: 0 0 0 auto;
}
.ebook-sec .CaseStudySliderCs .content-boxCs .main-paragraph a {
  color: #0f233f;
}
.ebook-sec .CaseStudySliderCs .content-boxCs .main-paragraph {
  font-weight: bold;
}
section.resource-sec.ebook-sec .sec-main-head {
  font-weight: 800;
  font-size: 35px;
  line-height: 49px;
  color: #0f233f;
  text-align: center;
}
a.clear-all-desktop.disabled {
  cursor: pointer;
  pointer-events: none;
  opacity: 0.7;
}
.single section.case-studies-main {
  background: #f4f5ff;
  padding: 153px 0 64px;
}
.single .case-studies-main .case-study-col .case-study-content .micro-tags {
  font-size: 18px;
  line-height: 28px;
}
.single section.case-studies-main .cta-button {
  margin: 0 auto;
  border: 1px solid #1c8195;
  border-radius: 5px;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  color: #1c8195;
  text-align: center;
  outline: none;
  padding: 5px 10px;
  max-width: 280px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 64px;
}
.single section.case-studies-main .cta-button:hover {
  color: #ffffff;
  border: 1px solid #ffffff;
  background: #2c31a8;
}
.footer-logo-text {
  display: grid;
  grid-template-columns: 170px auto;
  align-items: center;
  gap: 20px;
  padding: 15px 0;
  justify-content: center;
}

.footer-logo-text p {
  text-align: left;
  margin: 0;
}
.footer-logo-text p {
  font-family: Nunito Sans;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  text-align: left;
}
.integartions-mobile-left-border {
  display: none;
}
section.FasstIntegrations.product-FasstIntegrations
  .integartions-heading-wrapper {
  display: flex;
}
.single .feat-img div.isolated-image img {
  max-height: 195px;
  max-width: 195px;
  padding-bottom: 0;
  margin-top: 40px;
}
.splash-merchant-header .bread-right-border.mango:before {
  height: 12px;
  content: "";
  width: 153px;
  position: absolute;
  left: -110px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: -1px;
  background-color: #fcb826 !important;
}
@media (max-width: 1200px) {
  .ebook-main-detail .ebook-main-wrap {
    padding-top: 90px;
  }
  section.ebook-feature::before {
    height: 60%;
  }
  .ebook-main-detail .ebook-main-wrap .ebook-main-cont {
    padding: 0 15px;
  }
  .single-e_book .whats-inside .align-right {
    top: inherit;
  }
  .single-e_book .whats-inside .align-right {
    position: inherit;
    max-width: 100%;
  }
  .single-e_book .whats-inside .row {
    display: flex;
    align-items: center;
  }
  .single-e_book .whats-inside .content-ebook-cs {
    padding-right: 0;
  }
  .single-e_book .whats-inside {
    padding-bottom: 100px;
  }
  .ebook-sec .CaseStudySliderCs .slick-slider .slick-arrow {
    top: inherit;
    bottom: -110px;
  }
  section.resource-sec.ebook-sec {
    padding-bottom: 180px;
  }
  .why-choose-bread-head:before {
    height: 12px;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    /* background-image: url(http://www-dev.breadpayments.com/wp-content/uploads/2022/06/WhyBreadLine.png); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 17px;
    background-color: #7a4282;
    background-image: linear-gradient(to right, transparent, white);
  }
  .bread-left-border {
    display: none;
  }
  .bread-right-border {
    display: none;
  }
  .integartions-left-border {
    display: none;
  }
  .integartions-right-border {
    display: none;
  }
  .integartions-mobile-left-border:before {
    height: 12px !important;
    content: "";
    width: 100% !important;
    position: absolute;
    left: 0px !important;
    /* background-image: url(http://www-dev.breadpayments.com/wp-content/uploads/2022/06/Line-8-1.png) !important; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 17px !important;
    background-color: #1c8195;
    background-image: linear-gradient(to right, transparent, white);
  }
  .integartions-mobile-left-border {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  section.our-main-section.productfeature-our-main
    .why-choose-bread-head:before {
    height: 12px;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    /* background-image: url(http://www-dev.breadpayments.com/wp-content/uploads/2022/06/WhyBreadLine.png); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: -40px;
    background-color: #b1e4e3;
    background-image: linear-gradient(to right, transparent, white);
  }
  section.FasstIntegrations.product-FasstIntegrations
    .integartions-heading-wrapper:before {
    display: block;
    height: 12px !important;
    content: "";
    width: 100% !important;
    position: absolute;
    left: 0px !important;
    /* background-image: url(http://www-dev.breadpayments.com/wp-content/uploads/2022/06/Line-8-1.png) !important; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: -30px !important;
    background-color: #7a4282;
    background-image: linear-gradient(to right, transparent, white);
  }
  .splash-platforms-header:before {
    height: 12px;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    /* background-image: url(http://www-dev.breadpayments.com/wp-content/uploads/2022/06/WhyBreadLine.png); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: -22px;
    background-color: #7a4282;
    background-image: linear-gradient(to right, transparent, white);
  }

  .splash-direct-api-header:before {
    content: "";
    height: 12px;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    /* background-image: url(http://www-dev.breadpayments.com/wp-content/uploads/2022/06/WhyBreadLine.png); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: -22px;
    background-color: #59bec9;
    background-image: linear-gradient(to right, transparent, white);
  }

  .splash-merchant-header:before {
    height: 12px;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    /* background-image: url(http://www-dev.breadpayments.com/wp-content/uploads/2022/06/WhyBreadLine.png); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: -22px;
    background-color: #fcb826;
    background-image: linear-gradient(to right, transparent, white);
  }

  .splash-marketing-header:before {
    height: 12px;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    /* background-image: url(http://www-dev.breadpayments.com/wp-content/uploads/2022/06/WhyBreadLine.png); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: -22px;
    background-color: #fcb826;
    background-image: linear-gradient(to right, transparent, white);
  }
  section.our-main-section .our-main-head .plagtform-heading-wrapper:before {
    content: "";
    height: 12px;
    width: 100%;
    position: absolute;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: -24px;
    background-color: #7a4282;
    background-image: linear-gradient(to right, transparent, white);
  }
  .splash-platforms .bread-left-border {
    display: none;
  }
  .splash-platforms-header .bread-right-border {
    display: none;
  }
  .bread-left-border.kiwi {
    display: none;
  }
  .bread-right-border.kiwi {
    display: none;
  }
  .bread-left-border.mango {
    display: none;
  }
  .splash-merchant-header .bread-right-border.mango {
    display: none;
  }
  .splash-marketing-header .bread-right-border {
    display: none;
  }
  .our-main-section .plagtform-heading-wrapper .plagtform-left-border {
    display: none;
  }
  .our-main-section .plagtform-heading-wrapper .plagtform-right-border {
    display: none;
  }
}

@media (max-width: 991px) {
  .single section.case-studies-main {
    padding: 100px 0 64px;
  }
  .single-e_book .whats-inside .content-ebook-cs .inner-wrapper {
    margin: 0 0 0 0;
    margin-bottom: 30px;
  }
  .single-e_book .whats-inside .align-right {
    position: inherit;
    max-width: inherit;
  }
  section.resource-sec.ebook-sec .sec-main-head {
    font-size: 32px;
    line-height: 35px;
  }
  section.resource-sec.ebook-sec {
    padding-bottom: 80px;
  }
  .ebook-sec .CaseStudySliderCs .slick-slider .slick-arrow {
    top: inherit !important;
    bottom: -88px !important;
  }
}

@media (max-width: 767px) {
  .footer-logo-text {
    grid-template-columns: 100%;
    gap: 10px;
    justify-content: center;
  }
  .footer-logo-text p {
    text-align: center;
  }
  .footer-logo-text .footer-logo {
    margin: auto;
  }
  .footer-logo-text p {
    font-size: 14px;
  }
  .single section.case-studies-main .cta-button {
    margin-top: 32px;
  }
  .pagination ul li .next {
    visibility: hidden;
    width: 16px;
    position: relative;
  }
  .pagination ul li .next::after {
    content: ">";
    visibility: initial;
    position: absolute;
  }
  .pagination ul li .prev::after {
    content: "<";
    visibility: initial;
    position: absolute;
  }
  .pagination ul li .prev {
    visibility: hidden;
    width: 16px;
    position: relative;
  }

  .single section.case-studies-main {
    padding: 64px 0;
  }
  .case-studies-main .case-study-col {
    max-height: 100%;
  }
  section.resource-sec.ebook-sec {
    padding-bottom: 80px;
    padding-top: 30px !important;
  }
  .single-e_book .whats-inside .align-right {
    right: -5px;
    position: relative;
  }
  .single-e_book .whats-inside {
    padding-bottom: 25px;
  }
  .whats-inside ul {
    padding-right: 13px;
  }
  .single-e_book .whats-inside ul li svg {
    margin-right: 15px;
  }
  .ebook-main-detail .ebook-main-wrap .ebook-main-cont {
    margin-top: 71px;
  }
  .ebook-main-detail .ebook-main-wrap .sec-main-head {
    margin-bottom: 20px;
  }
  .single-e_book .whats-inside .content-ebook-cs .sec-main-head {
    margin-bottom: 21px;
  }
  .ebook-main-detail .ebook-main-wrap .main-paragraph {
    margin-bottom: 44px;
  }

  .single-e_book .whats-inside {
    padding-bottom: 50px;
    padding-top: 52px;
  }
  .ebook-sec .CaseStudySliderCs .slick-slider .slick-arrow.slick-prev {
    left: 0px !important;
  }
  .ebook-sec .CaseStudySliderCs .slick-slider .slick-arrow.slick-next {
    right: 0 !important;
  }
  .ebook-sec .CaseStudySliderCs .slick-slider .slick-arrow {
    top: inherit !important;
    bottom: -72px !important;
  }
  .CaseStudySliderCs .slick-slider .slick-arrow {
    width: 30px !important;
    height: 30px !important;
    bottom: 0 !important;
  }
  .CaseStudySliderCs .slick-slider .slick-arrow::before {
    font-size: 20px;
  }
  section.resource-sec.ebook-sec .sec-main-head {
    font-size: 26px;
    line-height: 35px;
  }
  .ebook-main-detail .ebook-main-wrap .ebook-form .e-header {
    font-size: 20px;
    line-height: 27px;
  }
  section.ebook-feature::before {
    height: 21%;
  }
  .ebook-main-detail .ebook-main-wrap .ebook-dets .ebook-form .e-form-wrapper {
    padding: 29px 26px;
  }
  .ebook-main-detail .ebook-main-wrap {
    padding-top: 63px;
  }
  .hide-mobile {
    display: none;
  }
  .blog-list .filters-checkboxes ul li {
    height: 42px;
    border-radius: 60px;
    margin-top: 0px;
  }
  .blog-list .filters-checkboxes ul li {
    margin-right: 8px;
  }
  .blog-list .filters-checkboxes ul li:nth-last-child(2) {
    margin-right: 8px;
  }
  .single-main-wrapper
    .single-main-sec
    .single-page-cnt
    .single-page-cnt-inner
    .c-block {
    padding-right: 0px;
  }
  .single-main-wrapper
    .single-main-sec
    .single-page-cnt
    .single-page-cnt-inner
    .blockquote {
    padding-right: 0px;
  }
  .single-main-wrapper .single-main-sec .single-page-cnt {
    width: 100%;
    padding: 0;
    display: block;
  }
  .single-main-wrapper .single-main-sec .single-social-icon {
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 63px;
  }
  .footer-bottom-wrapper-right img {
    padding: 10px 0;
    float: right;
  }
  section.FasstIntegrations .integartions-heading-wrapper .sec-main-head {
    padding: 0;
  }
  .single .feat-img div.isolated-image img {
    margin-top: 0px;
  }
  .heading-wrap {
    padding: 35px 0 !important;
  }
  .why-choose-bread-head:before {
    height: 4px;
  }
  .integartions-mobile-left-border:before {
    height: 4px !important;
  }
  section.our-main-section.productfeature-our-main
    .why-choose-bread-head:before {
    height: 4px !important;
    top: -21px;
  }
  section.FasstIntegrations.product-FasstIntegrations
    .integartions-heading-wrapper:before {
    height: 4px !important;
    top: -21px !important;
  }
  .powering-partners
    .our-partnership-content
    .plagtform-heading-wrapper:before {
    height: 4px !important;
  }
  section.our-main-section .our-main-head .plagtform-heading-wrapper:before {
    height: 4px !important;
  }
  section.our-main-section
    .our-main-head
    .plagtform-heading-wrapper
    h3.sec-main-head.headingText {
    padding: 0 !important;
  }
  .splash-platforms .splash-platforms-header:before {
    height: 4px !important;
  }
  .splash-direct-api .splash-direct-api-header:before {
    height: 4px !important;
  }
  .splash-merchant .splash-merchant-header:before {
    height: 4px !important;
  }
  .splash-marketing .splash-marketing-header:before {
    height: 4px !important;
  }
}
@media (max-width: 480px) {
  .guide-step-main .why-choose-bread-head .sec-main-head {
    text-align: left !important;
  }
  section.FasstIntegrations .integartions-heading-wrapper .sec-main-head {
    text-align: left !important;
    white-space: normal !important;
  }
  .our-main-section.productfeature-our-main
    .why-choose-bread-head.merchants-tools-post
    h3.sec-main-head.headingText {
    padding: 0 50px 0 0;
  }
  section.splash-direct-api h3.headingText.sec-main-head {
    text-align: left;
    padding: 0;
  }
  section.splash-merchant-ops-marketing h3.headingText.sec-main-head {
    text-align: left;
    padding: 0;
  }
}

/* New Footer */
.footer-main {
  padding: 0px;
  margin-bottom: 0px;
}
.footer-main .footer-top-wrapper {
  align-items: center;
}
.footer-main .footer-bottom-wrapper {
  font-size: 14px;
  line-height: 16px;
}

.footer-main .footer-menu-items {
  color: #333333;
}

.footer-main .copy-right-footer {
    color: #4E5C6F;
}

.fw-600 {
  font-weight: 600 !important;
}

.footer-main .footer-menu-items .footer-menu-list a {
  text-decoration: none;
  color: #333333;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
}
.iconwrapper {
  float: left;
}
ul.icon-list {
  display: flex;
  padding: 0px 30px;
}
ul.icon-list li {
  margin: 5px 15px;
}
ul.icon-list li a {
  color: #000;
}
.footer-main .footer-top-wrapper-right .footerContact {
  color: #1c8195 !important;
  border: 1px solid #1c8195;
}
.footer-bottom-wrapper-right img {
  float: right;
  padding-top: 15px;
}
.mob-nav .ham-lines .ham-line {
  background: #1c8195;
}
.rightBorder:before {
  background-image: url(http://www-dev.breadpayments.com/wp-content/uploads/2022/06/right-border.png);
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  width: 432px;
  position: absolute;
  top: -26px;
  right: -30px;
  background-size: contain;
}
.leftBorder:before {
  background-image: url(http://www-dev.breadpayments.com/wp-content/uploads/2022/06/left-border.png);
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  left: -30px;
  top: 18px;
  background-size: contain;
  width: 432px;
}
.driveRealResults .driveRealResults-head h2.sec-main-head {
  color: #13294b;
  display: inline-block;
  background: #fafafa;
  padding: 0 30px;
  z-index: 1;
  position: relative;
}
.driveRealResults .resultPercent {
  color: #13294b;
}
.hs-form-private div.hs_submit div.actions input.hs-button {
  background: #1c8195;
  border-radius: 24px;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #ffffff !important;
  border: 1px solid #1c8195;
  cursor: pointer;
  box-shadow: 0px 5px 0px 3px rgb(78 92 111 / 25%);
  padding: 15px 40px !important;
  text-transform: capitalize;
  text-decoration: none !important;
  display: inline-block;
  width: auto;
}
.choose-dropdown {
  display: none;
}
.why-choose-bread-main .why-choose-bread-head .sec-main-head {
  color: #13294b;
}
.why-choose-bread-main .choose-bread-row .choose-bread-col .breadH4Head {
  color: #333333;
}
.why-choose-bread-main .choose-bread-row .choose-bread-col .main-paragraph {
  color: #333333;
}
.before-after-heading .before-line {
  position: absolute;
  width: 100%;
  height: 48px;
  display: inline-block;
  margin-left: -145px;
  left: 0;
  top: -18px;
}

.before-after-heading .after-line {
  position: absolute;
  width: 100%;
  height: 50px;
  display: inline-block;
  margin-right: -140px;
  right: 0;
  bottom: -24px;
}

.before-after-heading {
  position: relative;
  display: flex;
}

.before-after-heading .before-line:before {
  content: "";
  width: 140px;
  height: 10px;
  display: block;
  position: absolute;
  left: -141px;
  bottom: -56px;
  transform: rotate(-41deg);
  background: #7a4282;
}

.before-after-heading .sec-main-head {
  display: inline-block;
  margin: 0 !important;
  background: #fff;
  z-index: 99;
  padding-right: 10px;
}

.before-after-heading .before-line:after {
  content: "";
  height: 9px;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0px;
  background: #7a4282;
}
.before-after-circle:before {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  background: #7a4282;
  border-radius: 50%;
  left: -26px;
  position: absolute;
  top: auto;
  bottom: -41px;
}

.before-after-circle:after {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  background: #fff;
  border-radius: 24% 0 0 0;
  left: -16px;
  position: absolute;
  top: auto;
  bottom: -50px;
  z-index: 99;
}

.curve-line-wrapper {
  display: block;
  width: 100%;
  max-width: 1440px;
  margin: auto;
  text-align: center;
  position: relative;
  display: flex;
}

.curve-line-wrapper .left-curve:before {
  content: "";
  display: inline-block;
  height: 8px;
  width: 88px;
  position: absolute;
  left: -102px;
  top: -37px;
  background: #7a4282;
  transform: rotate(40deg);
  background-image: linear-gradient(to left, transparent, white);
}

.curve-middle-line {
  width: 100%;
  height: 8px;
  background: #7a4282;
}

.curve-line-wrapper .left-curve .upper-curve-circle:before {
  content: "";
  width: 80px;
  height: 60px;
  display: block;
  position: absolute;
  top: -53px;
  left: -43px;
  border-radius: 50%;
  background: #7a4282;
  transform: rotate(15deg);
  background-image: linear-gradient(to top, transparent, white);
}

.curve-line-wrapper .left-curve .inner-curve-circle:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  top: -73px;
  left: -46px;
  transform: rotate(40deg);
  background: #fff;
  border-radius: 0px 0px 8px 0px;
}

.curve-line-wrapper .left-curve .inner-curve-circle:before {
  content: "";
  position: absolute;
  width: 92px;
  height: 60px;
  top: -59px;
  left: -25px;
  border-radius: 0px 0px 0px 24px;
  background: #fff;
}
.upper-curve-circle:before {
  content: "";
  display: inline-block;
  height: 7px;
  width: 88px;
  position: absolute;
  right: -102px;
  top: 32px;
  background: #7a4282;
  transform: rotate(40deg);
  background-image: linear-gradient(to right, transparent, white);
}

.right-curve:before {
  content: "";
  width: 80px;
  height: 63px;
  display: block;
  position: absolute;
  top: 0px;
  right: -50px;
  border-radius: 50%;
  background: #7a4282;
  transform: rotate(15deg);
  background-image: linear-gradient(to bottom, transparent, white);
}
.inner-curve-circle:before {
  content: "";
  position: absolute;
  width: 92px;
  height: 60px;
  top: 9px;
  right: -21px;
  border-radius: 0px 0px 0px 24px;
  background: #fff;
}
.inner-curve-circle:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  top: 22px;
  right: -55px;
  transform: rotate(40deg);
  background: #fff;
  border-radius: 0px 0px 8px 0px;
}
.heading-wrap {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 50px 0;
}
.headingText {
  text-align: center;
  margin: 0;
  background: #fff;
  z-index: 4;
  padding: 0px 20px;
}
.lineWrapper {
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
}
.integartions-head .integartions-heading-wrapper {
  display: block;
}
.integartions-head
  .integartions-heading-wrapper
  .curve-line-wrapper
  .left-curve:before {
  content: "";
  display: inline-block;
  height: 8px;
  width: 88px;
  position: absolute;
  right: -102px;
  top: 31px;
  background: #7a4282;
  transform: rotate(40deg);
  background-image: linear-gradient(to right, transparent, white);
}
/**/
/* .integartions-head .integartions-heading-wrapper .inner-curve-circle:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  top: 22px;
  right: -55px;
  transform: rotate(40deg);
  background: #fff;
  border-radius: 0px 0px 8px 0px;
}
.integartions-head .integartions-heading-wrapper .inner-curve-circle:before {
  content: "";
  position: absolute;
  width: 92px;
  height: 60px;
  top: 9px;
  right: -21px;
  border-radius: 0px 0px 0px 24px;
  background: #fff;
}
.integartions-head .integartions-heading-wrapper .inner-curve-circle.first:before {
  content: "";
  position: absolute;
  width: 92px;
  height: 60px;
  top: -60px;
  left: -48px;
  border-radius: 0px 0px 0px 24px;
  background: #fff;
}
.integartions-head .integartions-heading-wrapper .upper-curve-circle:before {
  content: "";
    display: inline-block;
    height: 7px;
    width: 88px;
    position: absolute;
    right: -111px;
    top: 40px;
    background: #1C8195;
    transform: rotate(40deg);
    background-image: linear-gradient(to right, transparent, white);
}
.integartions-head .integartions-heading-wrapper .curve-line-wrapper .left-curve:before {
  content: "";
  display: inline-block;
  height: 8px;
  width: 100px;
  position: absolute;
  left: -122px;
  top: -31px;
  background: #1C8195;
  transform: rotate(40deg);
  background-image: linear-gradient(to left, transparent, white);
  z-index: 9;
}

.integartions-head .integartions-heading-wrapper .curve-line-wrapper .left-curve .upper-curve-circle:before {
  content: "";
  width: 80px;
  height: 60px;
  display: block;
  position: absolute;
  top: -51px;
  left: -66px;
  border-radius: 50%;
  background: #1C8195;
  transform: rotate(15deg);
  background-image: linear-gradient(to top, transparent, white)
}

.integartions-head .integartions-heading-wrapper .curve-line-wrapper .left-curve .inner-curve-circle:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  top: -71px;
  left: -67px;
  transform: rotate(40deg);
  background: #FFF;
  border-radius: 0px 0px 8px 0px;
}

.integartions-head .integartions-heading-wrapper .right-curve:before {
  content: "";
  width: 80px;
  height: 63px;
  display: block;
  position: absolute;
  top: 0px;
  right: -50px;
  border-radius: 50%;
  background: #1C8195;
  transform: rotate(15deg);
  background-image: linear-gradient(to bottom, transparent, white);
}
.integartions-heading-wrapper .curve-middle-line {
  background: #1C8195;
} */
.why-choose-bread-head.merchants-tools-post h3.sec-main-head.headingText {
  text-align: left;
}
.why-choose-bread-head.merchants-tools-post {
  display: flex;
}
.merchants-tools-post .bread-right-border {
  position: absolute;
  top: 20px;
  right: -192px;
  width: auto;
}
.powering-partners .plagtform-right-border {
  width: auto !important;
  position: absolute !important;
  right: -169px;
  top: -49px !important;
  left: auto !important;
}
.our-main-section .plagtform-heading-wrapper .headingText {
  text-align: left;
  white-space: nowrap;
}
.our-main-section .plagtform-heading-wrapper .plagtform-left-border {
  top: -31px;
  left: -148px;
}
.plagtform-right-border {
  position: absolute;
  width: auto !important;
  right: -169px;
  top: 17px;
  height: auto;
}
.splash-platforms .bread-left-border {
  position: absolute;
  width: auto;
  height: auto;
  top: -31px;
  left: -61px !important;
}
.splash-platforms-header .bread-right-border {
  position: absolute;
  right: -73px;
  width: auto;
  top: 17px;
}
.bread-left-border.kiwi {
  position: absolute;
  width: auto;
  height: 67px;
  top: 20px;
  left: -54px !important;
}
.bread-right-border.kiwi {
  position: absolute;
  right: -72px;
  width: auto;
  top: -26px;
}
.bread-left-border.mango {
  position: absolute;
  width: auto;
  height: 67px;
  top: -31px;
  left: -80px !important;
}
.splash-merchant-header .bread-right-border.mango {
  position: absolute;
  right: -20px;
  width: auto;
  top: 17px;
}
.splash-marketing-header .bread-right-border {
  position: absolute;
  width: auto;
  right: -110px;
  top: 16px;
}
.splash-sub-nav ul li a.link_blank {
  color: #1c8195;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 156.9%;
}
/*a#loadMore {
  border-radius: 5px;
}*/
div .blog-list .pagination ul.page-numbers li a {
  color: #1c8195;
}
.post-csmm .feat-img {
  background-color: #b1e4e3;
}
.single-wrap .c-block.blockquote .b-quote {
  color: #1c8195;
}
.blog-list div.cont-about article .white-shadow {
  background-color: #fafafa;
}
.breadfeaturesImg {
  margin-top: 5px !important;
}
a.headline-link:hover {
  color: #1c8195 !important;
}
.popup-fixed-cs .signup-box h3 {
  color: #1c8195 !important;
}
.popup-fixed-cs .signup-box .close-icon {
  background-color: #1c8195 !important;
}
.splash-merchant-header .bread-right-border.mango svg {
  display: none;
}
.footer-dots,
.contact-dots {
  background: #fafafa;
}
.breadloan-hero h2.sec-main-head p strong {
  color: #13294b;
}
a.headline-link:hover h3,
a.headline-link:hover h2 {
  color: #1c8195 !important;
}
/*.page-id-5082 a#loadMore {
  border-radius: 24px;
}*/
.blog-list .filters-checkboxes ul li {
  background: #1c8195;
  border: 1px solid #22b6d3;
}
.blog-list .clear-all-desktop::after {
  color: #1c8195;
}
.blog-list .page-main-head .main-paragraph::after {
  background-image: url(http://www-dev.breadpayments.com/wp-content/uploads/2022/06/settings-toggles.svg);
}
.blog-list .clear-all-desktop {
  color: #1c8195;
}
.blog-list .clear-all-desktop::after {
  color: #1c8195;
}
section.our-main-section .plagtform-heading-wrapper .plagtform-right-border {
  position: absolute;
  width: auto !important;
  right: -176px;
  top: 17px;
  height: auto;
}
.single-post .post-csmm .feat-img {
  min-height: 610px;
}
.single-post .post-csmm .feat-img .isolated-image img {
  max-width: 490px !important;
  max-height: 288px !important;
  padding-bottom: 0;
}
