/** Shopify CDN: Minification failed

Line 81:21 The "-" operator only works if there is whitespace on both sides
Line 82:22 The "-" operator only works if there is whitespace on both sides

**/
.section_pc_contact_form_main.page-width {
  position: relative;
  z-index: 1;
  max-width: 1800px;
  margin: 0 5rem -180px 5rem;
}
.section_pc_contact_form_main {
  border-radius: 20px;
  margin-top: 100px;
}
.pc_contact_form_content {
  display: flex;
  align-items: center;
  gap: 20px;
}
.pc_contact_form_leftside_text,
.pc_contact_form_rightside_form {
  flex: 0 0 calc(50% - 20px);
  max-width: calc(50% - 20px);
  width: 100%;
}
.pc_contact_details_wrapper {
  max-width: 80%;
}
.pc_contact_form_title h2 {
  color: #fff;
}
.pc_contact_form_subtitle p {
  color: #b6b6b8;
  margin: 20px 0;
  letter-spacing: normal;
  max-width: 80%;
}
.contact_form_details p a {
  text-decoration: none;
  color: #fff;
}
.contact_form_details svg {
  height: 44px;
  width: 44px;
  display: block;
}
.pc_mobile_number p a,
.pc_email_id p a {
  margin-left: 15px;
}
.contact_form_details {
  display: flex;
  background: #000;
  align-items: center;
  border-radius: 16px;
  padding: 15px;
  width: 80%;
  margin-bottom: 10px;
}
.contact_form_details p {
  color: #fff;
  margin: 0;
}
.pc_contact_form_rightside_form .b2b-contact-form-title h2 {
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: normal;
  margin-bottom: 20px;
}
.pc_contact_form_rightside_form .d-flex {
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
.pc_contact_form_rightside_form .email-filed,
.pc_contact_form_rightside_form .phone-filed,
.pc_contact_form_rightside_form .website-filed,
.pc_contact_form_rightside_form .company-filed {
  flex: 0 0 calc(50% -20px);
  max-width: calc(50% -20px);
  width: 100%;
}
.pc_contact_form_rightside_form form#b2b_contact {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
}
.pc_contact_form_rightside_form .message-filed textarea {
  padding: 15px 15px 53px 15px;
}
.pc_contact_form_rightside_form .b2b-input {
  background: #fafafa;
  padding: 15px;
  border: 1px solid #ececed;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 16px;
}
.pc_contact_form_rightside_form .b2b-input::placeholder {
  font-size: 14px;
  color: #737175;
  font-weight: 600;
}
.pc_contact_form_rightside_form .b2b-input:focus-visible {
  outline: 0;
  outline-offset: 0;
  box-shadow: none;
}
.pc_contact_form_rightside_form .filed-label {
  font-family: Inter, sans-serif;
  font-size: 14px;
  color: #000;
  letter-spacing: 0;
  font-weight: 500;
}
.b2b_contact__button input[type="submit" i] {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  width: 100%;
  text-align: left;
  cursor: pointer;
}
.b2b_contact__button.button.red_btn {
  width: 100%;
  padding: 5px 10px 5px 25px;
  justify-content: space-between;
}
/* .b2b_contact__button svg.pc_form_submit {
  position: absolute;
  left: auto;
  right: -10px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
} */
.b2b-div-input-type-input-phone input[type="number"]::-webkit-inner-spin-button,
.b2b-div-input-type-input-phone
  input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
#form_loader{
  color: #000;
  font-weight: 700;
}
.pc_contact_form_wrapper .spinner {
  animation: rotate 2s linear infinite;
  width: 50px;
  height: 50px;
}

.pc_contact_form_wrapper .path {
  stroke: #4285f4;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@media screen and (max-width: 1199px) {
  .section_pc_contact_form_main.page-width {
    margin: 0 2rem -180px 2rem;
  }
}
@media screen and (max-width: 989px) {
  .section_pc_contact_form_main.page-width {
    margin: 0 2rem -140px 2rem;
  }
  .pc_contact_form_rightside_form form#b2b_contact {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
  .contact_form_details {
    width: 100%;
  }
  .pc_contact_details_wrapper {
    max-width: 100%;
  }
  .pc_contact_details_wrapper .pc_contact_form_title h2 {
    font-size: 30px;
  }
  .pc_contact_form_rightside_form .d-flex {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .pc_contact_details_wrapper {
    max-width: 90%;
  }
  .pc_contact_form_leftside_text {
    margin-bottom: 32px;
  }
  .pc_contact_form_content {
    display: block;
  }
  .pc_contact_form_leftside_text,
  .pc_contact_form_rightside_form {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .contact_form_details {
    width: 100%;
  }
  .pc_contact_form_rightside_form .d-flex {
    display: block;
  }
  .pc_contact_details_wrapper {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .pc_contact_form_subtitle p {
    margin: 0 0 24px 0;
  }
}
@media screen and (max-width: 390px) {
  .pc_contact_details_wrapper .pc_contact_form_title h2 {
    font-size: 21px;
    line-height: 1.3;
    margin-top: 0;
  }
  .contact_form_details svg {
    height: 30px;
    width: 30px;
  }
  .pc_mobile_number p a,
  .pc_email_id p a {
    font-size: 12px;
    margin-left: 12px;
  }
}
