/* just a common browser reset */
/*!
 * Bootstrap Reboot v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */


.hbspt-form{
  width: 70% !important;
}

/* .hs-input 
{
  width: 100% !important;
} */

.hbspt-form .hs_submit input[type=submit] {
  width: 100%;
  font-weight: 900 !important;
}

.default-containter {
  min-width: 100% !important;
}


/* .hbspt-form .hs-form .form-columns-2 .hs-form-field{
  width: 50% !important;
} */


.hs-form-2de2da17-4eda-4aa2-8d9d-2b89d5a9c225_3fa66e1e-5b76-4565-961d-1ae8c5cd4429 fieldset{
  width: 100%;
}

.block-main-content .hs-form fieldset{
  min-width: 100% !important;
}

select[name="job_function"]{
  margin-left: 4%;
}

select[name="country"],
select[name="what_would_you_like_to_use_emis_for_"]
{
  width: 100% !important;
}

textarea[name="message"]
{
  width: 100% !important;
}

input[name="lastname"],
input[name="phone"],
input[name="city"]
{
  width: 100% !important;
}

@media screen and (min-width: 0) {
  .hs-main-font-element p {
    color: #000 !important;
  }
}

.left-col-6-td-demo.p-r {
  padding-bottom: 6.25rem;
}

.left-col-6-td-demo {
  display: table-cell;
  width: 48%;
  padding: 1.875rem;
  margin-bottom: 7.5rem;
  border-radius: 0.625rem;
}

.left-col-6-td-demo p{
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  color: #000 !important;
}

label.hs-error-msg {
  color: #d80000
}

.request-demo-description {
  color:#fff;
  /* margin: 0 17.25rem; */
}

@media screen and (max-width: 500px) {
  .hbspt-form{
    width: 100% !important;
  }
}