body {
  padding: 0;
  margin: 0;
  box-sizing: content-box;
  background-color: #f9f4f2 !important;
  overflow-x: hidden;
}
.container {
  width: calc(100% - 36px);
  margin: 0 auto;
  max-width: 1308px;
  padding: 0 18px;
  position: relative;
}
div#content {
  overflow-x: hidden;
}
.header_container {
  max-width: 1393px;
  margin: 0 auto;
  padding: 0px 18px;
}
.inner_Container {
  max-width: 80%;
  margin: 0 auto;
}
.inner_Container_95 {
  max-width: 95%;
  margin: 0 auto;
}
.inner_Container_85 {
  max-width: 85%;
  margin: 0 auto;
}
.col_two_grid {
  display: grid;
  column-gap: 20px;
  row-gap: 36px;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
}
.main-site-content {
  overflow: hidden;
}

@media (max-width: 1240px) {
  .inner_Container {
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  .container {
    overflow: hidden;
  }

  .inner_Container {
    max-width: 100%;
  }
  .inner_Container_95 {
    max-width: 100%;
  }
  .inner_Container_85 {
    max-width: 100% !important;
  }
  .col_two_grid {
    row-gap: 24px;
    grid-template-columns: repeat(2, 1fr);
  }
  .full_container {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 662px) {
  .col_two_grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.custom-autocomplete-results {
  position: absolute !important;
  top: 100% !important;
  left: 0;
  margin-top: 5px;
  background: #fff;
  border: 1px solid #ddd;
  z-index: 9999;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.autocompleteSearch ul {
  padding: 8px 0;
}
.autocompleteSearch ul li {
  font-family: var(--public-regular);
  color: #4f4a48;
  font-size: 14px;
  cursor: pointer;
  padding: 5px 5px;
}
.custom-autocomplete-item:hover {
  background-color: #e8f3ff;
  color: #0073e6;
}

.custom-autocomplete-message {
  font-family: var(--public-regular);
  color: #4f4a48;
  font-size: 14px;
  white-space: nowrap;
  padding-right: 10px;
  display: none;
}

/* Thank You Page Start */
.thankyou-page {
  display: flex;
}

.thankyou-left {
  background-color: #56c271;
  width: 50%;
  padding: 100px 0;
}

.thankyou-right {
  background-color: #112717;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thankyou-content h1 {
  font-family: var(--vulf-regular);
  line-height: 110%;
  letter-spacing: -4.42px;
  font-size: 80px;
  color: #fff;
  margin: 0;
  font-weight: 400;
}

.thankyou-content {
  max-width: 580px;
  margin: 0 auto;
  padding: 0px 20px;
}

.ThankYouQueryEmail p {
  margin: 0;
  color: #fff;
  line-height: normal;
  font-weight: 400;
  font-size: 24px;
  font-family: var(--public-regular);
}

.ThankYouQueryEmail a {
  margin: 0;
  color: #112717;
  line-height: normal;
  font-weight: 700;
  font-size: 24px;
  font-family: var(--public-bold);
  text-decoration: underline;
}

.thankYouDynamicContent {
  padding: 57px 0 0 0;
}

.ThankYouQueryEmail {
  padding-top: 32px;
}

.thankYouDynamicContent p {
  font-size: 20px;
  color: #1d4126;
  font-family: var(--vulf-regular);
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.thankYouDynamicContent p {
  margin-bottom: 30px;
}

.thankYouDynamicContent p:last-child {
  margin-bottom: 0;
}

.smileImage {
  width: 100%;
  /* take full available space */
  max-width: 308px;
  /* optional to limit max size */
  margin: 0 auto;
  padding: 0 20px;
}

.smileImage img {
  width: 100%;
  height: auto;
  /* keeps aspect ratio */
  object-fit: contain;
  /* or remove this line */
}

.goBackButton {
  padding: 60px 0 0 0;
}

.goBackButton a {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  font-family: var(--vulf-bold);
  color: #8ed6a0;
  font-size: 24px;
  line-height: normal;
  font-weight: 700;
  white-space: nowrap;
  justify-content: center;
}

.goBackButton p {
  margin: 0;
  font-weight: 400 !important;
  font-family: var(--vulf-regular);
  color: #ffff;
}

.goBackButton pre {
  background: transparent;
  margin: 0;
  padding: 0;
  font-size: 15px;
}

.goBackButton img {
  width: 20px;
  height: auto;
  object-fit: cover;
  padding-right: 7px;
}

@media (max-width: 992px) {
  .thankyou-page {
    display: block;
    padding-bottom: 100px;
  }

  .thankyou-left {
    width: 100%;
    padding: 45px 0;
  }

  .thankyou-right {
    width: 100%;
    padding: 40px 0 40px;
  }

  .thankyou-button {
    padding: 20px 0;
  }

  .thankyou-content h1 {
    font-size: 70px;
  }

  .thankyou-content {
    text-align: center;
  }

  .goBackButton a {
    font-size: 20px;
  }

  .smileImage {
    max-width: 250px;
  }
}

@media (max-width: 662px) {
  .goBackButton a {
    font-size: 18px;
  }

  .smileImage {
    max-width: 200px;
  }

  .thankYouDynamicContent p,
  .thankYouDynamicContent strong {
    font-size: 18px;
  }
}
/* Thank You Page End */
/* Statics Section Start */
.staticWrapper {
  background: #fff;
  margin-bottom: 75px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  filter: drop-shadow(8px 8px 0px rgba(32, 32, 32, 0.08));
}

.commenStatic {
  display: flex;
  justify-content: space-between;

  padding: 26px 0;
}

.commenStaticWrap {
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
}

.commenStaticItem {
  display: flex;
  align-items: center;
}

.commenStaticItem h2 {
  font-family: var(--vulf-regular);
  font-weight: 400;
  line-height: 110%;
  font-size: 20px;
  color: #1d4126;
  margin: 0;
  padding-left: 8px;
}

@media (min-width: 992px) {
  .commenStatic {
    align-items: center;
  }
}

@media (max-width: 992px) {
  .commenStatic {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px 0 30px;
  }

  .commenStaticItem p {
    font-size: 16px !important;
    padding-left: 16px;
  }

  .commenStaticWrap {
    display: flex;
    flex-flow: column wrap;
    gap: 20px;
    /* align-items: flex-start; */
  }

  .commenStaticWrap:nth-of-type(1) {
    align-items: flex-start;
    margin-bottom: 15px;
  }

  .commenStaticWrap:nth-of-type(2) {
    align-items: flex-end;
    margin-bottom: 15px;
  }

  .commenStaticWrap:nth-of-type(3) {
    align-items: flex-start;
    margin-bottom: 15px;
  }

  .commenStaticWrap:nth-of-type(4) {
    align-items: flex-end;
  }

  .commenStaticItem {
    max-width: 214px;
  }

  .width_100_mob_static {
    max-width: 100% !important;
    padding: 0px 19.5px;
  }
}
/* Statics Section END */

/* AutoComplete Search Start */
.autocompleteSearch {
  display: flex;
  align-items: center;
  background: #ffccb4;
  border-bottom: 2px solid #ff8044;
  width: calc(100% - 60px);
}

.autocompleteSearch input {
  font-family: var(--public-regular);
  background: #ffccb4 !important;
  padding: 0px 6px 0 18px;
  border: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

.autocompleteSearch input::placeholder {
  color: #803410 !important;
}

.autocompleteSearchWrapper {
  display: flex;
  position: relative;
}

.autocompleteSearch svg {
  margin-left: 10px;
}

.searchDummyIcons {
  margin-left: 20px;
}

.searchDummyIcons svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.loading-icon img {
  position: absolute;
  bottom: -33px;
  right: 16px;
}

.loading-icon {
  display: none;
}

button#searchsubmit {
  padding: 0;
  background: transparent;
}

@media (max-width: 992px) {
  .autocompleteSearch input {
    font-size: 14px;
    height: 34px;
  }

  .searchDummyIcons {
    margin-left: 6px;
  }

  .autocompleteSearch svg {
    margin-left: 10px;
  }
}
/* Auto Complete Search */

/* Announcment Bar */
.announcements {
  padding: 20px 0;
  overflow: hidden;
    position: relative;
}

.announcementItem {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.announcementItem p {
  font-family: var(--public-regular);
  margin: 0 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  white-space: nowrap;
  color: #55220a;
}

@media (max-width: 992px) {
  .announcements {
    padding: 16px 0;
  }

  .announcementItem p {
    font-size: 14px;
  }
}