.fsp-wrapper {
  color: #212934;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1368px;
  margin: auto;
  font-size: 16px;
  font-weight: 300;
}
.fsp-wrapper a {
  text-decoration: none;
  color: #212934;
}
.fsp-wrapper header {
  display: block;
}
.fsp-wrapper .tile {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.fsp-wrapper .tile img {
  width: 100%;
}
.fsp-wrapper .fsp-main-title, .fsp-wrapper p {
  width: 100%;
}

.fsp-wrapper:nth-child(2) {
  border-bottom: none;
}

.fsp-main-title {
  line-height: 2.5rem;
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 700;
}

.main-wrapper {
  display: none;
}

#product-search-section {
  display: flex;
  margin-bottom: 30px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.header-title {
  width: 90%;
  margin: auto;
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
}

#select-by-model-number {
  margin-bottom: 30px;
}

#modelSelect {
  position: relative;
}

.ui-menu-item .ui-menu-item-wrapper {
  display: flex;
  -moz-column-gap: 20px;
   column-gap: 20px;
  align-items: center;
}

input, #searchBrand {
  padding: 10px 0;
  width: 100%;
  background-color: #fff;
  color: #757575;
  border: 1px solid #d8d8d8;
  text-indent: 10px;
  border-radius: 4px;
  -webkit-appearance: initial;
  font-size: 14px;
  height: 47px;
}

option {
  color: #212934;
}

#inactive-placeholder {
  color: #757575;
}

.search-input {
  background-color: #f9f9f9;
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  position: relative;
  padding: 10px;
  width: 100%;
}
.search-input:focus {
  background-color: #C4E8F6;
}
.search-input:active {
  background-color: #C4E8F6;
}

.searchBtn {
  padding: 5px;
  color: #fff;
  background-color: #d41e3d;
  outline: 1px solid #d41e3d;
  border-style: unset;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  width: 48px;
  height: 45px;
  position: absolute;
  top: 46.25% !important;
  transform: translateY(-20px);
  right: 11px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.searchBtn:hover {
  background-color: #EA2F4F;
}

#or-container p {
  font-weight: 500;
}

.or-text {
  font-weight: 500;
}

#decision-tree {
  text-align: center;
  padding: 20px;
}

.dt-wrapper-background {
  position: relative;
}

#dt-card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  row-gap: 20px;
}

.dt-card {
  cursor: pointer;
  padding: 20px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #D8d8d8;
  box-shadow: 10px 8px 11px -10px rgba(0, 0, 0, 0.25);
}
.dt-card p {
  font-size: 16px;
  font-weight: 500;
  color: #212934;
  margin: 4px;
}
.dt-card:hover {
  box-shadow: 10px 8px 11px -10px rgba(0, 0, 0, 0.55);
}
.dt-card img {
  width: 2rem;
}

#parent-product-search-area {
  display: flex;
  flex-direction: column;
}

.results-message {
  font-weight: 700;
  font-size: 26px;
  text-align: center;
}

.noResults {
  text-align: center;
  margin-bottom: 40px;
}
.noResults p, .noResults i {
  font-size: 16px;
  font-weight: 300;
}

.product-card-wrapper h3 {
  margin-top: 0;
}

.product-card-wrapper > div {
  margin-bottom: 30px;
}

.product-card-wrapper > div:last-child {
  margin-bottom: unset;
}

.main-product-section {
  padding: 20px;
  border-radius: 2px;
}

.product-header {
  font-size: 20px;
  font-weight: 500;
  margin: 4px;
}

.main-product-image {
  width: 50%;
  max-width: 225px;
  display: flex;
  margin: auto;
}

.prod-copy {
  margin-top: 30px;
}

#warranty-info {
  font-size: 14px;
  color: #004E7D;
  font-weight: 500;
  margin-top: 16px;
  text-align: right;
}
#warranty-info a {
  color: #004E7D;
  text-decoration: underline;
}

.video-section, .manuals-section {
  padding: 20px;
}

.video-link, .manual-link {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
  cursor: pointer;
}

.video-link:last-child, .manual-link:last-child {
  margin-bottom: 0;
}

.video-link img, .manual-link img {
  width: 50px;
  height: 50px;
  margin-right: 16px;
}

.video-link p, .manual-link p {
  font-size: 16px;
  font-weight: 400;
}

.video-link-wrapper {
  display: flex;
  align-items: center;
}

.pdf-link {
  display: flex;
  align-items: center;
}

.main-product-section, .video-section, .manuals-section {
  border: 1px solid #d8d8d8;
  border-radius: 2px;
}

.or-wrapper {
  align-items: center;
  margin: auto;
  max-width: 30px;
}

#brand-search-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 30px;
}

.hide {
  display: none !important;
}

.brand-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  border: 1px solid #d8d8d8;
  padding: 20px;
  border-radius: 2px;
  cursor: pointer;
}

.brand-card-image {
  width: 50%;
  margin-bottom: 16px;
}

.brand-card-name {
  font-weight: 500;
  text-align: center;
}

.brand-card-model-number, .accessory-model-number {
  font-size: 14px;
  font-weight: 300;
}

.brandedInfo {
  text-align: center;
}
.brandedInfo h2 {
  margin-bottom: 0px;
}
.brandedInfo p {
  margin-top: 0;
  font-size: 14px;
}
.brandedInfo .brand-phoneNumber, .brandedInfo .brand-webSite {
  font-size: 26px;
  font-weight: 300;
}
.brandedInfo .brand-webSite {
  text-decoration: underline;
}

.brand-image {
  width: 100%;
}

.brand-logo {
  max-width: 300px;
  cursor: pointer;
}

#tabs {
  margin-top: 30px;
  border: none;
}

ul {
  list-style-position: none;
}

.ui-widget-header {
  border: unset;
  border-bottom: 1px solid #d8d8d8;
  display: flex;
  background: #fff;
  color: #212934;
  text-transform: capitalize;
  list-style: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #004E7D;
  background: #004E7D;
}

.ui-widget, #ui-id-2 {
}

.swiper {
  width: 100%;
  height: 300px;
}

.swiper-slide a {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: baseline;
  justify-content: space-around;
  gap: 16px;
  border-bottom: 1px solid #d8d8d8;
}
.swiper-slide a div {
  margin-bottom: 10px;
}
.swiper-slide a .accessory-desc {
  font-size: 14px;
  font-weight: 400;
  max-width: 160px;
  overflow-wrap: break-word;
}
.swiper-slide a img {
  max-width: 120px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  color: #fff;
  background-color: #212934;
  width: 43px;
  height: 80px;
  border-radius: 4px;
  font-weight: 700;
  box-shadow: 0 0 2px 0px #333;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  font-size: 20px;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 2px);
  left: auto;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 2px);
  right: auto;
}

#left-fade, #right-fade {
  height: 100px;
  height: 100%;
  width: 50px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 0, 0, 0), rgb(255, 255, 255));
  z-index: 2;
}

#right-fade {
  left: unset;
  right: 0;
  background-image: linear-gradient(to right, rgba(255, 0, 0, 0), rgb(255, 255, 255));
}

input:focus, select:focus {
  outline: none;
}

#video-modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.72);
}

.video {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.youtube-video {
  aspect-ratio: 16/9;
  width: 75%;
  overflow: hidden;
  max-height: 540px;
  max-width: 960px;
}

.modal-close-btn {
  position: fixed;
  top: 24px;
  right: 24px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAMvSURBVHja7Js9aBRBFMd/d1lPY6FiJVjY+Fkoxl7wA1Q0prQRS6tgoZV2MWIRRVHUUq3U+JnESrS2sBXBzipREWMlATXwt8gFznC5nd15M7Nn8uC45nZnfr/dY96+N1uTxFKOOks8lgUU/H2t4tJqIQUcAiaBGeBymcECRgO4B/wBPgJ9zkdKcvkclfRL/8ZtSTXH40N+GpLGF8zth6Q9Lse7DHCsDXxVJLSDLyQhb4B+Sb/VOVJJ6ATfKqGvrIDjDvCpJLjAz8d0JwmLDTBQAD62hIakiYJzm5a021VAfwn4WBLKwLdK2JUnIJP0XX4RSoIP/Hy8W3jeepv1dL3nmjwI3DLOExrAU2DA8zwb8xKhGeCuwYQtJTSAZwbwAHdcEqFM0mPZhO/foSHppdFcrraby2IDV0FCcPi8PCClhCjwLplgCgkrDeGv5I3pcjViSogK7yogloTo8EUEhJaQBL6oAGsJ9yVtkrRD0qsU8JKolagKZ8AD4ETFymFXgPOAQpXE5mMWOAk86XZ4n6pwlSSUhvcti1dBghe8RV8gpYQRX3irxkgKCSPABV94y85QTAlm8NatsRgSTOGBUnmAS57w3KiA0Ro3gHOW8KEEAOwE3hvfXWubFauu6A6vCND07OmW9viq5vpsGT3AtRAN2XoA+BfAwQBiTweoNpMZw48BRwKuAoPN7zNVWwZjwAfpO9S7DN5cQmYAPw4cTvAsYPJ3qHcpvNmdUO9ieBMJZQT0AhMVgfeWUC8BP87cjjHfuA6sATY0c4c0EgpUUHslvTaq3l5aUL1N1oarAnxSCVWBTyYhJvyw41XJJI3GkpAH/yYyfHQJi01gdUL4qBKqCh9NQrtBx4wGvGi0XS6T9MhoTkN5AtZVDN5awlTePsGfwDfPjGwYGDKu3s4Cp4BRz/N8cskED0iaqciVt7wTvkra5roKlJEQGt5HwhdJ24vmAUUkDEV+VyCT9NBxbp/bXXnXTNBFQmz4IhI6wrs+C+zvICEVvIuEKUlbrZ4G97WRkBq+k4RJSVusd4ntlfSheVudrQh8q4SbmntH6K2kzSF3if1Xsfzq7LKAJR5/BwCdAQBJn4egPgAAAABJRU5ErkJggg==") no-repeat;
  background-size: 24px 24px;
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  -o-background-size: 24px 24px;
}

@media screen and (min-width: 768px) {
  .fsp-wrapper header {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }
  header {
    gap: 30px;
  }
  .fsp-main-title {
    font-size: 58px;
    line-height: 3rem;
  }
  .header-title {
    font-size: 26px;
  }
  #dt-card-wrapper {
    flex-direction: row;
    -moz-column-gap: 18px;
         column-gap: 18px;
    margin-top: 20px;
  }
  .dt-card {
    min-width: 272px;
  }
  .dt-card p {
    font-size: 18px;
  }
  .dt-card img {
    width: unset;
  }
  #product-search-section {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  .search-input {
    width: 430px;
  }
  #searchBrand, #model-select {
    padding: 12px 0;
  }
  .results-area {
    width: 100%;
  }
  .product-card-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 16px;
  }
  .or-wrapper {
    margin: unset;
  }
  .brand-image {
    width: 50%;
  }
  .title-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
  }
  .main-product-section {
    width: 49.5%;
  }
  .video-section, .manuals-section {
    width: 23.25%;
  }
  .main-product-image {
    width: 24%;
  }
  .main-model-number {
    font-weight: 300;
    font-size: 14px;
  }
  .product-header {
    line-height: 30px;
    font-size: 26px;
    width: 68%;
  }
  .product-card-wrapper > div {
    margin-bottom: 30px;
  }
  .product-card-wrapper > div:last-child {
    margin-bottom: 30px;
  }
  #brand-search-area {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .product-card-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 0px;
  }
  .main-product-section {
    width: unset;
    grid-area: 1/1/2/5;
  }
  .video-section {
    grid-area: 2/1/3/3;
  }
  .manuals-section {
    grid-area: 2/3/3/5;
  }
  .video-section, .manuals-section {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  #dt-card-wrapper {
    flex-direction: row;
    -moz-column-gap: 60px;
         column-gap: 60px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .fsp-wrapper header {
    flex-direction: row;
  }
  .fsp-wrapper header .header-text {
    width: 48%;
  }
  .brandedInfo {
    max-width: 900px;
    margin: auto;
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    outline: 1px solid #d8d8d8;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
  }
  .brand-logo {
    max-width: 180px;
  }
  .brand-image {
    width: 100%;
  }
  .brandedInfo-wrapper {
    display: flex;
  }
  #wrapper-right {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
  }
}

/*FORM*/

  .forms-container .form-content {
    width: 96%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-family: 'Kanit';
  }


  .forms-container label,
  .forms-container .google-terms,
  .forms-container .google-terms a,
  .attach-image span,
  #custom-text {
    color: #fff;
  }

  .forms-container textarea {
    padding-left: 10px;
    padding-top: 10px;
    height: 180px;
  }

  #attachment-form {
    background-color: #004e7d;
    padding: 2%;
	  display: none;
  }
	
	#attachImageForm .show-error {
		display: block;
	}

  .forms-container .main-title h3 {
    text-align: center;
    font-weight: 500;
    font-size: 26px !important;
    line-height: 36px;
    color: #fff;
    margin: 20px 0;
  }

  .alertInline.success.fill {
    background-color: #ffd9c8;
  }

  .bottom-warp {
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    align-items: flex-start;
  }

  .send-button {
    order: 2;
  }

  .submit {
    background-color: #d41e3d;
    font-size: 16px;
    color: #ffffff !important;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    display: flex;
    float: right;
    border-radius: 4px;
    padding: 14px 68px;
    line-height: inherit;
    border: none;
    cursor: pointer;
  }
	
 .remove-svg {
	display: none;
    fill: white;
    width: 1em;
    height: 1em;
    font-size: 20px;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
	 margin-top: 3px;
	 margin-right: 5px;
}

  .submit:hover {
    background-color: #ea2f4f;
  }

  .submit:active {
    background-color: #ed768a;
  }

  .attach-image {
    display: flex;
    margin-bottom: 12px;
  }

  .attach-text {

    color:#fff;
  }

/*.attach-text {
    min-width:95px;
  }*/

.attach-text p {display:inline-block;margin-left: 10px;cursor:pointer;border-right: 2px solid white;}
.attach-text p:first-child{margin-left: 0}
.attach-text span {padding-left:5px;padding-right: 10px;}
.attach-text p:last-child{border: none}

  .attach-image span {
    color: #212934;
    font-size: 16px;
  }

  .image-button {
    border: none;
    cursor: pointer;
    margin-left: 10px;
    background-color: unset;
  }

  .image-button img {
    /* height: 16px;
    width: 20px; */
    display: flex;
  }

  .forms-container {
    background-color: #f7f7f7;
    padding: 2%;
  }

  .forms-container h3 {
    text-align: center;
  }

  .forms-container .form-content,
  .forms-container #header-msg {
    width: 100% !important;
  }

  .forms-container h4 {
    margin: 22px 0 10px;
    width: 100%;
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    color: #212934;
    text-transform: capitalize;
  }

  .forms-container .lable-grp {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 12px;
    border-bottom: 1px solid #dddddd;
  }

  .alertInline.success.fill {
    background-color: #ffd9c8;
  }

  .forms-container .lable-grp.bg-gray {
    background-color: #f1f1f1;
    border-bottom: 0;
    margin-top: 10px;
  }

  .forms-container .lable-grp span {
    font-size: 16px;
    font-weight: 300;
    color: #212934;
    font-weight: 500;
  }

  .forms-container .lable-grp div {
    width: 25%;
    text-align: center;
  }

  .forms-container .lable-grp label {
    font-size: 16px;
    font-weight: 500;
    color: #212934;
    text-align: left;
    display: block;
  }

  .forms-container .input-grp.fullw {
    margin-top: 0;
  }

  .input-grp.three-across .search-dates {
    width: 200px;
    position: relative;
    margin-top: 0;
  }

  .input-grp.three-across .search-dates span.calender-icon {
    top: 49px;
  }

  .daterangepicker .calendar-table {
    border-radius: 4px;
    background-color: #fff;
    width: 275px;
    padding: 5px 0;
  }

  .search-dates span.calender-icon {
    background: url("../jpg/icon_cal.jpg");
    background-repeat: no-repeat;
    position: absolute;
    width: 22px;
    height: 22px;
    z-index: 5;
    left: 10px;
    top: 5px;
  }

  .input-grp.three-across {
    display: flex;
    position: relative;
    justify-content: space-between;
  }

  .input-grp.three-across .search-dates input {
    width: 100%;
    position: relative;
    padding: 5px 25px 0 40px;
  }

  .search-dates input {
    cursor: pointer;
  }

  .search-dates .arrow {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    position: absolute;
    right: 10px;
    top: 57px;
  }

  .daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 278px;
    max-width: none;
    padding: 0;
    margin-top: 7px;
    top: 100px;
    left: 20px;
    z-index: 3001;
    display: none;
    font-family: arial;
    font-size: 15px;
    line-height: 1em;
  }

  .daterangepicker:before,
  .daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: "";
  }

  .daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc;
  }

  .daterangepicker.opensright:before {
    left: 9px;
  }

  .daterangepicker td.disabled,
  .daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through;
  }

  .daterangepicker .calendar-table th,
  .daterangepicker .calendar-table td {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    min-width: 32px;
    width: 32px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
  }

  .daterangepicker .calendar-table .prev span {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }

  .daterangepicker th.month {
    width: auto;
  }

  .daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%;
  }

  .daterangepicker select.monthselect,
  .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default;
  }

  .daterangepicker .calendar-table th,
  .daterangepicker .calendar-table td {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    min-width: 32px;
    width: 32px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
  }

  .daterangepicker .calendar-table .next span,
  .daterangepicker .calendar-table .prev span {
    color: #fff;
    border: solid #000;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    display: inline-block;
    padding: 3px;
  }

  .daterangepicker .calendar-table .prev span {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }

  .daterangepicker .calendar-table .next span {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  .drp-buttons {
    display: none;
  }

  .daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%;
  }

  #zip-grp .input-grp {
    display: none;
  }

  @media screen and (min-width: 586px) {
    .bottom-warp {
      display: block;
    }
  }

input::placeholder, #image::placeholder {
  font-weight: 400 !important; 
  color:#BCBEC0 !important;
}

.forms-container input[type=text], .forms-container input[type=email] {
  color:#212934 !important; 
  font-size: 14px;
}

  .success-modal {
  display:flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0,0,0,0.72);
  font-weight: 300;
}

.modal-close-btn {
  position: fixed;
  top: 24px;
  right: 24px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAMvSURBVHja7Js9aBRBFMd/d1lPY6FiJVjY+Fkoxl7wA1Q0prQRS6tgoZV2MWIRRVHUUq3U+JnESrS2sBXBzipREWMlATXwt8gFznC5nd15M7Nn8uC45nZnfr/dY96+N1uTxFKOOks8lgUU/H2t4tJqIQUcAiaBGeBymcECRgO4B/wBPgJ9zkdKcvkclfRL/8ZtSTXH40N+GpLGF8zth6Q9Lse7DHCsDXxVJLSDLyQhb4B+Sb/VOVJJ6ATfKqGvrIDjDvCpJLjAz8d0JwmLDTBQAD62hIakiYJzm5a021VAfwn4WBLKwLdK2JUnIJP0XX4RSoIP/Hy8W3jeepv1dL3nmjwI3DLOExrAU2DA8zwb8xKhGeCuwYQtJTSAZwbwAHdcEqFM0mPZhO/foSHppdFcrraby2IDV0FCcPi8PCClhCjwLplgCgkrDeGv5I3pcjViSogK7yogloTo8EUEhJaQBL6oAGsJ9yVtkrRD0qsU8JKolagKZ8AD4ETFymFXgPOAQpXE5mMWOAk86XZ4n6pwlSSUhvcti1dBghe8RV8gpYQRX3irxkgKCSPABV94y85QTAlm8NatsRgSTOGBUnmAS57w3KiA0Ro3gHOW8KEEAOwE3hvfXWubFauu6A6vCND07OmW9viq5vpsGT3AtRAN2XoA+BfAwQBiTweoNpMZw48BRwKuAoPN7zNVWwZjwAfpO9S7DN5cQmYAPw4cTvAsYPJ3qHcpvNmdUO9ieBMJZQT0AhMVgfeWUC8BP87cjjHfuA6sATY0c4c0EgpUUHslvTaq3l5aUL1N1oarAnxSCVWBTyYhJvyw41XJJI3GkpAH/yYyfHQJi01gdUL4qBKqCh9NQrtBx4wGvGi0XS6T9MhoTkN5AtZVDN5awlTePsGfwDfPjGwYGDKu3s4Cp4BRz/N8cskED0iaqciVt7wTvkra5roKlJEQGt5HwhdJ24vmAUUkDEV+VyCT9NBxbp/bXXnXTNBFQmz4IhI6wrs+C+zvICEVvIuEKUlbrZ4G97WRkBq+k4RJSVusd4ntlfSheVudrQh8q4SbmntH6K2kzSF3if1Xsfzq7LKAJR5/BwCdAQBJn4egPgAAAABJRU5ErkJggg==') no-repeat;
  background-size: 24px 24px;
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  -o-background-size: 24px 24px;
}
.success-modal-message {
  width: 80%;
  max-width: 460px;
  max-height: 500px;
  margin: auto;
  padding: 20px;
  background-color:#fff;
  display:flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-family: 'Kanit';
}

.gi-logo{text-align: center;}

.message-close-btn, .message-close-btn:hover,.message-close-btn:active,.message-close-btn:focus {
    background-color: #fff;
    border: 2px solid #004e7d;
    color: #004e7d;
    border-radius: 8px;
    width: 247px;
    height: 48px;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    display: block;
    margin:20px auto;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
}

.req-text-msg {
  margin: auto;
  margin-top: 0;
  max-width: 346px;
}

#request-success-msg {
  margin: 0 0 20px;
}

.bolded-text {
  font-weight: 500;
  font-size: 20px;
}

.forms-container .bolded-text p span {
	font-size: 16px;
}

.forms-container .bolded-text p {margin-top: 10px}
	
.bolded-text.error-txt {
  color:#ea2f4f;
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.order-num-container {
  margin: 24px 0;
  margin-bottom: 20px
}
