
    * {
      box-sizing: border-box;
    }

    @media (min-width: 992px) {
      .room-type-img img {
        height: 300px;
      }
    }

    @media (max-width: 768px) {
      .mobile {
        top: 55%;
      }

      .room-type-img img {
        height: 200px;
      }
    }

    @media only screen and (max-width: 600px) {
      .carousel-item img {
        height: 220px;
      }

      .header-title {
        font-size: 30px;
      }

      .header-title span {
        font-size: 16px;
        margin-left: 5px;
      }

      .room-type-img img {
        height: 300px;
      }
    }


/*  Slide CSS   */

    .container-slide {
      position: relative;
      width: 100%;
      margin-top: -6px;
      height: 570px;
    }

    .container-slide img {
      vertical-align: middle;
    }

    .mySlides {
      display: none;
    }

    .mySlides img {
      height: 500px;
    }

    .cursor {
      cursor: pointer;
    }

    .prev,.next {
      cursor: pointer;
      position: absolute;
      top: 40%;
      width: auto;
      padding: 16px;
      margin-top: -50px;
      font-weight: bold;
      font-size: 20px;
      border-radius: 0 3px 3px 0;
      user-select: none;
      -webkit-user-select: none;
    }

    .next {
      right: 0;
      border-radius: 3px 0 0 3px;
    }

    .prev:hover,.next:hover {
      background-color: rgba(0, 0, 0, 0.8);
    }

    .row:after {
      content: "";
      display: table;
      clear: both;
    }

    .column {
      float: left;
      width: 9%;
      margin: 1px 0px;
    }

    .column img {
      height: 70px;
    }

    .demo {
      opacity: 0.6;
    }

    .active,
    .demo:hover {
      opacity: 1;
    }

    .mobile {
      font-family: Averta;
      position: fixed;
      z-index: 1;
      top: 40%;
      right: 0;
      width: 120px;
      background-color: white;
      padding: 5px;
      box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, .16);
      text-align: center;
      border-radius: 2px 0px 0px 2px;
    }

    .mobile .hd-hotel__title, .mobile .rate label {
      font-family: Averta;
      font-weight: 700;
      font-size: 15px;
    }

    .section-one {
      padding-top: 5px;
      padding-bottom: 3px;
      background-color: #ffffff;
      box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, .16);
    }

    .navbar-default {
      background-image: none;
      background-color: transparent;
      border-radius: 0px;
      border: 0;
      box-shadow: none;
      padding: 10px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 10;
      margin-top: -5px;
      color: #ffffff;
    }

    .header-title {
      font-size: 40px;
      font-family: auto;
      padding: 15px 20px;
      margin-top: 0px;
      width: 100%;
      background-color: rgba(23, 23, 32, 0.4) !important;
      z-index: 10;
    }

    .header-title span {
      font-size: 20px;
      margin-left: 5px;
    }

    #carouselExampleCaptions {
      margin-top: -6px;
    }

    .carousel-item img {
      height: 550px;
    }
    
/*
    .stay-name {
      background-color: black;
      padding: 8px 10px;
      color: white;
      font-size: 25px;
      font-family: initial;
    }
*/

    .hd-hotel__title, .rate label {
      font-family: Averta;
      font-weight: 700;
      font-size: 2rem;
    }

/*
    .address {
      font-family: Roboto;
      color: #9b9b9b;
      font-size: 22px;
    }
*/

    .section-two, .section-three, .section-four {
      background-color: white;
      margin-top: 10px;
    }

    .header-name h2 {
      font-size: 1.6rem;
    }

    /*      Rating   */

    .rating-pad {
      text-align: center;
    }

    .rating-pad label {
      font-size: 19px;
      font-weight: 700
    }

    .rating-pad p {
      font-size: 20px;
    }

    .rating-pad i {
      color: red;
    }

    .rating-list {
      display: inline-block;
    }

    .progress {
      margin-top: 5px;
    }

    .customer-review-persion {
      text-align: center;
    }

    .customer-review-persion img {
      width: 120px;
      height: 120px;
    }

    .customer-review-persion p {
      margin: 2px 0px 0px 5px;
      font-weight: 600;
    }

    /*      Activities   */

    .activity-description {
      font-style: italic;
    }

    ul li {
      list-style-type: none;
    }

    /*      Facilities   */

    .facilities-list label {
      font-weight: 600;
      color: #2196F3;
      font-size: 20px;
    }

    .facilities-list li {
      font-style: italic;
    }

    .booking-form {
      margin-top: 10px;
        border: 1px solid gray;
        padding: 10px 20px;
    }

    .booking-form label {
      color: grey;
      font-size: 18px;
      font-family: sans-serif;
    }



    /*      Restaurant  */

    .restaurant-card:hover {
      box-shadow: 1px 1px 10px 1px gray;
    }

    .restaurant-card img {
      width: 100%;
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
    }

    .restaurant-card img:hover,
    .room-type-img img:hover {
      -webkit-transform: scale(1.05);
      transform: scale(1.05);
    }

    .room-type-img img {
      width: 100%;
    }


    .card-title {
      color: #2196F3;
      cursor: pointer;
    }

    .restaurent-location i,
    .attraction-location i {
      color: coral;
    }

    .restaurant-content {
      padding: 5px 10px;
    }

    .resta-rating {
      font-size: 12px;
      float: right;
      margin-top: 5px;
      color: black;
    }

    .resta-rating i {
      color: red;
      font-size: 16px;
    }

    .resta-distance {
      margin-top: 15px;
      margin-bottom: 15px;
      font-weight: 500;
      font-size: 17px;
    }

    .resta-distance i {
      color: coral;
    }

    .resta-img img {
      height: 350px;
      width: 100%;
    }

    .resta-type {
      margin-top: 20px;
      font-size: 18px;
    }

    .resta-type-veg {
      color: green;
    }

    .resta-type-nonveg {
      color: red;
    }

    .resta-number {
      float: right;
      font-size: 15px;
      margin-top: 5px;
    }

    .card {
      margin: 1px;
    }

    .card-img-top {
      width: 100%;
      height: 300px;
    }

    /*     Event  */

    .event-date .event-date-date {
      color: red;
    }

    .event-date .event-date-month {
      margin-top: -20px;
    }

    /*    Home Food  */

    .home-food-member {
      text-align: center;
      font-weight: 600;
      padding: 10px;
    }

    .home-food-member-img img {
      width: 100px;
      height: 100px;
    }

    .home-food-address,
    .home-food-number {
      margin-top: 40px;
      font-weight: 600;
      font-style: italic;
      text-align: center;
    }

    /*    Guide   */

    .guide-page {
      text-align: center;
      background-color: aliceblue;
      padding: 10px 0px;
      margin: 2px 0px 0px 0px;
    }

    .guide-name {
      font-weight: 600;
      font-size: 18px;
    }

    .guide-img {
      margin-top: 10px;
    }

    .guide-img img {
      width: 100px;
      height: 100px;
    }

    .guide-btn {
      margin-top: 10px;
      background-color: #f7943c;
      color: white;
      font-size: 15px;
    }

    .guide-deatails {
      text-align: center;
      background-color: aliceblue;
      padding: 2px 5px;
    }

    .guide-deatails-address {
      text-align: center;
      font-size: 15px;
      font-weight: 500;
    }

    .guide-deatails-phone {
      margin-top: 10px;
      text-align: center;
    }

    /*      Fun   */

    .section-eight {
      min-height: 425px;
      background-color: #ececec;
      padding-top: 15px;
      padding-bottom: 2px;
    }

    .activities {
      background-color: white;
      height: 395px;
      margin: 3px 0px;
      padding: 10px;
    }

    .activity-name {
      text-align: center;
      padding-bottom: 5px;
    }

    .activity-img img {
      width: 100%;
      height: 250px;
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
    }

    .activity-img img:hover {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }

    /*   Emergency  */

    .emergency-list-page {
      padding: 20px 15px;
      cursor: pointer;
      background-color: aliceblue;
      margin: 2px;
    }

    .emergency-title {
      font-size: 22px;
      cursor: pointer;
      font-weight: 600;
      color: #2196F3;
    }

    .emergency-number,
    .emergency-direction {
      margin-top: 25px;
    }

    .emergency-address {
      margin-top: -10px;
    }

    .fa-phone {
      color: #2196F3;
    }

