:root {
  --primary-color: #F03D36;
  --secondary-color: #FFFFFF;
  --text-color: #222222;
  --button-color: #D42E27;
  --bg-color: #FFF5F4;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.general-notification {
  display: none;
}

#toastr-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}

.toastr-top-right {
  top: 100px;
  right: 12px;
}

::-moz-placeholder {
  color: #AAA4A4;
  opacity: 1;
}

::placeholder {
  color: #AAA4A4;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #AAA4A4;
}

::-ms-input-placeholder {
  color: #AAA4A4;
}

.contact-us {
  margin-top: 100px;
  margin-bottom: 80px;
}
.contact-us .box {
  display: inline-flex;
  align-items: center;
  text-align: initial;
  background-color: #FFFFFF;
  box-shadow: 0rem 0.5rem 1rem rgba(0, 0, 0, 0.1);
  padding: 5px 20px;
  border-radius: 20px;
  width: 96%;
  padding-top: 15px;
}
.contact-us .box h6 {
  font-size: 21px;
}

.form .get-in-touch {
  padding-bottom: 100px;
}
.form .get-in-touch h1 {
  font-size: 24px;
}
.form .get-in-touch .text {
  padding-right: 200px;
}
.form .get-in-touch .get input {
  border: 1px solid #D1D1D1;
  border-radius: 0;
  height: 52px;
  font-size: 16px;
  margin-bottom: 5px;
}
.form .get-in-touch .get select {
  border: 1px solid #D1D1D1;
  border-radius: 0;
  height: 52px;
  font-size: 16px;
  margin-bottom: 20px;
}
.form .get-in-touch .get textarea {
  border: 1px solid #D1D1D1;
  border-radius: 0;
  height: 100px;
  width: 100%;
  padding: 5px 12px;
  font-size: 16px;
  margin-bottom: 20px;
}
.form .get-in-touch .get .form-button {
  padding: 8px 50px;
  background-color: var(--button-color);
  color: var(--secondary-color);
  border: none;
  font-size: 16px;
}
.form .get-in-touch .get .form-button:hover {
  background: var(--text-color);
  transition: 0.5s;
}
.form .select2-container--bootstrap5.select2-container--focus:not(.select2-container--disabled) .form-select-solid, .form .select2-container--bootstrap5.select2-container--open:not(.select2-container--disabled) .form-select-solid {
  background: none;
}
.form .form-select.form-select-solid {
  background-color: none;
  border: 1px solid #D1D1D1;
  color: none;
  transition: color 0.2s ease;
  height: 53px;
  border-radius: 0px;
}

.map {
  padding-top: 80px;
  padding-bottom: 50px;
  background: var(--bg-color);
}

.global-reach {
  background: var(--bg-color);
}
.global-reach .global-text.text-center {
  padding: 0px 100px;
}
.global-reach h1 {
  font-size: 34px;
  margin-bottom: 25px;
}
.global-reach h1 span {
  color: var(--primary-color);
}

@media (max-width: 1199px) {
  .contact-us {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .contact-us .box h6 {
    font-size: 18px;
  }
  .contact-us .box img {
    max-width: 75px;
  }
  .form .get-in-touch .text {
    padding-right: 80px;
  }
}
@media (max-width: 991px) {
  .form .get-in-touch {
    padding-bottom: 50px;
  }
  .form .get-in-touch .text {
    padding-right: 0px;
    margin-bottom: 25px;
  }
  .contact-us {
    font-size: 13px;
  }
  .contact-us .box {
    width: 100%;
    padding: 0px 11px;
    border-radius: 15px;
    padding-top: 8px;
  }
}
@media (max-width: 767px) {
  .contact-us {
    margin-top: 40px;
    margin-bottom: 15px;
  }
  .contact-us .col-lg-4 {
    padding: 0;
    margin-bottom: 15px;
  }
  .map {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .global-reach h1 {
    font-size: 20px;
  }
  .global-reach .global-text.text-center {
    padding: 0px 20px;
  }
}
html[lang=ar] .contact-us .box img {
  margin-left: 10px;
}
