/*website colors*/
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (tablets landscape, 1024px and up) */
/* Medium devices (tablets landscape, 1120px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
/*website colors*/
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (tablets landscape, 1024px and up) */
/* Medium devices (tablets landscape, 1120px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
.our_usp_section .header-spacing {
  max-width: 920px;
}
@media (min-width: 1340px) {
  .our_usp_section .header-spacing .title-64 span::before {
    width: 100%;
    left: 0;
  }
}
.our_usp_section .box_listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.our_usp_section .box_listing .box_wrapp {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 12px;
  border-right: 1px solid #000000;
  margin-top: 15px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .our_usp_section .box_listing .box_wrapp:nth-child(even) {
    border-right: 0;
  }
}
@media (min-width: 768px) {
  .our_usp_section .box_listing .box_wrapp {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
  .our_usp_section .box_listing .box_wrapp:nth-child(3) {
    border-right: 0;
  }
}
@media (min-width: 1200px) {
  .our_usp_section .box_listing .box_wrapp {
    max-width: 20%;
    flex: 0 0 20%;
    margin-top: 0;
  }
  .our_usp_section .box_listing .box_wrapp:nth-child(3) {
    border-right: 1px solid #000000;
  }
}
.our_usp_section .box_listing .box_wrapp .box {
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 767px) {
  .our_usp_section .box_listing .box_wrapp .box {
    padding: 10px;
  }
}
@media (min-width: 1025px) {
  .our_usp_section .box_listing .box_wrapp .box {
    padding: 20px 10px;
  }
}
@media (min-width: 1440px) {
  .our_usp_section .box_listing .box_wrapp .box {
    padding: 20px 20px;
  }
}
.our_usp_section .box_listing .box_wrapp .box span {
  display: block;
  margin-bottom: 0;
  margin-top: 28px;
  font-family: "Recoleta";
  color: #000000;
}
@media (min-width: 0px) and (max-width: 767px) {
  .our_usp_section .box_listing .box_wrapp .box span {
    margin-top: 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .our_usp_section .box_listing .box_wrapp .box img {
    max-width: 40%;
  }
}
.our_usp_section .box_listing .box_wrapp:last-child {
  border-right: 0;
}
.our_usp_section .box_listing.threebox_usp {
  gap: 30px 0;
}
@media (min-width: 768px) {
  .our_usp_section .box_listing.threebox_usp .box_wrapp {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
  .our_usp_section .box_listing.threebox_usp .box_wrapp:nth-child(3) {
    border-right: 0;
  }
}
.our_usp_section .box_listing.threebox_usp .box_wrapp:last-child {
  border-right: 0;
}
/*website colors*/
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (tablets landscape, 1024px and up) */
/* Medium devices (tablets landscape, 1120px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
.assortment_products_section {
  background-color: #D8EDF5;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  margin-bottom: -30px;
  padding-bottom: 70px;
}
@media (min-width: 768px) {
  .assortment_products_section {
    padding-bottom: 110px;
    margin-bottom: -50px;
  }
}
@media (min-width: 992px) {
  .assortment_products_section {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }
}
@media (min-width: 1200px) {
  .assortment_products_section {
    padding-bottom: 130px;
  }
}
@media (min-width: 1440px) {
  .assortment_products_section {
    padding-bottom: 150px;
  }
}
.assortment_products_section .header-spacing p {
  max-width: 900px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .assortment_products_section .header-spacing .title-64 span::before {
    width: 95%;
    left: -20px;
  }
}
.assortment_products_section .assortment_products .product_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .assortment_products_section .assortment_products .product_row {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row {
    margin-top: 50px;
  }
}
.assortment_products_section .assortment_products .product_row .left {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row .left {
    max-width: 450px;
    flex: 0 0 450px;
  }
}
@media (min-width: 1025px) {
  .assortment_products_section .assortment_products .product_row .left {
    max-width: 500px;
    flex: 0 0 500px;
  }
}
@media (min-width: 1200px) {
  .assortment_products_section .assortment_products .product_row .left {
    max-width: 650px;
    flex: 0 0 650px;
  }
}
@media (min-width: 1440px) {
  .assortment_products_section .assortment_products .product_row .left {
    max-width: 670px;
    flex: 0 0 670px;
  }
}
.assortment_products_section .assortment_products .product_row .left .img img {
  border-radius: 12px;
  margin: 0 auto;
  width: 100%;
}
.assortment_products_section .assortment_products .product_row .right {
  max-width: 100%;
  flex: 0 0 100%;
  padding-left: 0px;
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row .right {
    max-width: calc(100% - 450px);
    flex: 0 0 calc(100% - 450px);
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .assortment_products_section .assortment_products .product_row .right {
    max-width: calc(100% - 500px);
    flex: 0 0 calc(100% - 500px);
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .assortment_products_section .assortment_products .product_row .right {
    max-width: calc(100% - 650px);
    flex: 0 0 calc(100% - 650px);
  }
}
@media (min-width: 1440px) {
  .assortment_products_section .assortment_products .product_row .right {
    max-width: calc(100% - 670px);
    flex: 0 0 calc(100% - 670px);
  }
}
.assortment_products_section .assortment_products .product_row .right .desc {
  padding: 20px 0 0px;
}
@media (min-width: 768px) {
  .assortment_products_section .assortment_products .product_row .right .desc {
    padding: 30px 0 0;
  }
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row .right .desc {
    padding: 0 0px 0 20px;
  }
}
@media (min-width: 1200px) {
  .assortment_products_section .assortment_products .product_row .right .desc {
    padding: 20px;
  }
}
.assortment_products_section .assortment_products .product_row .right .desc .title-24 {
  margin-bottom: 8px;
}
.assortment_products_section .assortment_products .product_row .right .desc p {
  margin-bottom: 10px;
}
.assortment_products_section .assortment_products .product_row .right .desc .link_wrap a {
  text-decoration: none;
  font-weight: 500;
  color: #FC7D2F;
}
.assortment_products_section .assortment_products .product_row .right .desc .link_wrap a::after {
  filter: unset;
  top: 1px;
}
.assortment_products_section .assortment_products .product_row:nth-child(even) {
  flex-direction: row-reverse;
}
.assortment_products_section .assortment_products .product_row:nth-child(even) .right {
  padding-left: 0;
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row:nth-child(even) .right {
    padding-right: 20px;
  }
}
@media (min-width: 1025px) {
  .assortment_products_section .assortment_products .product_row:nth-child(even) .right {
    padding-right: 50px;
  }
}
.assortment_products_section .assortment_products .product_row:nth-child(even) .right .desc {
  padding-left: 0;
}
@media (min-width: 768px) {
  .assortment_products_section .assortment_products .product_row:nth-child(even) .right .desc {
    padding: 30px 0 0;
  }
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row:nth-child(even) .right .desc {
    padding: 0 20px 0 0px;
  }
}
@media (min-width: 1200px) {
  .assortment_products_section .assortment_products .product_row:nth-child(even) .right .desc {
    padding: 20px;
    padding-left: 0;
  }
}
.assortment_products_section .assortment_products .product_row .btn_wrap.banner_btn_wrap {
  width: 100%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .assortment_products_section .assortment_products .product_row .btn_wrap.banner_btn_wrap {
    margin-top: 10px;
  }
}
/*website colors*/
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (tablets landscape, 1024px and up) */
/* Medium devices (tablets landscape, 1120px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
.flow_design_section .header-spacing .title-64 span::before {
  width: 100%;
  left: 0;
}
.flow_design_section .box_listing {
  margin: 0;
}
.flow_design_section .box_listing .box_wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0;
  margin: 0 -12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: flex-start;
}
.flow_design_section .box_listing .box_wrapp .box {
  padding: 0 12px;
  max-width: 100%;
  flex: 0 0 100%;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .flow_design_section .box_listing .box_wrapp .box {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (min-width: 1120px) {
  .flow_design_section .box_listing .box_wrapp .box {
    max-width: 25%;
    flex: 0 0 25%;
    margin-bottom: 0px;
  }
}
.flow_design_section .box_listing .box_wrapp .box .top_wrapp {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .flow_design_section .box_listing .box_wrapp .box .top_wrapp {
    margin-bottom: 20px;
  }
}
@media (min-width: 1120px) {
  .flow_design_section .box_listing .box_wrapp .box .top_wrapp {
    width: 130px;
    height: 130px;
  }
}
@media (min-width: 1440px) {
  .flow_design_section .box_listing .box_wrapp .box .top_wrapp {
    width: 150px;
    height: 150px;
  }
}
.flow_design_section .box_listing .box_wrapp .box .top_wrapp img {
  filter: unset;
}
.flow_design_section .box_listing .box_wrapp .box .top_wrapp::after {
  content: "";
  position: absolute;
  background-image: url(../../assets/images/flow_arrow.svg);
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  right: -115px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 0px) and (max-width: 767px) {
  .flow_design_section .box_listing .box_wrapp .box .top_wrapp::after {
    display: none;
  }
}
@media (min-width: 768px) {
  .flow_design_section .box_listing .box_wrapp .box .top_wrapp::after {
    right: -130px;
  }
}
@media (min-width: 992px) {
  .flow_design_section .box_listing .box_wrapp .box .top_wrapp::after {
    right: -190px;
  }
}
@media (min-width: 1120px) {
  .flow_design_section .box_listing .box_wrapp .box .top_wrapp::after {
    width: 30px;
    height: 30px;
    right: -95px;
  }
}
@media (min-width: 1440px) {
  .flow_design_section .box_listing .box_wrapp .box .top_wrapp::after {
    width: 40px;
    height: 40px;
    right: -115px;
  }
}
.flow_design_section .box_listing .box_wrapp .box .top_wrapp .num {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  border: 2px solid #FBFAF5;
  border-radius: 50%;
  background: #f26334;
  background: linear-gradient(94deg, #f26334 0%, #fe812f 100%);
  font-size: 16px;
  line-height: 34px;
  color: #FFFFFF;
  font-family: "Gordita";
  margin: 0;
  bottom: 0;
  right: 0;
}
@media (min-width: 1120px) {
  .flow_design_section .box_listing .box_wrapp .box .top_wrapp .num {
    width: 38px;
    height: 38px;
  }
}
@media (min-width: 1440px) {
  .flow_design_section .box_listing .box_wrapp .box .top_wrapp .num {
    width: 42px;
    height: 42px;
    font-size: 18px;
    line-height: 36px;
  }
}
.flow_design_section .box_listing .box_wrapp .box .wrapp_text .title-24 {
  margin-bottom: 6px;
}
.flow_design_section .box_listing .box_wrapp .box:nth-child(2) .top_wrapp::after {
  display: none;
}
@media (min-width: 1120px) {
  .flow_design_section .box_listing .box_wrapp .box:nth-child(2) .top_wrapp::after {
    display: block;
  }
}
@media (min-width: 768px) {
  .flow_design_section .box_listing .box_wrapp .box:nth-child(3) {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .flow_design_section .box_listing .box_wrapp .box:last-child {
    margin-bottom: 0;
  }
}
.flow_design_section .box_listing .box_wrapp .box:last-child .top_wrapp::after {
  display: none;
}
.our_usp_section {
  background-color: #222222;
  border-radius: 24px;
  color: #FFFFFF;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (min-width: 768px) {
  .our_usp_section {
    border-radius: 60px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.our_usp_section .box_listing .box_wrapp {
  border-right-color: rgba(255, 255, 255, 0.3);
}
.our_usp_section .box_listing .box_wrapp .box img {
  filter: invert(1) brightness(11);
}
.our_usp_section .box_listing .box_wrapp .box .title-18 {
  color: #FFFFFF;
}
.our_usp_section .box_listing .box_wrapp:nth-child(3) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.our_usp_section.flow_design_section {
  border-radius: 24px;
}
@media (min-width: 768px) {
  .our_usp_section.flow_design_section {
    border-radius: 60px;
  }
}
.dynamic_features_Section .header-spacing .title-64 {
  margin-bottom: 0;
}
.dynamic_features_Section.dynamic_features_bottom .header-spacing .title-64 {
  margin-bottom: 20px;
}
.dynamic_features_Section.dynamic_features_bottom .header-spacing p {
  max-width: 900px;
  margin: 0 auto;
}
.dynamic_features_Section.dynamic_features_bottom .boxes_wrap .boxes {
  flex-direction: column;
}
.dynamic_features_Section.dynamic_features_bottom .boxes_wrap .boxes img {
  margin-bottom: 20px;
}
.assortment_products_section {
  background-color: transparent;
  border-radius: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .assortment_products_section {
    margin-bottom: -40px;
  }
}
.assortment_products_section .assortment_products .product_row {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row {
    margin-bottom: 0;
  }
}
.assortment_products_section .assortment_products .product_row:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row .desc {
    padding: 0 !important;
  }
}
.assortment_products_section .assortment_products .product_row .desc .features_acc {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .assortment_products_section .assortment_products .product_row .desc .features_acc {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row .desc .features_acc {
    margin-top: 0;
  }
}
.assortment_products_section .assortment_products .product_row .desc .features_acc .at-item {
  border-top: 1px solid #212B36;
}
.assortment_products_section .assortment_products .product_row .desc .features_acc .at-item .at-tab {
  display: none;
}
.assortment_products_section .assortment_products .product_row .desc .features_acc .at-item .at-tab p {
  margin-bottom: 20px;
}
.assortment_products_section .assortment_products .product_row .desc .features_acc .at-item .at-title {
  padding: 12px 0;
  cursor: pointer;
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row .desc .features_acc .at-item .at-title {
    padding: 15px 0;
  }
}
@media (min-width: 1200px) {
  .assortment_products_section .assortment_products .product_row .desc .features_acc .at-item .at-title {
    padding: 18px 0;
  }
}
.assortment_products_section .assortment_products .product_row .desc .features_acc .at-item .at-title .title-24 {
  margin-bottom: 0;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.assortment_products_section .assortment_products .product_row .desc .features_acc .at-item .at-title .title-24::after {
  background-color: transparent;
}
.assortment_products_section .assortment_products .product_row .desc .features_acc .at-item .at-title .sign_box::before {
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.assortment_products_section .assortment_products .product_row .desc .features_acc .at-item .at-title:hover .title-24 {
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  color: #CF520B;
}
.assortment_products_section .assortment_products .product_row .desc .features_acc .at-item .at-title:hover .sign_box::before {
  filter: invert(10%) sepia(87%) saturate(7387%) hue-rotate(23deg) brightness(85%) contrast(114%);
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.assortment_products_section .assortment_products .product_row .desc .features_acc .at-item:last-child {
  border-bottom: 1px solid #212B36;
}
.assortment_products_section .assortment_products .product_row .desc .features_acc .at-item.parent_wrapp .at-title .title-24 {
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  color: #CF520B;
}
.assortment_products_section .assortment_products .product_row .desc .features_acc .at-item.parent_wrapp .at-title .sign_box::before {
  filter: invert(10%) sepia(87%) saturate(7387%) hue-rotate(23deg) brightness(92%) contrast(114%);
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.assortment_products_section .assortment_products .product_row:nth-child(odd) {
  flex-direction: row-reverse;
}
.assortment_products_section .assortment_products .product_row:nth-child(odd) .right {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row:nth-child(odd) .right {
    padding-right: 20px;
  }
}
@media (min-width: 1025px) {
  .assortment_products_section .assortment_products .product_row:nth-child(odd) .right {
    padding-right: 50px;
  }
}
.assortment_products_section .assortment_products .product_row:nth-child(even) {
  flex-direction: row;
}
.assortment_products_section .assortment_products .product_row:nth-child(even) .right {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row:nth-child(even) .right {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .assortment_products_section .assortment_products .product_row:nth-child(even) .right {
    padding-left: 50px;
  }
}
.assortment_products_section .header-spacing .title-64 span::before {
  left: 0;
}
.assortment_products_section.pet_accordian_feature {
  padding-bottom: 20px;
}
.assortment_products_section {
  background-color: transparent;
}
.assortment_products_section.common-spacing.seller_platform_section + .assortment_products_section.common-spacing.seller_platform_section {
  padding-top: 0;
}
.industry_listing_section {
  background-color: #FBFAF5;
  border-radius: 24px;
  margin-top: -40px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (min-width: 768px) {
  .industry_listing_section {
    border-radius: 60px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-top: -50px;
  }
}
@media (min-width: 1025px) {
  .industry_listing_section {
    margin-top: -60px;
  }
}
@media (min-width: 1440px) {
  .industry_listing_section {
    margin-top: -100px;
  }
}
.industry_listing_section .header-spacing .title-64 {
  max-width: 90%;
}
.industry_listing_section .industry_image img {
  width: 100%;
}
@media (min-width: 992px) {
  .industry_listing_section .industry_image img {
    width: 65%;
    margin: 0 auto;
  }
}
.page-template-webtoprint-mis-erp .happy-clients-section {
  position: relative;
}
.page-template-webtoprint-mis-erp .happy-clients-section::before {
  content: "";
  position: absolute;
  background: #f9dae1;
  width: 100px;
  height: 110px;
  top: -50px;
  left: 0;
  z-index: -1;
}
.page-template-webtoprint-mis-erp .happy-clients-section::after {
  content: "";
  position: absolute;
  background: #f9dae1;
  width: 100px;
  height: 110px;
  top: -50px;
  right: 0;
  z-index: -1;
}
@media (min-width: 992px) {
  .page-template-webtoprint-mis-erp .happy-clients-section::before {
    content: "";
    position: absolute;
    background: #e5a0ae;
    width: 100px;
    height: 110px;
    top: -50px;
    left: 0;
    z-index: -1;
  }
  .page-template-webtoprint-mis-erp .happy-clients-section::after {
    content: "";
    position: absolute;
    background: #f9dae1;
    width: 100px;
    height: 110px;
    top: -50px;
    right: 0;
    z-index: -1;
  }
}
.page-template-print-estimating-tool-template .footer::before {
  display: none;
}
.page-template-print-estimating-tool-template .assortment_products_section.common-spacing.pet_accordian_feature + .assortment_products_section.common-spacing {
  margin: 0;
  padding-bottom: 0;
  margin-top: 40px;
}
.customization_section {
  background-color: #D8EDF5;
  border-radius: 24px;
  margin-bottom: -25px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (min-width: 768px) {
  .customization_section {
    margin-bottom: -50px;
    border-radius: 60px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.customization_section .header-spacing {
  max-width: 1040px;
}
.customization_section .customization_product {
  padding-bottom: 30px;
}
@media (min-width: 1440px) {
  .customization_section .customization_product {
    padding-bottom: 45px;
  }
}
.customization_section .customization_product .box_list {
  gap: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -12px;
}
.customization_section .customization_product .box_list .box {
  padding: 15px;
  border: 1px solid #212B36;
  border-radius: 24px;
  background-color: #FFFFFF;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 500;
  max-width: calc(50% - 24px);
  flex: 0 0 calc(50% - 24px);
  text-align: center;
}
@media (min-width: 992px) {
  .customization_section .customization_product .box_list .box {
    padding: 25px;
    max-width: calc(33.33% - 24px);
    flex: 0 0 calc(33.33% - 24px);
  }
}
@media (min-width: 1025px) {
  .customization_section .customization_product .box_list .box {
    max-width: calc(20% - 24px);
    flex: 0 0 calc(20% - 24px);
  }
}
.customization_section .customization_product .box_list .box img {
  width: 55px;
}
@media (min-width: 992px) {
  .customization_section .customization_product .box_list .box img {
    width: auto;
  }
}
.customization_section .customization_product .box_list .box span {
  margin-bottom: 0;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .customization_section .customization_product .box_list .box span {
    margin-top: 20px;
  }
}
.customization_section .customization_product .box_list .box:hover {
  box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.1);
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  border-color: transparent;
}
.customization_section .customization_product .title-18 {
  margin-top: 30px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .customization_section .customization_product .title-18 {
    margin-top: 50px;
  }
}
.page-template-print-estimating-tool-template .assortment_products_section.common-spacing.pet_accordian_feature + .assortment_products_section.common-spacing + .customization_section.common-spacing {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .page-template-print-estimating-tool-template .assortment_products_section.common-spacing.pet_accordian_feature + .assortment_products_section.common-spacing + .customization_section.common-spacing {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  .page-template-print-estimating-tool-template .assortment_products_section.common-spacing.pet_accordian_feature + .assortment_products_section.common-spacing + .customization_section.common-spacing {
    margin-top: 80px;
  }
}
@media (min-width: 1440px) {
  .page-template-print-estimating-tool-template .assortment_products_section.common-spacing.pet_accordian_feature + .assortment_products_section.common-spacing + .customization_section.common-spacing {
    padding-top: 100px;
  }
}
/*# sourceMappingURL=webtoprint.css.map */