.gfield.hidden_label .gfield_label {
  display: none !important;
}

form.home-form .gfield_description.validation_message {
  display: none !important;
}

form.home-form .gform_footer input[type="submit"] {
  display: none !important;
}

#cookie-notice.cookie-notice-hidden {
  display: none;
}

#cookie-notice {
  font-size: inherit;
  font-family: inherit;
}

form.left-button .column.small-12.shrink.ml-auto.text-right {
  margin-left: 0;
}

.gfield.gform_hidden {
  display: none;
}

.error-message-block {
  width: 100%;
}

.error-message {
  padding-left: 0.5rem;
}

@media only screen and (min-width: 641px) {
  div.ginput_container_name span {
    padding-right: 0 !important;
  }
}

.responsive-embed-radius {
  border-radius: 3rem;
}

.responsive-embed-radius.video {
  padding-bottom: 56.25%;
}

.gfield_visibility_hidden {
  display: none;
}

.js-semibold-txt {
  margin: 0 0 2rem;
}

.lp-header {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: 0 0 !important;
}

.form-submit-message .form-submit-message__txt {
  font-size: 2rem;
}

.form-submit-message,
.s-form .form-submit-message {
  max-width: 100% !important;
}

.pickmycall-img-logo a {
  position: relative;
  padding-left: 103px !important;
}

.pickmycall-img-logo a:before {
  position: absolute;
  content: "";
  top: 60%;
  left: -4%;
  width: 118px !important;
  background-image: url(https://www.pickmycall.ai/wp-content/uploads/2024/09/Logo-full.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: 234;
  padding-top: 10% !important;
  transform: translateY(-50%);
}

@media (max-width: 1200px) {
  .pickmycall-img-logo a:before {
    top: 55%;
    left: 4%;
    width: 91px;
    padding-top: 8% !important;
  }
}

@media (max-width: 768px) {
  .pickmycall-img-logo a:before {
    background-image: url(https://www.pickmycall.ai/wp-content/themes/roojoom-new/pickmycall/docs/images/Logo-full-white.png);
    top: 57%;
    left: -7%;
    width: 91px;
    padding-top: 11% !important;
  }
}
