.contact-banner {
  height: 236px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .contact-banner {
    height: 92px;
  }
}

.get-touch-form h2 {
  font-size: 56px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -1px;
  max-width: 450px;
}
@media (max-width: 767px) {
  .get-touch-form h2 {
    font-size: 36px;
    line-height: 40px;
    max-width: 100%;
  }
}
.get-touch-form input,
.get-touch-form textarea,
.get-touch-form select {
  border: 0.5px solid #C1C1C1;
  padding: 8.5px 10px;
  width: 100%;
  font-size: 16px;
  border-radius: 3px;
  background: #fff;
  color: #262020;
  font-weight: 300;
  height: 41px;
  letter-spacing: 0.2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.get-touch-form .input-field::-moz-placeholder {
  color: #B6B6B6;
}
.get-touch-form .input-field::placeholder {
  color: #B6B6B6;
}
.get-touch-form .input-field:-ms-input-placeholder {
  color: #B6B6B6;
}
.get-touch-form .input-field::-ms-input-placeholder {
  color: #B6B6B6;
}
.get-touch-form .border-line {
  border-top: 1px solid #E0E0E0;
}

.package-content .track-heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #515151;
}
.package-content a,
.package-content p {
  font-size: 18px;
  font-weight: 400;
  color: #858585;
  line-height: 28px;
}

.form-inner {
  background: #F9F9F9;
  border: 1px solid #D0D0D0;
  padding: 30px 40px 40px;
  color: #43525A;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .form-inner {
    padding: 20px 20px;
  }
}
.form-inner span {
  color: #f53a3a;
}
.form-inner textarea.input-field {
  height: 120px;
  resize: none;
}
.form-inner .blue-btn {
  display: inline-block;
  background: #150094;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1px;
  padding: 8px 0;
  border: none;
  border-radius: 5px;
}
.form-inner .blue-btn:hover {
  color: #fff;
}
.form-inner label#topic-error {
  bottom: -26px;
  position: absolute;
  left: 0;
}
.form-inner .error {
  color: #f53a3a;
  font-size: 14px;
  margin-bottom: 0;
}
.form-inner .field-wrapper {
  margin-top: 15px;
}
.form-inner .select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 41px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.form-inner .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
.form-inner .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #B6B6B6;
  font-weight: 400;
}
.form-inner .select2-container {
  width: 100% !important;
}
.form-inner .arrow-icon:after {
  content: "";
  position: absolute;
  right: 5px;
  width: 20px;
  height: 20px;
  top: 37px;
  background: url(/images/arrows.svg) no-repeat;
  cursor: pointer;
  pointer-events: none;
  color: #333;
}
.form-inner .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.assistance-boxes {
  background: #F9F9F9;
}
.assistance-boxes .assistance-box {
  border: 1px solid #D1D1D1;
  padding: 40px 50px;
  border-radius: 3px;
  background: #fff;
}
@media (max-width: 767px) {
  .assistance-boxes .assistance-box {
    padding: 30px 30px;
  }
}
.assistance-boxes h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
.assistance-boxes p {
  font-size: 18px;
  font-weight: 400;
  color: #515151;
  line-height: 28px;
}

#contact-form button.select2-selection__clear {
  display: none;
}

.select2-search__field {
  display: none;
}

#loader {
  background-size: 60px;
}

.select2-container .select2-dropdown {
  z-index: 11;
}
