* {
  padding: 0;
  margin: 0;
}
.breadcrumb {
  display: none;
}
div#ui-datepicker-div {
  z-index: 2 !important;
}

header {
  display: none;
}

footer {
  display: none;
}
.footer {
  display: block !important;
}
a {
  color: #2c2c2c;
  text-decoration: underline;
}
.toolbar-fixed .layout-container {
  margin: auto !important;
}

.layout-container {
  margin: auto !important;
}

.bg_main .main {
  margin: auto;
}

.Brand_Logo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.Brand_Logo img {
  width: 191px;
  height: 192px;
}

.slogan {
  /* color: #833a2a; */
  font-size: 1.2rem;
  font-weight: bolder;
  font-family: var(--font_family_bold);
  margin-top: 30px;
  margin-bottom: 15px;
}
.slogan span,
.slogan p {
  font-family: var(--font_family_medium);
  /* font-size: 20px; */
}

/* .campaign-form{
  width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
 }*/
.campaign-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.form-submit {
  border-radius: 10px;
  /* color: #fff !important;
    background-color: #833a2a; */
  font-size: 16px;
  font-weight: 700;
  font-family: var(--font_family_medium);
  line-height: 18px;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="date"],
.form-item__select {
  border-radius: 10px;
  background-color: white;
  border: 1px solid #833a2a;
  /* color: #833a2a; */
  color: #000;
  font-size: 14px;
  height: 32px;
  font-weight: 500;
  line-height: 4.8vmin;
  padding: 5px 12px !important;
  transition: all 0.4s ease 0s;
  outline: medium none;
  /* float: left; */
  width: 100% !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  font-family: var(--font_family_medium);
  letter-spacing: 0.8px;
}
.g-recaptcha {
  /* transform: scale(0.7);
    -webkit-transform: scale(0.7); */
  margin-bottom: 25px;
  /* margin-top: 5px;
    margin-left: 40px; */
}
.form-item {
  margin-bottom: 10px;
}

.form-item--radio .form-item {
  margin-bottom: 2px;
}

.form-item--radio {
  margin-bottom: 12px;
}

.form-fieldset {
  margin: 0 !important;
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-fieldset .form-item {
  width: 50%;
  flex-wrap: wrap;
}

.terms-field .form-item {
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.terms-field .form-item label.option.form-item__label {
  margin-left: 8px;
  width: 89%;
}
.form-item__select.chosen-container {
  padding: 0 !important;
}
.option p {
  margin: 0;
  font-family: var(--font_family_medium);
  /* color: #833a2a; */
  font-size: 14px;
  line-height: 16px;
}

.terms-field {
  width: 75%;
}

.brand_fieldset {
  width: 60%;
}

.brand_fieldset .form-item {
  width: 103%;
}

.brand_fieldset .form-item__label.option,
.brand_fieldset .h2 {
  font-family: var(--font_family_medium);
  /* color: #833a2a; */
  font-size: 16px;
}

.terms-field {
  width: 62%;
}

.brand_fieldset .h2 {
  width: 85%;
  margin: 0 auto 10px;
}

.form-item--radio {
  width: 84%;
}

.thankyou-screen {
  display: none;
  position: fixed;
  z-index: 100;
  padding-top: 10px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.thankyou-block {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 55%;
}

.thankyou-close {
  position: absolute;
  right: 20px;
  top: 15px;
  font-weight: 900;
  font-size: 18px;
  cursor: pointer;
  color: #000000;
}

/*.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: relative;
    right: 12%;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}*/
.thankyou-block {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  border-radius: 20px;
}

.brand_logo {
  width: 25%;
  margin: 0 auto;
  display: block;
}

.brand_logo img {
  width: 100%;
}

.thankyou_message {
  /* margin-top: 10px; */
}

.thankyou-block .title {
  font-size: 40px;
  margin-bottom: 20px;
  font-family: var(--font_family_medium);
}

.thankyou-block .description {
  max-width: 350px;
  width: 100%;
  margin: auto;
  display: block;
  font-size: 14px;
  font-family: var(--font_family_book);
  font-weight: 500;
  margin-bottom: 10px;
  color: #000;
}

.thankyou-block .images {
  /* margin: 30px auto; */
  display: flex;
  justify-content: center;
}

.thankyou-block .images .circular {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  padding: 10px;
  margin: 0 15px;
}

.thankyou-block .images .circular a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 70px;
}

.thankyou-block .submit_btn p {
  margin-bottom: 10px;
}

.thankyou-block .submit_btn a {
  border: 0;
  background-color: #034491;
  padding: 10px 20px;
  color: #fff;
  font-family: var(--font_family_medium);
  text-transform: uppercase;
  font-size: 16px;
  cursor: pointer;
}

.chosen-container-single a.chosen-single {
  border-radius: 10px;
  background-color: white;
  border: 1px solid #833a2a;
  /* color: #833a2a; */
  color: #000;
  font-size: 16px;
  height: 36px;
  font-weight: 500;
  line-height: 4.8vmin;
  padding: 5px 12px !important;
  transition: all 0.4s ease 0s;
  outline: medium none;
  float: left;
  width: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  font-family: var(--font_family_medium);
  letter-spacing: 0.8px;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  background-color: #f5f5f5;
}

.warning {
  font-size: 10px;
  color: #f60505;
}

@media only screen and (max-width: 991px) {
  .form-fieldset {
    width: 100%;
  }

  .terms-field .form-item {
    justify-content: inherit;
  }

  .form-fieldset .form-item {
    width: 95%;
  }
  .brand_fieldset .h2 {
    width: 88%;
    margin-bottom: 15px;
  }
  .g-recaptcha {
    margin: 20px 0;
  }
  .Brand_Logo img {
    object-fit: contain;
  }
}

/*New css fixes - April 5th, 2024*/

@media only screen and (min-width: 1024px) {
  .Brand_Logo img {
    object-fit: contain;
  }
  .chosen-container-single a.chosen-single {
    font-size: 14px;
    line-height: 5vmin;
    height: 32px;
    padding: 0 12px !important;
  }
  .chosen-container-single .chosen-single div {
    top: 5px;
  }
  .terms-field {
    width: 71%;
    margin: 10px 0;
  }

  .form-fieldset .form-item {
    width: 54%;
  }
  .terms-field .form-item {
    padding-left: 30px;
  }
  .brand_fieldset .form-item {
    width: 103% !important;
  }
  .form-item {
    margin-bottom: 12px;
  }
  .chosen-container-single .chosen-single span {
    height: 32px;
    line-height: 30px;
  }
  .form-item__label {
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 1930px) {
  .bg_main .main {
    height: 90vh;
    justify-content: center;
    align-items: center;
  }
}

/*Thank you screen responsive*/
.thankyou-block {
  height: 90vh;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 550px;
}
/* .thankyou-block .title{
    margin-top: 10px;
} */
.thankyou-block .submit_btn a {
  text-decoration: none;
}
.thankyou-block .submit_btn {
  margin-top: 10px;
}
.thankyou-block .submit_btn p {
  margin-bottom: 15px;
  font-family: var(--font_family_book);
  font-weight: 400;
  font-size: 14px;
  color: #000;
}
.thankyou-block .brand_logo {
  width: 20%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1500px) {
  .thankyou-block {
    height: 75vh;
  }
}
@media only screen and (min-width: 1921px) {
  .thankyou-block {
    height: 50vh;
  }
}
@media only screen and (max-width: 991px) {
  .thankyou-block {
    height: 60vh;
    width: 75%;
    border-radius: 20px;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 10px;
  }
  .thankyou-close {
    right: 10%;
    top: 3%;
  }
  .brand_logo,
  .thankyou-block .brand_logo {
    width: 40%;
  }
  .thankyou-block .brand_logo {
    margin-bottom: 5px;
  }
  .thankyou-block .title {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .thankyou-block .description {
    font-size: 12px;
  }
  .thankyou-block .submit_btn p {
    font-size: 12px;
  }
  .thankyou-block .submit_btn a {
    font-size: 14px;
  }
  .thankyou-block .images .circular {
    width: 80px;
    height: 80px;
    margin: 0px;
  }
}
