/*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 */
.web_to_print_section {
  background-color: #222222;
  border-radius: 60px;
  position: relative;
}
@media (min-width: 992px) {
  .web_to_print_section::before {
    content: "";
    position: absolute;
    background-image: url(../../assets/images/web_to_left.svg);
    top: 0;
    left: 0;
    width: 400px;
    aspect-ratio: 1;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.6;
    background-size: cover;
  }
  .web_to_print_section::after {
    content: "";
    position: absolute;
    background-image: url(../../assets/images/web_to_right.svg);
    top: 0;
    right: 0;
    width: 260px;
    aspect-ratio: 1;
    background-repeat: no-repeat;
    z-index: -1;
    background-size: cover;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .web_to_print_section::before {
    width: 600px;
  }
}
@media (min-width: 992px) and (min-width: 1340px) {
  .web_to_print_section::before {
    background-size: contain;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .web_to_print_section::after {
    width: 560px;
  }
}
@media (min-width: 992px) and (min-width: 1340px) {
  .web_to_print_section::after {
    background-size: contain;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .web_to_print_section {
    border-radius: 24px;
  }
}
@media (min-width: 768px) {
  .web_to_print_section {
    border-radius: 24px;
  }
}
@media (min-width: 1200px) {
  .web_to_print_section {
    border-radius: 60px;
  }
}
.web_to_print_section .web_to_print {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 0px) and (max-width: 767px) {
  .web_to_print_section .web_to_print {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .web_to_print_section .web_to_print {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .web_to_print_section .web_to_print {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.web_to_print_section .web_to_print .left {
  color: #FFFFFF;
}
.web_to_print_section .web_to_print .left .title-64 {
  position: relative;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .web_to_print_section .web_to_print .left .title-64 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .web_to_print_section .web_to_print .left .title-64 {
    margin-bottom: 30px;
    max-width: 530px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .web_to_print_section .web_to_print .left .title-64 span::before {
    opacity: 0;
  }
}
.web_to_print_section .web_to_print .left .title-64::before {
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  height: 7px;
  width: 100%;
  bottom: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .web_to_print_section .web_to_print .left .title-64::before {
    bottom: 40px;
    width: 253px;
  }
}
@media (min-width: 768px) {
  .web_to_print_section .web_to_print .left .title-64::before {
    display: none;
  }
}
.web_to_print_section .web_to_print .left p {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .web_to_print_section .web_to_print .left p {
    max-width: 464px;
  }
}
.web_to_print_section .web_to_print .left .btn {
  margin-top: 16px;
  width: fit-content;
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .web_to_print_section .web_to_print .left .btn {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .web_to_print_section .web_to_print .left .btn {
    margin-top: 20px;
    margin-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  .web_to_print_section .web_to_print .left .btn {
    margin-top: 40px;
    margin-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .web_to_print_section .web_to_print .left .btn {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .web_to_print_section .web_to_print .left {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 1200px) {
  .web_to_print_section .web_to_print .left {
    max-width: 600px;
    flex: 0 0 600px;
  }
}
@media (min-width: 1440px) {
  .web_to_print_section .web_to_print .left {
    max-width: 700px;
    flex: 0 0 700px;
  }
}
@media (min-width: 992px) {
  .web_to_print_section .right {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 1200px) {
  .web_to_print_section .right {
    max-width: calc(100% - 600px);
    flex: 0 0 calc(100% - 600px);
  }
}
@media (min-width: 1440px) {
  .web_to_print_section .right {
    max-width: calc(100% - 700px);
    flex: 0 0 calc(100% - 700px);
  }
}
.web_to_print_section .right .boxes_wrap {
  grid-template-columns: 1fr;
}
.web_to_print_section .right .boxes_wrap .boxes {
  padding: 0;
  max-width: 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  padding: 25px;
  position: relative;
}
.web_to_print_section .right .boxes_wrap .boxes .box_click {
  display: block;
}
.web_to_print_section .right .boxes_wrap .boxes .box_click::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 992px) {
  .web_to_print_section .right .boxes_wrap .boxes {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .web_to_print_section .right .boxes_wrap .boxes {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .web_to_print_section .right .boxes_wrap .boxes {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .web_to_print_section .right .boxes_wrap .boxes:hover {
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media (min-width: 1340px) {
  .web_to_print_section .right .boxes_wrap .boxes:hover {
    -webkit-transform: scale(1.14);
    -moz-transform: scale(1.14);
    -ms-transform: scale(1.14);
    transform: scale(1.14);
  }
}
@media (min-width: 1440px) {
  .web_to_print_section .right .boxes_wrap .boxes:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media (min-width: 1600px) {
  .web_to_print_section .right .boxes_wrap .boxes:hover {
    -webkit-transform: scale(1.17);
    -moz-transform: scale(1.17);
    -ms-transform: scale(1.17);
    transform: scale(1.17);
  }
}
.web_to_print_section .right .boxes_wrap .boxes.bg-blue {
  background-color: #D8EDF5;
}
.web_to_print_section .right .boxes_wrap .boxes .title-24 {
  font-weight: 500;
}
.web_to_print_section .right .boxes_wrap .boxes.bg-pink {
  background-color: #F5DFE3;
}
.web_to_print_section .right .boxes_wrap .boxes .box_content {
  font-size: 14px;
  line-height: 23px;
}
.web_to_print_section .right .boxes_wrap .boxes .box_content p {
  margin-bottom: 10px;
}
.web_to_print_section .right .boxes_wrap .boxes .link_wrap a {
  text-decoration: none;
  color: #FC7D2F;
  font-weight: 500;
}
.web_to_print_section .right .boxes_wrap .boxes .link_wrap a::after {
  filter: unset;
}
.web_to_print_section.single_para {
  background-repeat: no-repeat;
  background-size: cover;
}
.web_to_print_section.single_para .web_to_print .left {
  padding-right: 0;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
}
/*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 */
.two_configurator_software {
  background-color: #222222;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .two_configurator_software {
    border-radius: 60px;
  }
}
.two_configurator_software .header-spacing {
  color: #FFFFFF;
}
.two_configurator_software .header-spacing .title-64 {
  color: #FFFFFF;
}
.two_configurator_software .header-spacing p {
  color: #FFFFFF;
}
.two_configurator_software .common-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 0;
}
@media (min-width: 768px) {
  .two_configurator_software .common-section {
    gap: 40px 0;
  }
}
@media (min-width: 1200px) {
  .two_configurator_software .common-section {
    gap: 30px 0;
  }
}
.two_configurator_software .common-section .left {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0 12px;
}
@media (min-width: 992px) {
  .two_configurator_software .common-section .left {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
.two_configurator_software .common-section .left .bottom_text {
  margin-top: 20px;
  padding: 0 20px;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 767px) {
  .two_configurator_software .common-section .left .bottom_text {
    padding: 0 10px;
    text-align: left;
    margin-top: 10px;
  }
}
.two_configurator_software .common-section .left .bottom_text .title-24 {
  color: #FFFFFF;
  margin-bottom: 12px;
}
.two_configurator_software .common-section .left .bottom_text p {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
@media (min-width: 0px) and (max-width: 767px) {
  .two_configurator_software .common-section .left .bottom_text p {
    font-size: 14px;
    line-height: 24px;
  }
}
.two_configurator_software .common-section .left .image_wrapp {
  border-radius: 24px;
  padding: 15px;
}
@media (min-width: 1200px) {
  .two_configurator_software .common-section.three_box .left {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
}
.two_configurator_software {
  background-color: transparent;
  padding-top: 0;
}
.two_configurator_software .header-spacing {
  color: #212B36;
}
.two_configurator_software .header-spacing .title-64 {
  color: #212B36;
}
.two_configurator_software .common-section .left .bottom_text {
  color: #212B36;
}
.two_configurator_software .common-section .left .bottom_text .title-24 {
  color: #212B36;
}
.two_configurator_software .common-section .left .bottom_text p {
  color: #212B36;
}
.become-partnerform-wrap .form_details {
  padding-top: 0;
}
.become-partnerform-wrap .form_details .form .d-flex .wpcf7-form-control-wrap .wpcf7-form-control-wrap {
  padding: 0;
  display: block;
  max-width: 100%;
}
.become-partnerform-wrap .form_details .form .wpcf7-form-control-wrap .wpcf7-form-control.optional {
  padding: 0;
  border: 0;
  display: block;
}
.become-partnerform-wrap .form_details .form .wpcf7-form-control-wrap .wpcf7-form-control.optional .wpcf7-list-item {
  margin-left: 0;
  width: 100%;
  text-align: left;
}
.become-partnerform-wrap .form_details .form .wpcf7-form-control-wrap .wpcf7-form-control.optional .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.become-partnerform-wrap .form_details .form .wpcf7-form-control-wrap .wpcf7-form-control.optional .wpcf7-list-item label input[type="checkbox"] {
  margin: 0;
  height: 17px;
  width: 17px;
  cursor: pointer;
  appearance: none;
  padding: 0;
  border-radius: 3px;
  margin-right: 10px;
  position: relative;
}
.become-partnerform-wrap .form_details .form .wpcf7-form-control-wrap .wpcf7-form-control.optional .wpcf7-list-item label input[type="checkbox"]::after {
  content: "";
  position: absolute;
  height: 9px;
  width: 9px;
  border-radius: 2px;
  background: #222222;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.become-partnerform-wrap .form_details .form .wpcf7-form-control-wrap .wpcf7-form-control.optional .wpcf7-list-item label input[type="checkbox"]:checked::after {
  opacity: 1;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.become-partnerform-wrap .form_details .form .wpcf7-form-control-wrap .wpcf7-form-control.optional .wpcf7-list-item label .wpcf7-list-item-label {
  display: block;
  margin-bottom: 0;
  max-width: calc(100% - 29px);
  flex: 0 0 calc(100% - 29px);
  color: #212B36;
  cursor: pointer;
}
.become-partnerform-wrap .form_details .form .wpcf7-form-control-wrap .wpcf7-form-control.optional .wpcf7-list-item label .wpcf7-list-item-label a {
  color: #FC7D2F;
  text-decoration: underline;
}
.become-partnerform-wrap .form_details .form .wpcf7-form-control-wrap .wpcf7-form-control.optional .wpcf7-list-item label .wpcf7-list-item-label a:hover {
  text-decoration: none;
}
.become-partnerform-wrap .form_details .form .btn_wrap .wpcf7-spinner {
  right: -40px;
}
/*# sourceMappingURL=become-partner.css.map */