.bulk_banner {
  max-width: 256rem;
  margin: 0 auto;
  background-color: var(--bg);
  padding: 9.7rem 0 3.8rem;
}
.bulk_banner .head {
  flex: 1;
  width: 100%;
  max-width: 55.4rem;
  padding-bottom: 2.3rem;
}
.bulk_banner p {
  margin-top: 2.6rem;
}
.bulk_banner .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 1.8rem;
  margin-top: 3.5rem;
}
.bulk_banner .btn_line {
  line-height: 5.1rem;
}
.bulk_banner .btn {
  line-height: 5rem;
}
.bulk_banner .tcon ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 1.7rem;
  font-weight: 500;
  gap: 0.353em 2rem;
  margin-top: 5.2rem;
  max-width: 40.1rem;
}
.bulk_banner .tcon ul li {
  position: relative;
  padding-left: 2.058824em;
}
.bulk_banner .tcon ul li::before {
  position: absolute;
  content: '';
  width: 0.8824em;
  height: 0.8824em;
  left: 0;
  top: 0.294em;
  background: url("https://richpack.sytech.site/wp-content/themes/sytech/assets/img/gou.svg") no-repeat center / contain;
}
.bulk_banner .bulk_form {
  width: 48.88889%;
  margin-right: 1.9444%;
}
.bulk_banner form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem 1rem;
}
.bulk_banner form span {
  width: 100%;
}
.bulk_banner form .row3 {
  grid-column: 2;
  grid-row: 2 / span 3;
}
.bulk_banner form .row3 input,
.bulk_banner form .row3 textarea,
.bulk_banner form .row3 select {
  min-height: 100%;
}
.bulk_banner form input,
.bulk_banner form textarea,
.bulk_banner form select {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--text);
  border: 1px solid #e5e4e3;
  background-color: #fff;
  transition: border-color 0.2s;
  height: 4.7rem;
  padding: 0.4rem 1.5rem 0;
}
.bulk_banner form input::placeholder,
.bulk_banner form textarea::placeholder,
.bulk_banner form select::placeholder {
  color: var(--text);
  opacity: 0.85;
}
.bulk_banner form input:focus,
.bulk_banner form textarea:focus,
.bulk_banner form select:focus,
.bulk_banner form input.focus,
.bulk_banner form textarea.focus,
.bulk_banner form select.focus {
  border-color: var(--primary);
}
.bulk_banner form select {
  outline: none;
  background: url("https://richpack.sytech.site/wp-content/themes/sytech/assets/img/icon-select.svg") no-repeat center right 1.6rem/1.3rem #fff;
  padding-right: 4rem;
}
.bulk_banner form textarea {
  padding: 1.2rem 1.5rem;
  height: 13.7rem;
}
.bulk_banner form textarea::placeholder {
  opacity: 1;
}
.bulk_banner form p {
  font-weight: 500;
  color: var(--text);
  align-self: center;
  margin-top: 2%;
}
.bulk_banner form span:has(input[type=submit]) {
  margin-top: 0.9rem;
}
.bulk_banner form input[type=submit] {
  font-family: "Jost", sans-serif;
  transition: all 0.3s;
  text-align: center;
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: #fff;
  font-size: 1.8rem;
  height: 4.8rem;
  padding: 0 3.3rem;
  width: auto;
  margin-left: auto;
}
.bulk_banner form input[type=submit]:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}
.bulk_for {
  padding: 9.2rem 0 6.1rem;
}
.bulk_for p {
  margin-top: 2.3rem;
}
.bulk_for .bulk_for_swiper {
  overflow: hidden;
  margin-top: 4rem;
}
.bulk_for .item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.bulk_for .item:hover img {
  transform: scale(1.03);
}
.bulk_for .item .img {
  padding-bottom: 103.82352941%;
}
.bulk_for .item .info {
  flex: 1;
  margin-top: 2.4rem;
}
.bulk_for .item .info .title {
  font-size: 2.2rem;
  font-weight: 500;
}
.bulk_for .item .info .desc {
  margin-top: 1.5rem;
}
.bulk_for .item .btn_line {
  max-width: max-content;
  line-height: 5.1rem;
  margin-top: 2.6rem;
  padding: 0 3rem;
}
.bulk_support {
  padding: 6.1rem 0 10.2rem;
}
.bulk_support p {
  margin-top: 2.5rem;
}
.bulk_support .bulk_support_swiper {
  overflow: hidden;
  margin-top: 3.9rem;
}
.bulk_support .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  background-color: rgba(244, 240, 233, 0.76);
  padding: 9.978769% 8.492569% 6.157113%;
}
.bulk_support .item .icon {
  width: 5.6rem;
  height: 5.6rem;
}
.bulk_support .item .info {
  flex: 1;
  margin-top: 5.9rem;
}
.bulk_support .item .info .title {
  font-size: 2.2rem;
  font-weight: 500;
}
.bulk_support .item .info .desc {
  max-width: 37.3rem;
  hyphens: auto;
  margin-top: 1.5rem;
}
.bulk_support .item .btn_line {
  line-height: 5.1rem;
  margin-top: 3.4rem;
}
.bulk_pricing {
  background-color: var(--bg);
  padding: 9.7rem 0 10.9rem;
}
.bulk_pricing p {
  margin-top: 2.5rem;
}
.bulk_pricing .grid {
  display: grid;
  grid-template-columns: 1fr 36.1111111%;
  margin-top: 4.2rem;
  gap: 3rem 2.222222%;
}
.bulk_pricing .card {
  background-color: #fff;
  padding: 5.743243% 5.292793% 5.067568% 5.405405%;
}
.bulk_pricing .card h3 {
  font-size: 2.8rem;
  font-weight: 500;
}
.bulk_pricing .card .table {
  margin-top: 2.6rem;
  overflow-x: auto;
}
.bulk_pricing .card .table table {
  table-layout: fixed;
}
.bulk_pricing .card .table th {
  text-align: left;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #757575;
  border-bottom: 1px solid var(--title);
  padding: 1rem 0;
}
.bulk_pricing .card .table td {
  font-size: 1.8rem;
  border-bottom: 1px solid rgba(51, 47, 43, 0.2);
  padding: 2.3rem 0 1.5rem;
}
.bulk_pricing .card .table tbody tr:first-child td {
  padding-top: 1.4rem;
}
.bulk_pricing .card p {
  font-size: 1.5rem;
  line-height: 2.3rem;
  opacity: 0.85;
  max-width: 37rem;
  margin-top: 2.3rem;
}
.bulk_pricing .swiper_box {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  overflow: hidden;
  padding: 7.11538462%;
}
.bulk_pricing .swiper_box div.swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 2.6rem;
}
.bulk_pricing .swiper_box div.swiper-pagination .swiper-pagination-bullet {
  flex: 1;
  max-width: 2.6rem;
  height: 3px;
  background: var(--title);
  opacity: 0.28;
  margin: 0;
  transition: all 0.3s;
  border-radius: 10px;
}
.bulk_pricing .swiper_box div.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--primary);
  max-width: 4rem;
}
.bulk_pricing .bulk_pricing_swiper {
  flex: 1;
  width: 100%;
  overflow: hidden;
  max-width: 38.4rem;
  margin: 0 auto;
}
.bulk_pricing .bulk_pricing_swiper .swiper-slide {
  display: flex;
  flex-direction: column;
}
.bulk_pricing .bulk_pricing_swiper .img {
  width: 65.10416667%;
  --h: 100%;
  margin: 0 auto;
}
.bulk_pricing .bulk_pricing_swiper .info {
  flex: 1;
  text-align: center;
  margin-top: 0.8rem;
}
.bulk_pricing .bulk_pricing_swiper .info .title {
  font-size: 2.015rem;
  font-weight: 500;
}
.bulk_pricing .bulk_pricing_swiper .info .desc {
  max-width: 33.9rem;
  margin: 1.1rem auto 0;
}
.bulk_pricing .bulk_pricing_swiper .btn_line {
  width: 100%;
  line-height: 5.1rem;
  margin-top: 2.1rem;
}
.bulk_process {
  padding: 10.2rem 0 9.7rem;
}
.bulk_process .bulk_process_swiper {
  width: calc(100% - 4rem);
  max-width: 171.4rem;
  margin: 8rem auto 0;
  overflow: hidden;
}
.bulk_process .bulk_process_swiper .swiper-slide.active .icon::after {
  transform: scaleX(1);
  transition: transform 3s linear;
}
.bulk_process .bulk_process_swiper .swiper-slide:last-child .icon::before,
.bulk_process .bulk_process_swiper .swiper-slide:last-child .icon::after {
  display: none;
}
.bulk_process .bulk_process_swiper .icon {
  position: relative;
  display: flex;
  align-items: center;
}
.bulk_process .bulk_process_swiper .icon img {
  width: 6.2rem;
  height: 6.2rem;
}
.bulk_process .bulk_process_swiper .icon::before,
.bulk_process .bulk_process_swiper .icon::after {
  position: absolute;
  left: 8rem;
  right: 0;
  height: 1px;
  background-color: rgba(51, 47, 43, 0.19);
  content: '';
}
.bulk_process .bulk_process_swiper .icon::after {
  height: 2px;
  background-color: var(--primary);
  transform: scaleX(0);
  transform-origin: left center;
}
.bulk_process .bulk_process_swiper .info {
  margin-top: 3.4rem;
}
.bulk_process .bulk_process_swiper .info h3 {
  font-size: 2.2rem;
  line-height: 1.36363636;
  font-weight: 500;
  max-width: 25.2rem;
}
.bulk_process .bulk_process_swiper .info p {
  max-width: 28.1rem;
  hyphens: auto;
  margin-top: 1.5rem;
}
.page_faqs {
  padding: 7.5rem 0 9.2rem;
}
.page_faqs .faq_list .answer {
  padding-bottom: 3.3rem;
}
.bulk_start {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  padding: 11.4rem 0 11rem;
}
.bulk_start p {
  max-width: 69.9rem;
  margin-top: 2.7rem;
}
.bulk_start .flex {
  margin-top: 5.7rem;
}
.bulk_start .intro {
  flex: 1;
  width: 100%;
  max-width: 41.3rem;
  padding-top: 3.7%;
}
.bulk_start .intro h3 {
  font-size: 2.2rem;
  font-weight: 500;
}
.bulk_start .intro ul {
  line-height: 1.625;
  margin-top: 1.3rem;
}
.bulk_start .intro ul li {
  position: relative;
  border-bottom: 1px solid rgba(66, 66, 66, 0.2);
  padding: 0.563em 0 0.688em 1.6875em;
}
.bulk_start .intro ul li::before {
  position: absolute;
  width: 0.9375em;
  height: 0.9375em;
  left: 0;
  top: 0.9375em;
  content: '';
  background: url("https://richpack.sytech.site/wp-content/themes/sytech/assets/img/gou.svg") no-repeat center / contain;
}
.bulk_start .intro p {
  margin-top: 4.3rem;
}
.bulk_start .quote_form {
  width: 65.625%;
}
.bulk_start form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
  border: 1px solid #eae7e5;
  box-shadow: 0 1rem 1.5rem rgba(219, 214, 209, 0.35);
  gap: 2.6rem 0;
  padding: 5.714286% 5.502646%;
}
.bulk_start form span {
  width: 100%;
}
.bulk_start form .col-2 {
  width: 48.68735084%;
}
.bulk_start form .label {
  display: block;
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 1.3rem;
}
.bulk_start form .label i {
  color: var(--primary);
}
.bulk_start form input,
.bulk_start form textarea,
.bulk_start form select {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  color: #7c7c7c;
  border: 1px solid #ddd;
  background-color: transparent;
  transition: border-color 0.2s;
  height: 5.3rem;
  padding: 0 2.2rem 1px;
  letter-spacing: 0.01em;
}
.bulk_start form input::placeholder,
.bulk_start form textarea::placeholder,
.bulk_start form select::placeholder {
  color: #7c7c7c;
}
.bulk_start form input:focus,
.bulk_start form textarea:focus,
.bulk_start form select:focus,
.bulk_start form input.focus,
.bulk_start form textarea.focus,
.bulk_start form select.focus {
  border-color: var(--primary);
}
.bulk_start form input:not([type=submit]),
.bulk_start form textarea:not([type=submit]),
.bulk_start form select:not([type=submit]) {
  font-family: "DM Sans", sans-serif;
}
.bulk_start form .calendar {
  background: url("https://richpack.sytech.site/wp-content/themes/sytech/assets/img/icon-calendar.svg") no-repeat center right 1.6rem/2rem;
  padding-right: 4rem;
}
.bulk_start form select {
  outline: none;
  background: url("https://richpack.sytech.site/wp-content/themes/sytech/assets/img/icon-select.svg") no-repeat center right 2.2rem/1.3rem;
  padding-right: 4rem;
}
.bulk_start form textarea {
  padding: 1.3rem 2.2rem;
  height: 10.8rem;
  margin-top: 1.4rem;
}
.bulk_start form textarea.lar {
  height: 13.1rem;
  line-height: 1.33333;
  padding-top: 1.7rem;
}
.bulk_start form textarea.mt19 {
  margin-top: 1.9rem;
}
.bulk_start form p {
  font-weight: 500;
  color: var(--text);
  margin-top: 2px;
  align-self: center;
}
.bulk_start form span:has(input[type=submit]) {
  margin-top: 0.5rem;
}
.bulk_start form input[type=submit] {
  transition: all 0.3s;
  text-align: center;
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: #fff;
  font-size: 1.6rem;
  height: 5.2rem;
  padding: 0 2.6rem;
  width: auto;
  margin-left: auto;
}
.bulk_start form input[type=submit]:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}
.bulk_start form .wpcf7-form-control-wrap {
  display: block;
  padding-top: 0.4rem;
}
.bulk_start form .wpcf7-form-control-wrap .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.bulk_start form .wpcf7-form-control-wrap .wpcf7-form-control span {
  width: auto;
}
.bulk_start form .wpcf7-form-control-wrap .wpcf7-list-item input {
  display: none;
}
.bulk_start form .wpcf7-form-control-wrap .wpcf7-list-item input:checked + .wpcf7-list-item-label {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
  font-weight: 500;
}
.bulk_start form .wpcf7-form-control-wrap .wpcf7-list-item .wpcf7-list-item-label {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  color: #4f4f4f;
  border: 1px solid #ddd;
  font-size: 1.5rem;
  line-height: 4.5rem;
  padding: 0 1.9rem;
}
.bulk_start form .wpcf7-form-control-wrap .wpcf7-list-item .wpcf7-list-item-label:hover {
  background-color: rgba(200, 167, 80, 0.2);
}
.bulk_start form .upload_area {
  display: grid;
  grid-template-columns: 4.9rem 1fr;
  align-items: center;
  border: 1px dashed #e7e1d5;
  background-color: #f7f4ed;
  cursor: pointer;
  gap: 0 1.3rem;
  padding: 2.45rem 2.4rem;
  margin-top: 1.5rem;
  margin-bottom: 0.3rem;
}
.bulk_start form .upload_area input {
  display: none;
}
.bulk_start form .upload_area::before {
  display: block;
  padding-bottom: 100%;
  content: '';
  background: url("https://richpack.sytech.site/wp-content/themes/sytech/assets/img/icon-upload.svg") no-repeat center / 34.7% #ebe1cb;
  grid-row: span 2;
}
.bulk_start form .upload_area strong {
  grid-column: 2;
  display: block;
  font-size: 1.7rem;
  font-weight: 500;
}
.bulk_start form .upload_area p {
  grid-column: 2;
  font-size: 1.5rem;
  color: #6e665a;
  margin-top: -1px;
}
.bulk_start .floats {
  opacity: 0.61;
}
.bulk_start .floats .img.img1 {
  width: 31%;
  max-width: 57.9rem;
  left: -15.10417%;
  bottom: 4.56062%;
}
.bulk_start .floats .img.img1 img {
  opacity: 0.28;
}
.bulk_start .floats .img.img2 {
  width: 21%;
  max-width: 38.2rem;
  right: -5.05208%;
  top: -0.38932%;
}
.bulk_start .floats .img.img2 img {
  opacity: 0.2;
}
@media screen and (max-width: 768px) {
  .bulk_banner {
    overflow: hidden;
    padding: 50px 0;
  }
  .bulk_banner .head {
    padding: 0;
    max-width: unset;
  }
  .bulk_banner .tcon ul {
    font-size: 14px;
    margin-top: 20px;
  }
  .bulk_banner .bulk_form {
    width: 100%;
    margin: 0;
  }
  .bulk_banner form {
    gap: 10px;
  }
  .bulk_banner form input,
  .bulk_banner form textarea,
  .bulk_banner form select {
    height: 46px;
    font-size: 14px;
    padding: 0 20px;
  }
  .bulk_banner form select {
    padding-right: 35px;
    background-size: 10px;
    background-position-x: right 15px;
  }
  .bulk_banner form textarea {
    height: 120px;
    padding: 12px 20px;
  }
  .bulk_banner form p {
    margin: 0;
  }
  .bulk_banner form span:has(input[type=submit]) {
    margin: 0;
  }
  .bulk_banner form input[type=submit] {
    font-size: 14px;
    height: 46px;
    padding: 0 20px;
  }
  .bulk_for {
    padding: 50px 0;
    overflow: hidden;
  }
  .bulk_for .bulk_for_swiper {
    margin-top: 30px;
    overflow: unset;
  }
  .bulk_for .item .info {
    margin-top: 16px;
  }
  .bulk_for .item .info .title {
    font-size: 20px;
  }
  .bulk_for .item .info .desc {
    margin-top: 10px;
  }
  .bulk_for .item .btn_line {
    line-height: 42px;
    margin-top: 20px;
    padding: 0 20px;
  }
  .bulk_for .swiper_btns.middle {
    display: none;
  }
  .bulk_support {
    padding: 50px 0;
    overflow: hidden;
  }
  .bulk_support .bulk_support_swiper {
    overflow: unset;
    margin-top: 30px;
  }
  .bulk_support .item {
    padding: 20px;
  }
  .bulk_support .item .icon {
    width: 40px;
    height: 40px;
  }
  .bulk_support .item .info {
    margin-top: 20px;
  }
  .bulk_support .item .info .title {
    max-width: 220px;
    font-size: 20px;
  }
  .bulk_support .item .info .desc {
    margin-top: 10px;
  }
  .bulk_support .item .btn_line {
    line-height: 42px;
    margin-top: 20px;
  }
  .bulk_support .swiper_btns.middle {
    display: none;
  }
  .bulk_pricing {
    padding: 50px 0;
  }
  .bulk_pricing .grid {
    margin-top: 30px;
    gap: 16px;
  }
  .bulk_pricing .card {
    padding: 20px;
  }
  .bulk_pricing .card h3 {
    font-size: 20px;
  }
  .bulk_pricing .card .table {
    margin-top: 14px;
  }
  .bulk_pricing .card .table th {
    font-size: 15px;
    padding: 8px 0;
  }
  .bulk_pricing .card .table td {
    font-size: 14px;
    padding: 12px 0;
  }
  .bulk_pricing .card p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .bulk_pricing .swiper_box {
    padding: 20px;
  }
  .bulk_pricing .swiper_box div.swiper-pagination {
    gap: 5px;
    margin-top: 20px;
  }
  .bulk_pricing .bulk_pricing_swiper .info {
    margin-top: 10px;
  }
  .bulk_pricing .bulk_pricing_swiper .info .title {
    font-size: 18px;
  }
  .bulk_pricing .bulk_pricing_swiper .info .desc {
    margin-top: 10px;
  }
  .bulk_pricing .bulk_pricing_swiper .btn_line {
    line-height: 42px;
    margin-top: 20px;
  }
  .bulk_process {
    padding: 50px 0;
    overflow: hidden;
  }
  .bulk_process .bulk_process_swiper {
    margin-top: 30px;
    overflow: unset;
  }
  .bulk_process .bulk_process_swiper .icon img {
    width: 40px;
    height: 40px;
  }
  .bulk_process .bulk_process_swiper .icon::before,
  .bulk_process .bulk_process_swiper .icon::after {
    left: 50px;
  }
  .bulk_process .bulk_process_swiper .info {
    margin-top: 20px;
  }
  .bulk_process .bulk_process_swiper .info h3 {
    font-size: 20px;
  }
  .bulk_process .bulk_process_swiper .info p {
    margin-top: 10px;
  }
  .page_faqs {
    padding: 50px 0;
  }
  .page_faqs .faq_list .answer {
    padding-bottom: 20px;
  }
  .bulk_start {
    padding: 50px 0;
  }
  .bulk_start .flex {
    margin-top: 30px;
  }
  .bulk_start .intro {
    padding: 0;
  }
  .bulk_start .intro h3 {
    font-size: 18px;
  }
  .bulk_start .intro ul {
    margin-top: 12px;
  }
  .bulk_start .intro p {
    margin-top: 12px;
  }
  .bulk_start form {
    padding: 20px;
    gap: 16px 0;
  }
  .bulk_start form .label {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .bulk_start form input,
  .bulk_start form textarea,
  .bulk_start form select {
    font-size: 14px;
    height: 46px;
    padding: 0 20px;
  }
  .bulk_start form .calendar {
    padding-right: 40px;
    background-size: 16px;
    background-position-x: right 14px;
  }
  .bulk_start form select {
    padding-right: 40px;
    background-size: 10px;
    background-position-x: right 14px;
  }
  .bulk_start form textarea {
    padding: 10px 20px;
    height: 100px;
    margin: 0;
  }
  .bulk_start form textarea.lar {
    height: 140px;
    padding-top: 10px;
  }
  .bulk_start form textarea.mt19 {
    margin: 0;
  }
  .bulk_start form p {
    margin-top: 0;
  }
  .bulk_start form span:has(input[type=submit]) {
    margin-top: 10px;
  }
  .bulk_start form input[type=submit] {
    font-size: 14px;
    height: 46px;
    padding: 0 20px;
  }
  .bulk_start form .wpcf7-form-control-wrap {
    padding: 0;
  }
  .bulk_start form .wpcf7-form-control-wrap .wpcf7-form-control {
    gap: 10px;
  }
  .bulk_start form .wpcf7-form-control-wrap .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 14px;
    line-height: 36px;
    padding: 0 14px;
  }
  .bulk_start form .upload_area {
    grid-template-columns: 40px 1fr;
    padding: 20px;
    gap: 0 10px;
    margin: 0;
  }
  .bulk_start form .upload_area strong {
    font-size: 14px;
  }
  .bulk_start form .upload_area p {
    font-size: 13px;
    margin-top: 0;
  }
}
@media screen and (max-width: 576px) {
  .bulk_banner picture {
    opacity: 0.2;
  }
  .bulk_banner form {
    grid-template-columns: 1fr;
  }
  .bulk_banner form .row3 {
    grid-column: unset;
    grid-row: unset;
  }
  .bulk_banner form span:has(input[type=submit]) {
    margin-top: 10px;
  }
  .bulk_banner form input[type=submit] {
    width: 100%;
  }
  .bulk_pricing .grid {
    grid-template-columns: 100%;
  }
  .bulk_start .quote_form {
    width: 100%;
  }
  .bulk_start .quote_form .col-2 {
    width: 100%;
  }
}
