body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
  }
  
  img {
    width: 100%;
  }
  
  .mt-arabic-lang {
    font-family: 'Almarai', sans-serif;
    text-align: right;
  }
  
  .mt-other-facilities {
    background-color: #FAFBFD;
    padding-top: 125px;
    padding-bottom: 150px;
  }
  
  .mt-other-facilities__wrapper {
    background: #fff;
    padding: 15px;
    border: 5px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.02);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.02);
    margin-bottom: 30px;
  }
  .alert ul{
    list-style: disc;
    margin-left: 15px;
}
  @media screen and (max-width: 767px) {
    .mt-other-facilities {
      padding-top: 80px;
      padding-bottom: 110px;
    }
  }
  
  h1 {
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 0.15em;
  }
  
  p {
    margin-bottom: 10px;
    color: #53667A;
  }
  
  p b {
    margin-bottom: 20px;
    display: block;
  }
  
  ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  ul li {
    margin-left: 10px;
  }
  
  ul li:first-of-type {
    margin-left: 0;
  }
  
  .mt-header {
    background-color: #164E87;
    color: #fff;
    padding: 30px 0;
  }
  
  .mt-feedback {
    margin-top: 50px;
  }
  
  .mt-feedback__logo {
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    color: #164E87;
  }
  .mt-feedback__logo h2{
      padding: 15px 0;
      margin-bottom: 0;
  }
  .mt-feedback__logo span{
      display: block;
      font-weight: 900;
      text-align: center;

  }
  .mt-feedback__logo span:first-of-type{
      font-size: 25px;
  }
  .mt-feedback__logo span:last-of-type{
    letter-spacing: 0.15em;
    font-size: 35px;	text-transform: uppercase;
  }
  .mt-feedback__logo:before,
  .mt-feedback__logo:after{
    content: '';
    display: block;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .mt-feedback__logo:before{
      background-image: url(../img/half-circle.svg);
      height: 60px;
      width: 155px;
  }
  .mt-feedback__logo:after{
      background-image: url(../img/waves.svg);
      height: 18px;
      width: 100px;
  }
  .mt-feedback__wrapper {
    background-color: #E5EBF2;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 5px;
  }
  
  .mt-feedback__content {
    width: 48%;
  }
  
  .mt-title {
    color: #164E87;
  }
  
  .mt-feedback-form {
    margin-top: 50px;
  }
  
  .mt-feedback-form__title, .mt-feedback-form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .mt-feedback-form__title {
    padding: 0 15px;
  }
  
  .mt-feedback-form__title .mt-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    background-color: #fff;
    margin-bottom: -18px;
    padding: 0 5px;
  }
  
  .mt-feedback-form__wrapper {
    border: 1px solid #D0DCE7;
    border-radius: 5px;
    margin-bottom: 30px;
  }
  
  .mt-feedback-form__item {
    padding: 8px 15px;
    border-bottom: 1px solid #D0DCE7;
  }
  
  .mt-feedback-form__item:last-of-type {
    border-bottom: 0;
  }
  
  .mt-feedback-form__item:first-of-type {
    padding-top: 20px;
  }
  
  .mt-feedback-form__item > div, .mt-feedback-form__item > ul {
    width: 33%;
  }
  
  .mt-feedback-form__item > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .mt-feedback-form__item > ul input[type=radio] {
    opacity: 0;
  }
  
  .mt-feedback-form__item--input {
    position: relative;
    text-align:center;
    padding:0 10px;
  }
  
  .mt-feedback-form__item--input label {
    min-width: 15px;
    width: auto;
    margin-bottom: 0;
    display: block;
    text-align:center;
  }
  
  .mt-feedback-form__item--input label:before, .mt-feedback-form__item--input label:after {
    content: '';
    position: absolute;
    border-radius: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  
  .mt-feedback-form__item--input label:before {
    display: inline-block;
    height: 16px;
    width: 16px;
    border: 2px solid #164E87;
    top: 5px;
  }
  
  .mt-feedback-form__item--input label:after {
    height: 6px;
    width: 6px;
    background-color: #4FC6E0;
    top: 10px;
    display: none;
  }
  
  .mt-feedback-form__item--input input[type=radio]:checked ~ label:after {
    display: inline-block;
  }
  
  .mt-feedback-form .mt-options ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 15px;
  }
  
  .mt-feedback-form .mt-options ul li {
    margin-right: 15px;
  }
  
  .mt-personal-details {
    margin-top: 50px;
    margin-bottom: 125px;
  }
  
  .mt-personal-details h2 {
    max-width: 350px;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    background-color: #fff;
    z-index: 1;
    margin-bottom: 50px;
  }
  
  .mt-personal-details h2:before, .mt-personal-details h2:after {
    content: "";
    position: absolute;
    height: 4px;
    width: 50px;
    display: block;
    background-color: #164E87;
    top: 50%;
    left: -50px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 0;
  }
  
  .mt-personal-details h2::after {
    left: auto;
    right: -50px;
  }
  
  .mt-personal-details__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  text-transform:uppercase;
}
::-moz-placeholder { /* Firefox 19+ */
  text-transform:uppercase;
}
:-ms-input-placeholder { /* IE 10+ */
  colortext-transform:uppercase pink;
}
:-moz-placeholder { /* Firefox 18- */
  text-transform:uppercase;
}
  
  .mt-personal-details__input {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
  }
  
  .mt-personal-details__input label {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    color: #164E87;
    margin-bottom: -16px;
    position: relative;
    background-color: #fff;
    padding: 0 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 8px;
  }
  
  .mt-personal-details__input label.mt-arabic-lang {
    position: absolute;
    right: 15px;
    top: -4px;
  }
  
  .mt-personal-details__input input, .mt-personal-details__input textarea {
    height: 60px;
    padding: 15px 12px 5px;
    width: 100%;
    border: 1px solid #D0DCE7;
    border-radius: 5px;
    
  }
  input[type="date"] {
      text-transform:uppercase;
  }
  .mt-personal-details__input textarea {
    height: 130px;
    resize: none;
  }
  
  .btn {
    background-color: #164E87;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding: 10px 30px;
    border-radius: 5px;
    margin:0 auto;
    width:100vw; 
    max-width:375px;
  }
  
  .btn:hover {
    background-color: #4FC6E0;
    color: #fff;
  }
  
  .mt-half {
    width: calc(50% - 15px);
  }
  
  .alert ul {display:block;}
  .alert ul li {margin:0 0 10px;}
  
  @media screen and (max-width: 991px) {
    .mt-feedback-form__title .mt-title {
      margin-bottom: 8px;
      max-width: 50%;
    }
    .mt-feedback-form__title {
      padding: 0;
    }
    .mt-personal-details__wrapper .btn {
      width: 100%;
      max-width: 127px;
      margin: auto;
    }
    .mt-feedback-form__item > div, .mt-feedback-form__item > ul {
      width: 100%;
    }
    .mt-feedback__wrapper {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
    .mt-feedback__content {
      width: 100%;
      text-align: center;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
    }
    .mt-feedback__content.mt-arabic-lang {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-bottom: 30px;
    }
    .mt-feedback-form__item {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
    .mt-feedback-form__item ul {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
    }
    .mt-feedback-form__item .mt-title {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
    }
    .mt-feedback-form__item .mt-arabic-lang {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
    }
    .mt-feedback-form__item > div, .mt-feedback-form__item > ul {
      width: 100%;
      text-align: center;
      margin-bottom: 5px;
    }
  }
  
  @media screen and (max-width: 630px) {
    .mt-header {
      padding: 20px 0;
    }
    .mt-desktop {
      display: none;
    }
    .mt-personal-details h2 {
      font-size: 22px;
      max-width: 240px;
    }
    .mt-personal-details h2:before, .mt-personal-details h2:after {
      width: 25px;
      left: -25px;
    }
    .mt-personal-details h2::after {
      left: auto;
      right: -25px;
    }
    .mt-personal-details__wrapper {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
    .mt-half {
      width: 100%;
    }
  }
  
  @media screen and (min-width: 576px) {
    .mt-feedback-page .container-sm {
      max-width: 100%;
    }
  }
  
  @media screen and (max-width: 575px) {
    .mt-main-logo {
      width: 100%;
      max-width: 180px;
      margin: auto;
    }
    .mt-feedback__tea-garden {
      max-width: 300px;
      margin: auto;
    }
    .mt-feedback__logo span:last-of-type{
        font-size: 22px;
    }
  }
  
  @media screen and (max-width: 475px) {
    .mt-header {
      padding: 10px 0;
    }
    .mt-personal-details__input label {
      margin-bottom: 6px;
      max-width: 50%;
    }
  }
}