body {
  font-family: "Cabin";
}
.page {
  overflow: hidden;
}
/*GLOBALS*/
.btn {
  background-color: #cc8030;
  color: #fff;
  font-size: 18px;
  letter-spacing: 4px;
  border-radius: 50px;
  padding: 10px 40px;
  box-shadow: 5px 6px 21px rgba(0, 0, 0, 0.4);
  margin-bottom: 50px;
}
.btn:hover {
  background-color: #742119;
}
.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: 5px 6px 21px rgba(0, 0, 0, 0.4);
}
/*HEADER*/
.header {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__image {
  margin-bottom: 140px;
}
/*MEDHOTEL*/
.medhotel-container {
  margin-bottom: 150px;
}
.medhotel__h1 {
  color: #cc8030;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: right;
  margin-bottom: -9px;
}
.medhotel__bg {
  background-color: #ebebeb;
  position: relative;
  height: 425px;
}
.medhotel__paragraph {
  padding: 30px 100px 10px 570px;
  font-size: 22px;
  text-align: justify;
}
.medhotel__logo {
  padding: 30px 0px 0px 570px;
}
.medhotel__button-container {
  padding: 0px 50px 0px 510px;
  display: flex;
  justify-content: center;
}
.medhotel__image {
  position: absolute;
  top: -50px;
  left: -23px;
  max-width: 47%;
}
/*SERVICES*/
.services-container {
  margin-bottom: 200px;
}
.services__h1 {
  color: #742119;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: -9px;
}
.services__bg {
  background-color: #ebebeb;
  position: relative;
  height: 420px;
}
.services__paragraph {
  padding: 5px 580px 10px 100px;
  font-size: 22px;
  text-align: justify;
}
.services__logo {
  padding: 15px 460px 20px 90px;
  max-width: 59%;
}
.services__button-container {
  padding: 0px 510px 0px 50px;
  display: flex;
  justify-content: center;
}
.services__button {
  background-color: #742119;
}
.services__button:hover {
  background-color: #cc8030;
}
.services__image {
  position: absolute;
  top: -50px;
  left: 647px;
  max-width: 47%;
}
/*ACCREDITATIONS*/
.accreditations__headings-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.accreditations__h2 {
  font-size: 50px;
  color: #cc8030;
  font-weight: 600;
}
.accreditations__h3 {
  font-size: 20px;
  color: #742119;
  text-align: right;
  margin-bottom: 100px;
}
.accreditations__logo-container {
  background-image: url("../images/accreditations-bg.png");
  background-size: cover;
  background-position: center;
}
.accreditations__logo-wrap {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.accreditations__logo {
  max-width: 40%;
}
.accreditations__paragraph {
  font-size: 17px;
  color: #fff;
  margin: 20px 20px 60px;
  text-align: justify;
}
.accreditations__button {
  position: absolute;
  top: 360px;
  left: 85px;
}
/*PARTNERS*/
.partners {
  margin-top: 150px;
}
.partners__img-box {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
.partners__img {
  width: 120px;
}
.slick-slide {
  margin: 0px 20px;
}
.slick-slide img {
  width: 120px;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*MESSAGE*/
.message-container {
  margin-top: 150px;
  position: relative;
}
.message-container .message__text-block--left {
  position: relative;
}
.message-container .message__text-block--left .message__h3--left {
  position: absolute;
  color: #000;
  font-size: 30px;
  bottom: 80px;
  left: 100px;
  text-transform: uppercase;
}
.message-container .message__text-block--left .message__paragraph--left {
  position: absolute;
  color: #000;
  font-size: 18px;
  bottom: 40px;
  left: 100px;
}
.message-container .message__image-triangle {
  height: 90px;
  position: absolute;
  top: 150px;
  right: 0;
}
.message-container .message__text-block--right {
  background-color: #742119;
  position: absolute;
  height: 800px;
  right: 13px;
}
.message-container .message__text-block--right .message__form {
  margin: 50px 20px 0;
  width: 450px;
  height: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.message-container .message__text-block--right .message__button {
  background-color: #fff;
  color: #742119;
  position: absolute;
  right: 130px;
  bottom: -70px;
}
.message-container .message__text-block--right .message__button:hover {
  background-color: #cc8030;
  color: #fff;
}
.message-container .message__text-block--right .form-group {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 0px;
}
.message-container .message__text-block--right .form-group-textarea {
  height: 240px;
}
.message-container .message__text-block--right .form-group .message__flaticon {
  color: #fff;
  position: absolute;
  left: 0;
  opacity: 0.5;
}
.message-container .message__text-block--right .form-group .message__input {
  padding: 10px 40px 10px 50px;
  width: 400px;
  background: none;
  border: 4px #fff solid;
  font-size: 17px;
  color: #fff;
}
.message-container .message__text-block--right .form-group .message__input-textarea {
  overflow: hidden;
  height: 240px;
}
.message-container .message__text-block--right .form-group .message__input::placeholder {
  color: #fff;
  text-transform: uppercase;
  opacity: 0.5;
}
.message-container .message__text-block--right .form-group .message__input:hover {
  background: none;
}
.message-container .message__text-block--right .form-group .message__input:focus,
.message-container .message__text-block--right .form-group .message__input:active,
.message-container .message__text-block--right .form-group .message__input:visited {
  outline: none !important;
  box-shadow: none !important;
  background: none;
  border: 4px #fff solid;
  color: #fff;
}
.message-container .captcha--container {
  margin-bottom: 100px;
}
/*FOOTER*/
.footer__p {
  text-align: center;
  margin-top: 150px;
  margin-bottom: 20px;
  font-size: 18px;
}
/* NOTIFY */
.notification {
  background-color: #742119;
  color: white;
  width: 300px;
  min-height: 80px;
  border-radius: 5px;
  position: fixed;
  top: 15px;
  right: 15px;
  display: none;
  border: 1px solid white;
  padding: 20px 0;
}
.notification--text {
  color: white;
  margin-bottom: 0;
  padding-left: 25px;
}
.flex-center {
  display: flex;
  align-items: center;
  height: 100%;
}
/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/
/* (large, 1920px and up) */
@media only screen and (min-width: 1920px) {
  .page {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
}
/*  ( 1200px and down) */
@media only screen and (max-width: 1200px) {
  .accreditations__button {
    top: 370px;
    left: 55px;
  }
  .medhotel__image {
    max-width: 57%;
  }
  .medhotel__logo {
    padding: 15px 0px 20px 520px;
  }
  .medhotel__paragraph {
    padding: 5px 20px 38px 520px;
  }
  .services__image {
    max-width: 58%;
    left: 458px;
  }
  .services__bg {
    height: 440px;
  }
  .services__logo {
    padding: 15px 0px 10px 10px;
    max-width: 15%;
  }
  .services__paragraph {
    padding: 5px 520px 38px 20px;
  }
  .services__button-container {
    padding: 0px 510px 0px 20px;
  }
  .message-container .message__text-block--right {
    height: 800px;
    top: 0px;
  }
  .message-container .message__text-block--left .message__image-triangle {
    right: 180px;
  }
}
/* Large devices (desktops, 992px and down) */
@media only screen and (max-width: 991.98px) {
  .medhotel-container {
    margin-bottom: 100px;
  }
  .medhotel__bg {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
  }
  .medhotel__logo {
    padding: 0px;
    margin-top: 30px;
  }
  .medhotel__h1 {
    text-align: left;
    margin-bottom: 0px;
    margin-left: 10px;
  }
  .medhotel__paragraph {
    padding: 30px;
  }
  .medhotel__button-container {
    padding: 0;
  }
  .medhotel__image {
    display: none;
  }
  .services-container {
    margin-bottom: 100px;
  }
  .services__bg {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto !important;
  }
  .services__logo {
    padding: 0px;
    margin-top: 30px;
    max-width: 59%;
  }
  .services__h1 {
    margin-bottom: 0px;
    margin-left: 10px;
  }
  .services__paragraph {
    padding: 30px;
  }
  .services__button-container {
    padding: 0;
  }
  .services__image {
    display: none;
  }
  .accreditations__paragraph {
    margin: 5px 5px 60px;
  }
  .accreditations__button {
    top: 370px !important;
    left: 15px !important;
  }
  .message__text-block--left {
    display: none;
  }
  .message-container .row .message__text-block--right {
    position: relative;
    height: 800px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .message-container .message__text-block--right .message__button {
    right: 240px;
    bottom: -70px;
  }
}
/* Medium devices (tablets, 768px and down)  */
@media only screen and (max-width: 768px) {
  .header__image {
    margin-bottom: 70px;
  }
  .accreditations__button {
    position: inherit;
  }
  .accreditations__logo {
    max-width: 30%;
  }
  .accreditations__h3 {
    text-align: left;
  }
  .accreditations__paragraph {
    margin: 20px 5px 40px;
  }
  .accreditations__button {
    font-size: 16px;
    padding: 10px 20px;
  }
  .message-container .row .message__text-block--right {
    position: relative;
    height: 800px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .message-container {
    padding-right: 0px;
  }
  .message-container .message__text-block--right .message__button {
    right: 160px;
    margin-top: 40px;
  }
}
/* Small devices (landscape phones, 576px and down) */
@media only screen and (max-width: 576px) {
  .header__image {
    max-width: 130% !important;
  }
  .message-container .message__text-block--right .message__button {
    right: initial;
  }
}
/*  (440px and down) */
@media only screen and (max-width: 440px) {
  .header__image {
    max-width: 160% !important;
  }
  .medhotel__h1 {
    font-size: 30px;
  }
  .services__h1 {
    font-size: 30px;
  }
  .message-container .message__text-block--right .form-group .message__input {
    width: 290px;
  }
  .accreditations__h2 {
    font-size: 32px;
  }
  .accreditations__h3 {
    font-size: 14px;
    margin-bottom: 50px;
  }
}
