@import url("https://fonts.googleapis.com/css?family=Forum:300,400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Libre Franklin:300,400,500,600,700&display=swap");

/* BASE STYLES */
* {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
  outline: none;
  font-size: 100%;
  line-height: inherit;
}

html,
body {
  display: block;
  font-family: "Forum", sans-serif;
  background-color: #f5f2eb;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

::-webkit-input-placeholder {
  color: inherit;
}
::-moz-input-placeholder {
  color: inherit;
}
::-ms-input-placeholder {
  color: inherit;
}

header,
main,
footer {
  flex-shrink: 0;
}

.green {
  color: rgb(87, 117, 50);
}

.beige {
  color: #e1dbcc;
}

a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
}

a:link {
  color: #fff;
}

/* a:visited {
  color: #fff;
} */

a:hover {
  text-decoration: underline;
}

#container {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}

main {
  /* background-image: url("../images/EEP_Homepage_Background.png"); */
  flex-grow: 1;
  height: 768px;
}

.container {
  height: auto;
}

.menu {
  color: white;
  display: flex;
  flex-direction: row;
  gap: 50px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  text-transform: uppercase;
}

.menu li:hover {
  cursor: pointer;
  text-decoration: underline;
}

#menu-toggle {
  display: none;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 2px;
  width: 32px;
  border-radius: 2px;
}

.menu-button::before {
  content: "";
  margin-top: -8px;
}

.menu-button::after {
  content: "";
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(45deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-45deg);
}

.navBar {
  background-color: #577532;
}

.footer-nav p {
  color: #000;
}

.nGY2 .nanoGalleryLBarOff {
  padding: 0;
  margin: 0 !important;
  height: 0px !important;
}

@media screen and (max-width: 1920px) {
  body {
    max-width: 1920px;
  }

  .header {
    display: flex;
    justify-content: center;
    padding: 60px;
  }

  .header-corcoran-logo {
    border-right: solid #000;
    padding-right: 50px;
  }

  .header-aore-logo {
    padding-left: 50px;
  }

  .header-aore-logo:hover {
    cursor: pointer;
  }

  .navBar {
    display: flex;
    gap: 100px;
    padding: 10px;
    justify-content: flex-end;
  }

  .navBar a:last-child {
    margin-right: 30px;
  }

  .footer {
    background-color: rgb(87, 117, 50);
    display: flex;
    flex-wrap: wrap;
    height: 178px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .footer-container {
    border-bottom: 1px solid #fff;
    display: flex;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 60px;
    padding-right: 60px;
    gap: 30px;
    width: 100%;
  }

  .footer-corcoran-logo {
    border-right: solid #fff;
    height: 47px;
    padding-right: 40px;
  }

  .footer-aore-logo {
    padding-left: 10px;
  }

  .footer-nav {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 430px;
  }

  .footer-email 
  {
    display: flex;
    align-items: center;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-right: 20px;
  }

  .footer-email a:link {
    color: #fff;
    font-size: 14px;
}

  .mobile-footer-nav {
    display: none;
  }

  /* .menu li:last-child {
    margin-right: 50px;
  } */

  .copyright {
    color: #fff;
    font-size: 8pt;
    padding-left: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /* IMAGE GALLERY STUFF GOES HERE*/
  .image-column {
    flex: 24%;
    margin-right: 8px;
    max-width: 25%;
  }

  /* ABOUT PAGE STYLES */
  .about-row {
    display: flex;
    justify-content: flex-start;
  }

  .about-side-rail {
    padding-bottom: 30px;
    width: 60%;
  }

  .about-title {
    /* font-family: "Forum", sans-serif; */
    font-family: "Forum";
    color: rgb(87, 117, 50);
    font-size: 20pt;
    padding-top: 50px;
    padding-left: 200px;
    padding-right: 20px;
    padding-bottom: 5px;
    text-align: center;
  }

  .about-main-content img {
    margin-top: 50px;
  }

  .about-description {
    /* font-family: "Libre Franklin", sans-serif; */
    font-family: "Forum";
    font-size: 10pt;
    padding-top: 20px;
    padding-left: 200px;
    padding-right: 50px;
    padding-bottom: 0px;
    line-height: 18pt;
    text-align: justify;
  }

  /* CONTACT FORM STYLES */
  .contact-row {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .contact-form-inner {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact-form-list-item {
    display: flex;
    justify-content: start;
    gap: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .contact-form-label {
    font-size: 12pt;
    padding-bottom: 10px;
  }

  .contact-number-field {
    padding: 5px;
  }

  .contact-field-div {
    width: 100%;
  }
}

/* PROPERTY LISTINGS STYLES */
a.listing-image {
  text-decoration: none;
}

.property-listings-main-content {
  width: 100%;
}

.property-listings-main-content #image-gallery {
  list-style: none;
  padding: 50px;
}

.property-listings-main-content #image-gallery .image-column {
  flex: 100%;
  margin-bottom: 8px;
  max-width: 100%;
  display: flex;
  justify-content: start;
}

.property-listings-main-content #image-gallery .image-column img {
  vertical-align: middle;
  width: 100%;
}

.property-listings-main-content #image-gallery .image {
  margin-right: 8px;
  margin-top: 2px;
  position: relative;
  width: 25%;
}

.image-column:last-child {
  margin-right: 0;
}

.property-listings-info {
  display: flex;
  justify-content: center;
  margin: 20px;
}

.property-listings-title,
.property-listings-price {
  color: #000;
  /* font-family: "Forum", sans-serif; */
  font-family: "Forum";
  padding: 10px;
  text-align: center;
}

.property-listings-title {
  font-size: 14pt;
}

.property-listings-price {
  font-size: 12pt;
}

@media screen and (max-width: 700px) {
  #image-gallery,
  .image-column {
    flex: 100%;
    max-width: 100%;
  }

  .image-column {
    flex: 45%;
    margin-bottom: 4px;
    margin-right: 4px;
    max-width: 100%;
  }

  #image-gallery .image-column:last-child,
  .next-to-Last {
    margin-bottom: 0;
  }

  #image-gallery .image-column:nth-child(even) {
    margin-right: 0;
  }

  .header {
    flex-direction: column;
    justify-items: center;
    padding: 20px;
  }

  .header-corcoran-logo {
    border-right: none;
    border-bottom: 1px solid #000;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    width: 132px;
  }

  .header-aore-logo {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-top: 20px;
    width: 210px;
  }

  .header-corcoran-logo img {
    width: 132px;
  }

  .header-aore-logo img {
    width: 210px;
  }

  .footer {
    height: 98px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: flex-end;
  }

  .footer-container {
    border: none;
    display: flex;
    padding: 10px;
    justify-items: end;
    width: 100%;
  }

  .footer-corcoran-logo {
    display: none;
  }

  .footer-aore-logo {
    display: none;
  }

  .footer-ig img {
    height: 50px;
    width: 50px;
    display: flex;
    justify-items: end;
  }

  p.copyright {
    padding: 0px 50px 0px 20px;
  }

  .mobile-footer-nav {
    display: block;
  }

  .footer-nav {
    display: none;
  }

  .navBar {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 30px;
  }

  .menu-button-container {
    display: flex;
  }

  .menu {
    align-items: center;
    flex-direction: column;
    gap: 0;
    justify-content: center;
    left: 0;
    margin-top: 140px;
    position: absolute;
    top: 0px;
    width: 50%;
    z-index: 10000;
  }

  .menu > li {
    background-color: rgba(232, 232, 232, 0.701);
    color: black;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    text-transform: uppercase;
    width: 100%;
  }

  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }

  #menu-toggle ~ .menu li {
    display: none;
  }

  #menu-toggle:checked ~ .menu li {
    display: flex;
    border: 1px solid #9f9a9a;
    height: 2.5em;
    padding: 0.5em;
  }

  .mobile-footer-nav p {
    font-size: 7px;
    vertical-align: middle;
  }

  .property-listings-main-content #image-gallery .image-column {
    flex: 100%;
    margin-bottom: 8px;
    max-width: 100%;
    display: list-item;
    justify-content: start;
  }

  .property-listings-main-content #image-gallery .image {
    margin-right: 8px;
    margin-top: 2px;
    position: relative;
    width: 100%;
  }

  /* ABOUT PAGE STYLES */
  .about-row {
    display: flex;
    flex-direction: column-reverse;
  }

  .about-side-rail {
    display: block;
    padding-bottom: 30px;
    width: 100%;
  }

  .about-main-content {
    align-items: start;
    width: 100%;
  }

  .about-title {
    /* font-family: "Forum", sans-serif; */
    font-family: "Forum";
    color: rgb(87, 117, 50);
    font-size: 20pt;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    text-align: center;
  }

  .about-main-content img {
    margin-top: 0px;
    width: 382px;
  }

  .about-description {
    /* font-family: "Libre Franklin", sans-serif; */
    font-family: "Forum";
    font-size: 10pt;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 50px;
    padding-bottom: 0px;
    line-height: 18pt;
    text-align: justify;
  }

  /* CONTACT FORM STYLES */
  /* .contact-row {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .contact-form {
    background-image: url("../images/Contact_Graphic-72DPI.png");
    background-size: contain;
    margin: 50px;
  }

  .contact-form-inner {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact-form-h1 {
    color: #000;
    padding-bottom: 14px;
    font-family: forum;
    font-size: 25pt;
  }

  .contact-form-list-item {
    display: flex;
    justify-content: start;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .contact-form-label {
    font-size: 12pt;
    padding-bottom: 10px;
  }

  .contact-number-field {
    padding: 5px;
  }

  .contact-field-div {
    width: 100%;
  }

  .contact-field-submit-div {
    display: flex;
    justify-content: end;
    width: 100%;
  } */
}

/* FOOTER STYLES*/
.footer-logos {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-links {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.footer-nav p {
  padding-left: 20px;
}

.footer-links a:link {
  color: #fff;
  font-size: 14px;
}

.footer-ig {
  margin-left: auto;
}

/* IMAGE GALLERY */
#image-gallery {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 0;
  /* padding-left: 4px;
  padding-right: 4px; */
}

/* Create four equal columns that sits next to each other */
/* .image-column {
  flex: 24%;
  margin-right: 8px;
  max-width: 25%;
} */

.image-column img {
  vertical-align: middle;
  width: 100%;
}

/* The overlay effect - lays on top of the container and over the image */
.image {
  margin-top: 8px;
  position: relative;
  width: 100%;
}

.image-column .image:first-child {
  margin-top: 0;
}

.image-column:last-child {
  margin-right: 0;
}

.image-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* background: rgba(29, 106, 154, 0.72); */
  background: rgba(87, 117, 50, 0.72);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s, visibility 0.2s;
}

.image:hover .image-overlay {
  visibility: visible;
  opacity: 1;
}

.property-title {
  display: flex;
  align-items: center;
  justify-items: center;
  /* border: 1px solid #fff; */
  /* height: 25%;
  width: 50%; */
}

.property-title p {
  border: 1px solid #fff;
  font-family: "Forum";
  font-size: 15pt;
  padding: 20px;
}

/* PROPERTY LISTING STYLES */
.property-listing-row {
  display: flex;
  justify-content: flex-start;
}

.side-rail {
  width: 30%;
}

.listing-main-content {
  width: 70%;
}

.listing-main-content #image-gallery {
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.listing-property-address-block {
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
}

.listing-property-title,
.listing-property-price,
.listing-property-address-1,
.listing-property-address-2,
.listing-property-bed-bath,
.listing-property-size,
.listing-property-mls,
.listing-property-representation {
  /* font-family: "Forum", sans-serif; */
  font-family: "Forum";
  text-align: center;
}

.listing-property-title {
  color: rgb(87, 117, 50);
  font-size: 20pt;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
}

.listing-property-price {
  font-size: 16pt;
}

.listing-property-address-1 {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0px;
}

.listing-property-address-2 {
  padding-top: 0px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.listing-property-address-1,
.listing-property-address-2,
.listing-property-bed-bath,
.listing-property-size,
.listing-property-mls,
.listing-property-representation {
  font-size: 12pt;
}

.listing-property-mls,
.listing-property-representation {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 0px;
}

.listing-property-representation {
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 30px;
}

.listing-property-description {
  /* font-family: "Libre Franklin", sans-serif; */
  font-family: "Forum";
  font-size: 10pt;
  line-height: 18pt;
  padding-top: 0px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 20px;
}

a.read-more {
  /* font-family: "Libre Franklin", sans-serif; */
  font-family: "Libre Franklin";
  font-size: 8pt;
  color: rgb(87, 117, 50);
}

.listing-image-column {
  flex: 100%;
  margin-bottom: 8px;
  max-width: 100%;
  display: flex;
  justify-content: start;
}

.listing-image-column img {
  vertical-align: middle;
  width: 100%;
}

.listing-image {
  margin-right: 8px;
  margin-top: 2px;
  position: relative;
  width: 25%;
}

.listing-image:last-child {
  margin-right: 0;
}

/* CONTACT FORM STYLES */
/* .contact-row {
  display: flex;
  align-items: center;
  justify-content: center;
} */

/* .contact-form {
  /* background-image: url("../images/Contact_Graphic-72DPI.png");
  background-size: contain; */
  margin: 50px;
} */

/* .contact-form-inner {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 40px;
  padding-right: 40px;
}

.contact-form-h1 {
  color: #000;
  padding-bottom: 14px;
  font-family: forum;
  font-size: 25pt;
}

/* .contact-form-list-item {
  display: flex;
  justify-content: start;
  gap: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.contact-form-label {
  font-size: 12pt;
  padding-bottom: 10px;
}

.contact-number-field {
  padding: 5px;
}

.contact-field-div {
  width: 100%;
} */

/* .contact-field-submit-div {
  display: flex;
  justify-content: end;
  width: 100%;
}

.contact-us-submit {
  background-color: rgb(87, 117, 50);
  color: #fff;
  font-family: forum;
  font-size: 16pt;
  height: 40px;
  margin-top: 20px;
  width: 120px;
}

.contact-ig-img {
  height: 40px;
  width: 40px;
  margin-top: 20px;
  margin-right: auto;
}

.contact-ig-img:hover {
  cursor: pointer;
} */

.contact_us .text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  line-height: 25px;
}

.contact_us .responsive-cell-block {
  min-height: 75px;
}

.contact_us input:focus {
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

.contact_us .container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: block;
}

.contact_us .responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.contact_us .responsive-container-block.big-container {
  background-color: #03a9f4;
  position: static;
  height: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
}

.contact_us .responsive-container-block.container {
  position: static;
  min-height: 75px;
  flex-direction: column;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.contact_us .container-block.form-wrapper {
  background-image: url("../images/Contact_Graphic-72DPI.png");
  background-size: contain;
  max-width: 1000px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 20px 7px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding-top: 90px;
  padding-right: 40px;
  padding-bottom: 75px;
  padding-left: 40px;
  margin-top: 80px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.contact_us .text-blk.contactus-head {
  font-size: 38px;
  line-height: 52px;
  font-weight: 900;
}

.contact_us .text-blk.contactus-subhead {
  color: #9c9c9c;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
}

.contact_us .responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12 {
  min-height: 50px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 55px;
  margin-left: 0px;
}

.contact_us .input {
  width: 96%;
  height: 48px;
  padding-top: 1px;
  padding-right: 15px;
  padding-bottom: 1px;
  padding-left: 15px;
  font-size: 16px;
  color: black;
  border-top-width: initial;
  border-right-width: initial;
  border-bottom-width: 3px;
  border-left-width: initial;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
  border-top-color: initial;
  border-right-color: initial;
  border-bottom-color: #d8d7d7;
  border-left-color: initial;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

.contact_us .textinput {
  width: 98%;
  min-height: 220px;
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #eeeeee;
  border-right-color: #eeeeee;
  border-bottom-color: #eeeeee;
  border-left-color: #eeeeee;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  font-size: 16px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #f1f2f3;
}

.contact_us .submit-btn {
  width: auto;
  background-color: rgb(87, 117, 50);
  color: #fff;
  height: 58px;
  font-family: forum;
  font-size: 20px;
  /* font-weight: 600; */
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: outset;
  border-right-style: outset;
  border-bottom-style: outset;
  border-left-style: outset;
  border-top-color: #767676;
  border-right-color: #767676;
  border-bottom-color: #767676;
  border-left-color: #767676;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding-top: 1px;
  padding-right: 60px;
  padding-bottom: 1px;
  padding-left: 60px;
  /* border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  border-bottom-left-radius: 35px; */
  cursor: pointer;
}

.contact_us .form-box {
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 80px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

.contact_us .text-blk.input-title {
  text-align: left;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  font-size: 19px;
  color: black;
  font-family: forum;
  font-weight: 600;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

.contact_us ::placeholder {
  color: #b4b4b4;
}

.contact_us .text-blk.contact-head {
  font-family: Forum;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  color: #000;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

.contact_us .text-blk.contact-subhead {
  max-width: 670px;
  font-size: 20px;
  line-height: 27px;
  color: white;
}

@media (max-width: 1024px) {
  .contact_us .responsive-container-block.container {
    padding-top: 0px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
  }

  .contact_us .container-block.form-wrapper {
    margin-top: 60px;
    margin-right: 0px;
    margin-bottom: 80px;
    margin-left: 0px;
  }
}

@media (max-width: 768px) {
  .contact_us .submit-btn {
    width: 100%;
  }

  .contact_us .input {
    width: 100%;
  }

  .contact_us .textinput {
    width: 100%;
  }

  .contact_us .container-block.form-wrapper {
    margin-top: 80px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .contact_us .text-blk.input-title {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .contact_us .container-block.form-wrapper {
    margin-top: 80px;
    margin-right: 0px;
    margin-bottom: 80px;
    margin-left: 0px;
  }

  .contact_us .text-blk.contact-subhead {
    font-size: 18px;
  }
}

@media (max-width: 500px) {
  .contact_us .container-block.form-wrapper {
    padding-top: 50px;
    padding-right: 15px;
    padding-bottom: 50px;
    padding-left: 15px;
  }

  .contact_us .container-block.form-wrapper {
    margin-top: 60px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .contact_us
    .responsive-cell-block.wk-ipadp-6.wk-tab-12.wk-mobile-12.wk-desk-6 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
  }

  .contact_us .responsive-container-block {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 35px;
    margin-left: 0px;
  }

  .contact_us .text-blk.input-title {
    font-size: 12px;
  }

  .contact_us .responsive-container-block.container {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .contact_us .container-block.form-wrapper {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-top: 50px;
    padding-right: 20px;
    padding-bottom: 50px;
    padding-left: 20px;
    margin-top: 50px;
    margin-right: 0px;
    margin-bottom: 80px;
    margin-left: 0px;
  }

  .contact_us .form-box {
    padding-top: 50px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .contact_us .text-blk.contact-head {
    font-size: 35px;
    line-height: 40px;
  }

  .contact_us .text-blk.contact-subhead {
    font-size: 16px;
    line-height: 24px;
  }

  .contact_us .text-blk.input-title {
    font-size: 16px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .contact_us
    .responsive-cell-block.wk-ipadp-6.wk-tab-12.wk-mobile-12.wk-desk-6 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 35px;
    margin-left: 0px;
  }

  .contact_us .input {
    height: 40px;
  }

  .contact_us .text-blk.contact-head {
    font-size: 37px;
    line-height: 35px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
}


/* Thanks-Row Styles*/


.thanks-row {
    justify-content: center;  
    align-items: center;      
    height: 40%;    
    margin-top: 100px;          
    margin: auto;
    width: 50%;
  
}

.thanks-title {
   /* font-family: "Forum", sans-serif; */
    font-family: "Forum";
    color: rgb(87, 117, 50);
    font-size: 24pt;
    padding-top: 20px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 5px;
    text-align: center;
}

.thanks-description {
  font-size: 18px;
  color: #00000;
  text-align: center;
  margin-top: 10px;
}

.thanks-home {
  font-size: 16px;
  color: rgb(87, 117, 50) !important;
  text-align: center;
  margin-top: 10px;
}
