body:not(.woocommerce-cart):not(.woocommerce-checkout) .policy-head, .grey_header {
  padding-bottom: 7rem;
  padding-top: 7rem;
  background-color: #f2f3f5;
}
body .sy_contentfaq ul.faqs {
  margin: 0 auto;
}
.grey_header h1, body.privacy-policy h1 {
  font-weight: 400;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.grey_header p.title-text {
  text-align: left;
  margin: 0;
}
.privacy-policy.default-head h1 {
  font-size: 3.2rem;
}
.policy-head p {
  text-align: left;
  margin-left: 0;
  margin-bottom: 0;
}
.policy-content {
  padding: 5rem 0 2.5rem;
}
.policy-content.hide-border {
  background-color: white;
}
.policy-content p {
  margin-bottom: 1.4rem;
  color: #989898;
}
.policy-content h2 {
  font-size: 1.6rem;
  text-align: left;
  padding-top: 1rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
.policy-content h3 {
  font-size: 1.15rem;
  margin-bottom: 1.4rem;
}
.policy-content ul {
  padding-top: 3.7rem;
  padding-bottom: 4rem;
  margin-left: 1.2rem;
}
.policy-content ul li {
  position: relative;
  margin-bottom: 0.5rem;
  color: #989898;
}
.policy-content form select {
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  font-size: 18px;
  font-family: inherit;
  width: 100%;
  padding: 7px;
  color: #999;
}
.policy-content form strong {
  width: 12rem;
  font-size: 1.1rem;
  display: inline-block;
  color: #333333;
}
.sent_model {
  position: absolute;
  background-color: #333;
  border-radius: 10px;
  padding: 1.8rem 2rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease;
}
.sent_model.active {
  z-index: 999999;
  opacity: 1;
}
.sent_model span {
  color: #fff;
  font-size: 14px;
}
.sent_model svg {
  display: block;
  margin: 0px auto 7px;
}
.policy-content form > div {
  margin-bottom: 2rem;
}
.policy-content p.input-file {
  border: 1px solid #dfdfdf;
  padding: 0.6rem 1.5rem;
  width: 14.5rem;
  position: relative;
  font-size: 1.1rem;
  margin: 0;
  border-radius: 4px;
  color: #666666;
  background-color: #fff;
  text-align: left;
}
.policy-content form p {
  margin-bottom: 0;
}
.policy-content {
  margin-bottom: 1px;
}
.wp-editor-container {
  clear: both;
  border: 1px solid #dcdcde;
}
