/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.contact-us-landing-page {
  padding-top: 0;
  padding-bottom: 0; }
  @media (min-width: 769px) {
    .contact-us-landing-page {
      min-width: none;
      margin-bottom: 20px;
      margin-bottom: 1.25rem; } }
  @media (min-width: 992px) {
    .contact-us-landing-page .default-header {
      margin-bottom: 10px;
      margin-bottom: 0.625rem; } }
  .contact-us-landing-page .custom-dropdown .select-selected {
    border-color: #323036;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    height: 50px;
    height: 3.125rem;
    padding: 10px;
    padding: 0.625rem; }
  .contact-us-landing-page .card {
    border-color: #000; }
  @media (min-width: 992px) {
    .contact-us-landing-page .card-body {
      padding: 30px;
      padding: 1.875rem; } }
  .contact-us-landing-page .checkbox-wrpapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.contact-checkboxes .custom-checkbox {
  margin-right: 30px;
  margin-right: 1.875rem; }
  .contact-checkboxes .custom-checkbox .custom-control-label {
    font-family: "GL Bader Regular", "Arial", sans-serif /*rtl:prepend:Almarai, */;
    white-space: nowrap;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 15px;
    line-height: 0.9375rem;
    -ms-flex-align: center;
        align-items: center; }
    .contact-checkboxes .custom-checkbox .custom-control-label::before {
      top: 3px;
      top: 0.1875rem; }

@media (min-width: 992px) {
  .subscribe-contact-us {
    max-width: 390px;
    max-width: 24.375rem; } }

.contact-us-form-text-wrapper p {
  font-family: "GL Bader Bold", "Arial Black", sans-serif /*rtl:prepend:Almarai, */;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem; }

.contactus-card-wrapper h2 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
  margin-bottom: 11px;
  margin-bottom: 0.6875rem; }

.contactus-card-wrapper p {
  opacity: 0.6;
  line-height: 28px;
  line-height: 1.75rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem; }

.contactus-card-wrapper .card {
  border: none;
  background-color: #eee; }

.contact-us-recommendations {
  margin-top: 10px;
  margin-top: 0.625rem; }
  @media (min-width: 992px) {
    .contact-us-recommendations {
      margin-top: 65px;
      margin-top: 4.0625rem; } }

.contact-us-thankyou-text-wrapper {
  background-color: #eee;
  padding: 1.25rem; }
  @media (min-width: 992px) {
    .contact-us-thankyou-text-wrapper {
      padding: 30px;
      padding: 1.875rem; } }
  .contact-us-thankyou-text-wrapper h2 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
    margin-bottom: 11px;
    margin-bottom: 0.6875rem; }

:root {
  overflow: -moz-scrollbars-none !important;
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
  --contact-iframe: 1380px; }
  @media (max-width: 1199.98px) {
    :root {
      --contact-iframe: 1660px; } }
  @media (max-width: 543.98px) {
    :root {
      --contact-iframe: 1460px; } }
  :root ::-webkit-scrollbar {
    display: none !important; }

.contact-us-landing-page .contact-us-iframe {
  width: 100%;
  border: 0;
  height: var(--contact-iframe);
  height: var(--contact-iframe); }

/*# sourceMappingURL=contactUs.css.map*/