:root {
  --blue: #3997f8;
}
body {
  background-color: #f9fafc;
}
* {
  font-family: "Montserrat", sans-serif;
}
.heading,
.contact-heading {
  font-weight: 500;
}
.text-blue {
  color: var(--blue);
}
.sub-heading {
  font-size: 20px;
}
.font-weight-medium {
  font-weight: 500;
}
.border-left-blue {
  border-left: 5px solid var(--blue);
}
.para-color {
  color: #787878;
}
.btn-blue {
  background-color: #37a0f9;
  color: white;
  width: 100%;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25) !important;
}
.btn-blue:hover {
  color: white;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
::placeholder {
  color: #bfbfbf !important;
  opacity: 1; /* Firefox */
}
.form-element {
  font-size: 15px;
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 28px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-label {
  font-family: "Khula", sans-serif;
  font-weight: 600;
  color: #4a4a4a;
}
.page-select {
  width: 100%;
  color: #bfbfbf;
  padding: 17px 28px;
  border: 1px solid #ced4da;
  display: block;
  background-color: white;
  --webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact-us-form {
  /* background-color: #fafbfc; */
  box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.16);
}
.section-heading {
  font-weight: bold;
}
.status {
  color: white;
  text-align: center;
  padding: 6px;
  margin-top: 10px;
  border-radius: 0.25rem;
}

.status.success {
  background: #00a86b;
}

.status.red {
  background: #ff0000;
}
/* The container must be positioned relative: */
.custom-select-country {
  position: relative;
  font-family: Arial;
}

.custom-select-country select {
  display: none; /*hide original SELECT element: */
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
  top: 50%;
  transform: translateY(-50%);
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;

  /* padding: 17px 28px; */
  background-color: white;
  cursor: pointer;
}
.select-selected {
  padding: 17px 28px;
}
.select-items div {
  width: 100%;
  /* color: #bfbfbf; */
  padding: 10px;
}
.select-selected {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
										supported by Chrome, Edge, Opera and Firefox */
  position: relative;
  border: 1px solid #ced4da;
  color: #bfbfbf;
}
.disabled-div {
  pointer-events: none;
  opacity: 0.4;
}
/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #37a0f9;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  height: 300px;
  border: 1px solid #ced4da;
  overflow: auto;
}
.select2-container {
  width: 100% !important;
}
.text-light {
  color: #bfbfbf !important;
}
.select2-selection__rendered {
  line-height: 58px !important;
  padding-left: 28px !important;
}
.select2-dropdown .select2-results__option {
  position: relative !important;
}
.select2-selection {
  outline: none;
  border: 1px solid #ced4da !important;
}
.select2-selection:focus {
  outline: none !important;
  border: 1px solid rgb(144, 144, 144) !important;
}
.select2-container .select2-selection--single {
  height: 58px !important;
  /* border: 1px solid #ced4da !important; */
}
.select2-selection__arrow {
  height: 58px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-width: 8px 6px 0 6px !important;
  margin-left:-10px !important;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0 6px 8px 6px !important;
  margin-left:-10px !important;
}
/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}
.select-items div:hover {
  color: white;
}
.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.same-as-selected {
  background-color: #37a0f9 !important;
  color: white;
}
label.error {
  font-size: 12px !important;
  color: #ff0000;
}
input:focus {
  border: 1px solid rgb(144, 144, 144) !important;
  outline: none;
}
textarea:focus {
  border: 1px solid rgb(144, 144, 144) !important;
  box-shadow: none !important;
}
.form-control:disabled {
  background-color: #ffff;
  opacity: 1;
}
.contact-us-form {
  position: relative;
}
.contact-us-form::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #fff;
  opacity: 50%;
  z-index: -1;
}
.text-black {
  color: #000;
}
.modal-btn:hover {
  text-decoration: underline;
  color: var(--blue);
}
.modal-btn:focus {
  box-shadow: none;
}
a {
  color: var(--blue);
}
.close {
  font-size: 2.5rem;
  font-weight: 500;
}
.logo-img {
  width: 215px;
  height: 100px;
}

.lang-select-container{
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-right: 25px;
}

.lang-chooser-select{
  outline: none;
  padding: 10px 20px;
}

.formbtns-container{
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  justify-content: flex-end;
}

.login-btn{
  color: white;
  background: #3997F8;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 9px 30px;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .heading {
    font-size: 45px;
    line-height: 67px;
    font-weight: 500;
  }
  .font-md-22 {
    font-size: 22px;
  }
  .section-heading {
    font-size: 25px;
  }
  .contact-heading {
    font-size: 25px;
  }
  textarea {
    padding: 28px !important;
  }
}
@media (min-width: 1400px) {
  .container-lg {
    max-width: 1340px !important;
  }
}
@media (max-width: 767px) {
  .heading {
    font-size: 25px;
  }
  .contact-heading,
  .section-heading {
    font-size: 20px;
  }
  .form-element,
  textarea {
    padding: 20px;
  }
  .page-select {
    padding: 9px 20px;
  }
  .font-18-res {
    font-size: 18px;
  }
}
