/* Normalize theme */
body {
  background: #fff;
}

header.entry-header.alignwide {
  display: none;
}

aside.widget-area {
  display: none;
}

/* Hide elements */
.powered-by {
  display: none;
}

/* Confiture page width */
.post-thumbnail,
.entry-content .wp-audio-shortcode,
.entry-content>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
*[class*="inner-container"]>*:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
.default-max-width {
  max-width: none;
  width: 90%;
}

/* Disable input interactions */
.no-click-field input {
  background: transparent;
  border: none;
  pointer-events: none;
  padding: 0px !important;
  padding-left: 5px !important;
}

.no-click-field input:focus {
  outline: none;
}

.no-click-field .gfield_label {
  pointer-events: none;
}

/* Header */
header#masthead {
  max-width: 100%;
  padding: 0;
}

.page-header {
  border: none;
  padding: 0px 5%;
  width: 100%;
  display: flex;
  margin-bottom: -30px;
  position: fixed;
  background: #fff;
  /* border-bottom: 1px solid #1c3464; */
  box-shadow: -1px 0px 20px -2px rgba(28, 52, 100, 0.72);
  -webkit-box-shadow: -1px 0px 20px -2px rgba(28, 52, 100, 0.72);
  -moz-box-shadow: -1px 0px 20px -2px rgba(28, 52, 100, 0.72);
  top: 0;
  padding-bottom: 5px;
  z-index: 9999;
}

.logged-in .page-header {
  top: 32px;
}

.header-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.header-text p {
  text-align: right;
  width: 100%;
}

h1.page-title {
  background: #1c3464;
  width: 100%;
  padding: 15px 5%;
  color: #fff;
  font-size: 40px;
  margin-top: 102px;
}

/* Form styles */
h2.gform_title {
  display: none;
}

.entry-content {
  padding-top: 0px !important;
  margin-top: 0px !important;
}

.gfield.no-click-field.gfield--type-text,
.gfield.no-click-field.gfield--type-email {
  display: flex;
}

label.gfield_label {
  min-width: fit-content !important;
  margin-bottom: 0px !important;
}

.gfield.gfield.no-click-field.gfield--type-text .ginput_container,
.gfield.gfield.no-click-field.gfield--type-email .ginput_container {
  width: 100% !important;
  display: flex;
}

.gfield--type-section:nth-child(1) {
  margin-top: 0px !important;
}

.gfield--type-section {
  margin-top: 30px;
}

.yes-click-field input,
.gfield_select {
  border: 1px solid #000;
  border-radius: 3px;
}

.gform_validation_errors {
  margin-bottom: 25px !important;
}

.validation_message {
  background: transparent !important;
  border: none !important;
  padding-left: 0px !important;
  margin-top: 5px !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
  background: transparent;
}

div#gform_confirmation_message_2 {
  margin-top: 60px;
  font-size: 30px;
}

form.search-form {
  display: none;
}

@media only screen and (max-width: 768px) {
  .page-header {
    flex-direction: column;
  }

  .site-logo .custom-logo {
    width: 100% !important;
    max-width: none;
    height: auto;
    object-fit: contain;
  }
}

/* styles for text in form */
.terms-and-conditions.container {}

.terms-and-conditions.container .row {
  display: flex;
  gap: 20px;
}

.terms-and-conditions.container .row .col {
  width: 50%;
}

.terms-and-conditions.container .row .col p {
  font-size: 16px;
  margin-bottom: 15px;
}

.terms-and-conditions.container .row .col p span {
  font-weight: bolder;
}

form#gform_2 {
  max-width: 1400px !important;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .terms-and-conditions.container .row {
    flex-direction: column;
  }

  .terms-and-conditions.container .row .col {
    width: 100%;
  }
}

.customer-name-2 {
  margin-top: -15px;
  margin-left: -5px;
}

.customer-name-2 input {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.customer-name-2 label {
  display: none !important;
}

div#field_2_50 {
  display: none;
}

div#field_2_51 {
  display: none;
}

@media only screen and (max-width: 768px) {
  .site-logo {
    text-align: center;
  }

  .site-logo .custom-logo {
    max-width: 320px;
  }

  h1.page-title {
    margin-top: 173px;
  }

  .logged-in h1.page-title {
    margin-top: 159px;
  }
}

@media only screen and (max-width: 640px) {
  .customer-name-2 {
    margin-top: -210px;
    margin-left: -5px;
  }

  div#field_2_41 {
    margin-top: 30px;
  }
}

.gfield_label {
  text-transform: capitalize;
}

.read-t {
  cursor: pointer;
  transition: all 500ms;
}

.read-t:hover {
  opacity: 0.8;
}

/* Hidding fields */
.page-id-46 div#field_2_11 {
  display: none;
}

.page-id-46 div#field_2_10 {
  display: NONE;
}

.page-id-46 div#field_2_12 {
  display: none;
}

div#field_5_21 {
  display: flex;
  flex-direction: column;
}

div#field_5_21 .ginput_container.ginput_container_text {
  margin-left: -5px;
}

div#email-duplicated {
  margin-top: 20px !important;
  margin-bottom: -30px;
}


/* Css found in the form */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.plans-container {
  max-width: 960px;
  margin: auto;
}

li,
ul,
h2,
h3,
h4,
h1,
p,
label,
span {
  font-style: italic;
  font-weight: normal;
  font-family: Verdana;
  /* color: #231f20; */
}

.plan_h3 {
  font-style: italic;
  font-weight: bold;
  font-family: Verdana;
  color: #231f20;
  margin: 0;
  font-size: 22px;
}

.plans-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50pt;
  align-items: stretch;
  justify-content: center;
  padding: 20px;
}

.plan {
  background-color: #fff;
  border-radius: 20px;
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); */
  text-align: center;
  padding: 10px;
  position: relative;
  box-shadow: -4px -4px 15px rgba(26, 35, 126, 0.2);
}

.plan .plan_h2 {
  font-weight: bold;
  font-style: italic;
  font-weight: bold;
  font-size: 22px;
  font-family: "Avenir Heavy";
  color: #231f20
}

.plan:nth-child(1) {
  border: 2px solid rgb(167 161 161);
}

.plan:nth-child(2) {
  border: 2px solid rgba(68, 75, 91);
}

.plan:nth-child(3) {
  border: 2px solid rgba(158, 193, 102);
}


.plan p {
  text-align: center;
  margin: 0;
}

.plan h2 {
  margin: 0;
}

.plan-button {
  background-color: black;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  margin-top: 20px;
  padding: 5px 15px;
  /* text-transform: uppercase; */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin: auto;
  margin-top: 20px;
}

.checkout-price {
  font-size: 24px;
  margin-top: 10px;
}

.plans-container ul li {
  text-align: start;
  line-height: 25pt;
}

.form-gravity-form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.plan_subtitle {
  font-weight: lighter;
  margin: 0;
  font-size: 8pt;
}

.plan_card-sutitle {
  font-style: italic;
  font-weight: normal;
  font-size: 9pt;
  font-family: "Avenir Medium";
  color: #231f20;
  line-height: 10pt;
  margin-bottom: 20px !important;
}

.plan_group li {
  font-size: 10pt;
  list-style-type: none;
}

.plan_group {
  padding-left: 25px;
}

.plan-standard {
  background: rgb(39, 49, 80);
}

.plan-premium {
  background-color: rgba(158, 193, 102);
  ;
}

.plan-basic {
  background-color: rgb(167 161 161);
}

.plan-button input {
  border: 0px;
  margin-right: 12px;
}

.plan::before {
  content: '';
  position: absolute;
  width: 100px;
  height: 282px;
  background: red;
  /* right: 0; */
  top: 0;
  left: -27px;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: -1;
  border-radius: 20px;
}

.plan:nth-child(2)::after {
  content: '+$49/Month';
  width: 80px;
  height: 30px;
  background: red;
  position: absolute;
  left: -13px;
  top: 16px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-style: italic;
  font-family: Verdana;
  border-top-left-radius: 5px;
}

.plan:nth-child(3)::after {
  content: '+$149/Month';
  width: 80px;
  height: 30px;
  background: red;
  position: absolute;
  left: -13px;
  top: 16px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-style: italic;
  font-family: Verdana;
  border-top-left-radius: 5px;
}

.ov-cirl {
  left: -7px;
  position: absolute;
  content: '';
  background: red;
  height: 28px;
  width: 28px;
  top: 32px;
  z-index: -1;
  transform: rotate(45deg);
}

.plan:nth-child(1)::before {
  background-color: rgb(167 161 161);
}

.plan:nth-child(2)::before {
  background: rgba(68, 75, 91);
}

.plan:nth-child(3)::before {
  background: rgba(158, 193, 102);
}

.premium_number span {
  color: rgba(158, 193, 102);
}

.basic_number {
  color: rgb(167 161 161);
}

.standard_number {
  color: rgba(68, 75, 91);
}

.plan-button input {
  width: 15px;
  height: 15px;
}

.plan-button input::after {
  top: -1px;
}

.plan_group_container {
  display: flex;
  align-items: baseline;
}

.number_total {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}

.number_total span {
  font-weight: bold;
  margin-bottom: -10px;
}

.number_total input {
  border: 0px;
  border-bottom: 1px solid;
  width: 45%;
  text-align: center;
  font-weight: bold;
  outline: none !important;
  background-color: #fff;
  padding: 3px;
  opacity: 1 !important;
  padding-bottom: 0px !important;
}

.plan:nth-child(1) .number_total input {
  border-bottom: 2px solid rgb(167 161 161);
}

.plan:nth-child(2) .number_total input {
  border-bottom: 2px solid rgba(68, 75, 91);
}

.plan:nth-child(3) .number_total input {
  border-bottom: 2px solid rgba(158, 193, 102);
}

.cls-iyrm-psvkshr-section {
  display: none !important;
}

.number_total input {
  width: 125px;
}

@media (max-width: 768px) {
  .plans-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* Styles service agreement v2 */
.page-id-129 .plans-container {
  grid-template-columns: repeat(2, 1fr);
  /* max-width: 650px; */
  max-width: 1160px;
}

.page-id-129 .plan:nth-child(1) {
  display: none;
}

.page-id-129 .plan:nth-child(2)::after {
  content: '+$200/Month';
  display: none !important;
}

.page-id-129 .plan:nth-child(3)::after {
  content: '+$500/Month';
  display: none !important;
}

.page-id-129 .plan .ov-cirl {
  display: none !important;
}

.page-id-129 .plan .plan_h2 {
  font-family: Verdana, Tahoma, sans-serif;
}

.page-id-129 div#field_8_17 {
  display: none;
}

.page-id-129 .plan .plan_group_container img {
  margin-right: 8px;
}

.page-id-129 .plan_group {
  padding-left: 5px;
}

.page-id-129 .plans-container ul li {
  line-height: 15pt;
  margin-bottom: 15px;
  border-bottom: 2px solid #d3d3d3;
  padding-bottom: 8px;
  width: 100%;
}

.page-id-129 .plan .plan_h2 {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .page-id-129 .plans-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}