.material-form-element {
  position: relative;
  margin-bottom: 1.5rem;
}
.material-form-element label {
  transition: all 0.2s ease-out 0.07s;
  position: absolute;
  left: 19px;
  color: rgba(69, 79, 89, 0.8);
}
.material-form-element .deplacelabel {
  top: 20px;
}
.material-form-element .deplacelabeltxtarea {
  top: 20px;
}
.material-form-element .deplacelabelforselect {
  top: 9px;
}
.material-form-element .typingdeplace {
  font-size: 12px;
  top: 12px;
}
.material-form-element .typingdeplace.deplacelabeltxtarea {
  top: 14px;
}
.material-form-element .field_label {
  cursor: text;
  font-weight: 400;
  margin: 0;
}
.material-form-element .field-required {
  color: #f56f46;
}
.material-form-element .field-required-error-message {
  color: red;
  margin-top: 0.25rem;
  display: inline-block;
}
.material-form-element input[type=text],
.material-form-element input[type=email],
.material-form-element input[type=password],
.material-form-element input[type=number],
.material-form-element input[type=tel],
.material-form-element textarea {
  outline: none;
  width: 100%;
  border: 1px solid #d0d3d8;
  border-radius: 10px;
  padding: 24px 18px 4px;
  font-size: 1rem;
  color: #0c0f1f;
  background-color: #fff;
  font-family: "Arial";
  height: 64px;
}
.material-form-element input[type=text].field-required-error,
.material-form-element input[type=email].field-required-error,
.material-form-element input[type=password].field-required-error,
.material-form-element input[type=number].field-required-error,
.material-form-element input[type=tel].field-required-error,
.material-form-element textarea.field-required-error {
  border-color: red;
}
.material-form-element input[type=text]:disabled,
.material-form-element input[type=email]:disabled,
.material-form-element input[type=password]:disabled,
.material-form-element input[type=number]:disabled,
.material-form-element input[type=tel]:disabled,
.material-form-element textarea:disabled {
  cursor: not-allowed;
  background-color: #f5f5f5;
}
.material-form-element textarea {
  padding: 34px 18px 4px;
  color: #0c0f1f;
  height: 220px;
}
.material-form-element.material-form-element-select {
  position: relative;
  overflow: hidden;
  width: 100%;
  border: 1px solid #d0d3d8;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 1.5rem;
}
.material-form-element.material-form-element-select label {
  font-size: 13px;
}
.material-form-element.material-form-element-select:after {
  content: "";
  display: block;
  width: 11px;
  height: 6px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 6L.3 0h10.4L5.5 6z' fill='%230C0F1F'/%3E%3C/svg%3E");
  position: absolute;
  top: 27px;
  right: 22px;
}
.material-form-element.material-form-element-select select {
  width: 100%;
  outline: none;
  padding: 24px 18px 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 0;
  margin: 0;
  font-size: 1.125rem;
  color: #0c0f1f;
  height: 64px;
}
.material-form-element .button-md {
  width: 50%;
  margin: auto;
  padding: 20px;
  display: block;
}

input[type=tel] {
  position: relative;
  display: block;
  width: 100%;
  height: 73px;
  background: #ecf1f8;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 28px;
  color: #727f94;
  font-weight: 600;
  border: 2px solid #ecf1f8;
  transition: all 500ms ease;
}

#content_block_7 .form-inner .form-group input[type=text], #content_block_7 .form-inner .form-group input[type=email], #content_block_7 .form-inner .form-group textarea {
  border-radius: 5px;
}

.pw_form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 20px;
}
.pw_form .dm-uploader h6 {
  line-height: 1.3;
}
@media only screen and (max-width: 600px) {
  .pw_form {
    grid-template-columns: 1fr;
  }
  .pw_form .nice-select span {
    font-size: 14px;
  }
  .pw_form input {
    font-size: 14px;
  }
  .pw_form textarea {
    font-size: 14px;
  }
  .pw_form .dm-uploader h6 {
    font-size: 14px;
  }
  .pw_form .theme-btn-one {
    padding: 15px 15px;
    font-size: 14px;
  }
  .pw_form .full-grid-item {
    margin-top: 0 !important;
  }
}
.pw_form .full-grid-item {
  grid-column: 1/-1;
}
.pw_form .inpErr {
  border: 1px solid red !important;
}
.pw_form .inpMsg p {
  font-size: 12px;
  color: red;
}
.pw_form #qf_commercial_options_wrap {
  display: none;
}
.pw_form .card {
  border: 1px solid #ecf1f8;
}
@media only screen and (max-width: 600px) {
  .pw_form .card {
    height: 150px !important;
    margin-top: 10px;
  }
}
.pw_form .card .card-header {
  border-bottom: 1px solid #ecf1f8;
  background-color: #ecf1f8;
  color: #6c757d !important;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .pw_form .card .card-header {
    font-size: 16px;
  }
}
.pw_form .card .card-header .dm-error-area {
  font-size: 14px;
  color: #fa4949;
}
.pw_form .card .card-header .list-unstyled .text-success {
  color: #0AA1D6 !important;
}
.pw_form .card .card-header .list-unstyled .bg-success {
  color: #0AA1D6 !important;
}
.pw_form .card .list-unstyled {
  border-bottom: 1px solid #ecf1f8;
  overflow-x: auto;
}
.pw_form .card .list-unstyled .text-success {
  color: #0AA1D6 !important;
}
.pw_form .card .list-unstyled .bg-success {
  background-color: #0AA1D6 !important;
}
.pw_form .card .list-unstyled .bg-primary {
  background-color: #0AA1D6 !important;
}
.pw_form .card .list-unstyled li hr {
  border-top: 1px solid #ecf1f8;
}

header.main-header .get-free-quota {
  display: none;
}
header.main-header .header-top .top-inner {
  text-align: center;
}
header.main-header .header-top .top-inner .text p {
  font-size: 16px;
  font-weight: 700;
}
header.main-header .logo-box {
  padding: 8px 0;
}
header.main-header .logo-box .logo {
  max-width: 160px;
  transition: 300ms all;
}
header.main-header .logo-box .bg-color {
  background-color: #fff;
}
header.main-header .header-upper .upper-info .info-list li:before {
  height: 44px;
  top: 14px;
}
header.main-header.fixed-header .logo-box {
  padding: 8px 0;
}
header.main-header.fixed-header .logo-box .logo {
  max-width: 120px;
}
header.main-header.fixed-header .menu-area {
  position: relative;
  top: 14px;
}
header.main-header.fixed-header .get-free-quota {
  float: right;
  margin-top: 34px;
  margin-left: 40px;
  display: block;
}
header.main-header.fixed-header .get-free-quota a {
  padding: 8px 16px;
  font-size: 14px;
  text-transform: none;
}
header.main-header .social-links a {
  font-size: 20px;
}
header.main-header.style-two .outer-box .btn-box a {
  font-size: 18px;
}

.banner-section {
  height: 600px;
}
.banner-section .banner-carousel .slide-item {
  padding: 160px 0;
}
.banner-section .banner-carousel .owl-nav .owl-prev {
  position: absolute !important;
  top: 50% !important;
}
.banner-section .banner-carousel .owl-nav .owl-next {
  position: absolute !important;
  top: 50% !important;
  right: 0 !important;
}

.page-id-2278 .form-inner {
  padding: 30px 30px !important;
}

[data-id="4e6d2e56"] .video-btn {
  display: none !important;
}

/*# sourceMappingURL=main.css.map */
