/* 
ul.dropdown-menu {
  display: block;
} */
/* img.booking-reservation-icon {
  width: 27px !important;
} */
/* ----header--css---start--- */
/* .heading_underline {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  max-width: 35%;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #D4AF37;
  margin: auto;
}

.heading_underline::before,
.heading_underline::after {
  flex: 1;
  content: "";
  border-block: .15rem solid #D4AF37;
} */
#testim {
  background: #f8f8f8;
  padding: 20px;
}
#partner-section {
  padding: 20px;
  /* border-top: 1px solid #80808033; */
  /* background: #f8f8f8; */
}
@media only screen and (max-width: 991px) {
    #navigation {
        height: auto !important;
    }
}

@media only screen and (max-width: 1399px) {
    #navigation .text-hover {
        font-size: 14px;
    }
    a.lets-get-started{
        font-size: 14px;
    }
}

@media only screen and (max-width: 1199px) {
    #navigation a.nav-link.text {
        margin: 0px 5px;
    }

    a.lets-get-started {
        padding: 10px 15px;
    }

    a.login-btn {
        padding: 9px 15px;
    }
    #navigation .text-hover {
font-size: 12px;
}
}

nav#navigation {
    height: 111px;
}

ul.nav li.dropdown>ul.dropdown-menu {
    visibility: hidden;
    display: block;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

#navigation .dropdown:hover .dropdown-menu {
    display: block;
    /* transition: 0.8s; */
}

#navigation .navbar-brand {
    color: #002b4f;
    font-size: 30px;
    font-weight: 800;
}

.text {
    color: #4A4A4A;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Work Sans';
}

a.login-btn {
    text-decoration: none;
    padding: 10px 30px;
    border: 1px solid;
    border-radius: 4px;
    color: #D4AF37;
    transition: 0.3s;
    font-family: 'Poppins', sans-serif;
}

a.lets-get-started {
    text-decoration: none;
    padding: 10px 30px;
    border: 1px solid;
    border-radius: 4px;
    margin: 0px 10px;
    color: #4A4A4A;
    transition: 0.3s;
    font-family: 'Poppins', sans-serif;
}

#navigation li {
    list-style: none;
}

a.nav-link.text {
    margin: 0px 20px;
}

#navigation .text-hover {
    box-shadow: inset 0 0 0 0 #D4AF37;
    color: #4A4A4A;
    font-family: 'Poppins', sans-serif;
    /* margin: 0 -.25rem;
padding: 0 .25rem; */
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out !important;
}

#navigation .text-hover:hover {
    box-shadow: inset 100px 0 0 0 #D4AF37;
    color: white;
}

.dropdown-listing a.dropdown-item.product-list {
    border: 1px solid transparent;
    transition: 0.3s;
}

.dropdown-listing a.dropdown-item.product-list:hover {
    /* border-bottom: 1px solid #fc7b47; */
    color: #D4AF37;
    background: transparent;
}

.dropdown-listing a.dropdown-item.product-list:active {
    background: #D4AF37;
}

#navigation button.navbar-toggler {
    border: 1px solid #D4AF37;
}

a.lets-get-started:hover {
    color: #D4AF37 !important;
}

a.login-btn:hover {
    color: #4A4A4A;
}
/* ---header--css-end-- */



/* ---homepage-css-start------ */
#main-hero {
  height: 80vh;
  padding: 3rem 1rem;
}

#main-hero .hero-heading {
  font-size: 50px;
  font-weight: 800;
  text-align: left;
  letter-spacing: 1px;
  color: #002b4f;
}

#main-hero .content-box {
  width: 100%;
  height: 100%;
  /* background: red; */
  justify-content: center;
  display: flex;
  text-align: left;
  flex-direction: column;
}

#main-hero span.needmatrix-bg {
  background: #D4AF37 ;
  padding: 0px 14px;
  color: #fff;
}

#main-hero .hero-para {
  font-size: 19px;
  font-weight: 400;
  color: #4a4a4a;
  padding: 10px 0px;
}

button.book-demo {
  width: 200px;
  color: #4a4a4a;
  padding: 12px;
  font-size: 18px;
  background: transparent;
  border: 1px solid;
  border-radius: 4px;
  font-weight: 500;
  transition: 0.3s;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
}

button.book-demo:hover {
  background: #D4AF37;
  color: #ffffff;
}

#product-section {
  padding: 3rem 1rem;
  /* background: #f8f8f8; */
}

.text-center.section-heading {
  color: #002b4f;
  font-size: 44px;
  letter-spacing: 2px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

/*----  Main Style  ----*/
#cards_landscape_wrap-2 {
  text-align: center;
  /* background: #F7F7F7; */
}


#cards_landscape_wrap-2 a {
  text-decoration: none;
  outline: none;
}

#cards_landscape_wrap-2 .card-flyer {
  border-radius: 5px;
}

#cards_landscape_wrap-2 .card-flyer .image-box {
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

#cards_landscape_wrap-2 .card-flyer .image-box img {
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  width: 100%;
  filter: grayscale(100%);
  /* height: 200px; */
}

#cards_landscape_wrap-2 .card-flyer:hover .image-box img {
  opacity: 0.7;
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}

#cards_landscape_wrap-2 .card-flyer .text-box {
  text-align: center;
}

#cards_landscape_wrap-2 .card-flyer .text-box .text-container {
  padding: 12px 20px;
}

#cards_landscape_wrap-2 .card-flyer {
  background: #ffffff;
  margin-top: 50px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4);
  height: 550px;
  max-height: 550px;
}

#cards_landscape_wrap-2 .card-flyer:hover {
  background: #fff;
  box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-top: 50px;
}

#cards_landscape_wrap-2 .card-flyer .text-box p {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #000000;
}

#cards_landscape_wrap-2 .card-flyer .text-box h6 {
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px;
  color: #4a4a4a;
}

.marquee-full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -51vw;
  margin-right: -50vw;
}
.marquee-box {
  overflow-x: hidden !important;
  display: flex !important;
  flex-direction: row !important;
  position: relative;
  width: 100%;
}
.marquee {
  flex: 0 0 auto;
  min-width: 75%;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  animation: marqueescroll 100s linear 0s infinite;
  animation-play-state: running;
  animation-delay: 0s;
  animation-direction: normal;
}
.marquee figure {
  margin-right: 3rem;
  margin-left: 3rem;
  padding: 5px;
  max-width: 250px;
  text-align: center;
  vertical-align: top;
}
.marquee figcaption {
  display: none;
  font-weight: 80%;
  color: #333;
  line-height: 1.2;
}
.marquee img {
  margin: 0 auto;
  height: auto;
  max-width: 50%;
  width: 50%;
  background: #fdfdfd;
  border: none;
}
.marquee-box:hover div {
  animation-play-state: running;
}
.marquee-box:active div {
  animation-play-state: running;
}
@keyframes marqueescroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* ---roombooking-css-start--- */
@media only screen and (max-width: 1327px) {
    body.room-types-heading {
        top: 88px;
    }

    body .bed-type-heading {
        top: 86px;
    }
}
@media only screen and (max-width: 768px) {
  #main-hero .hero-heading {
    font-size: 35px;
}
#main-hero .hero-para {
  font-size: 14px;
}
button.book-demo {
  font-size: 14px;
}
button.book-demo {
  width: 150px;
}
#main-hero {
  height: 55vh;
}
#main-hero .arrows {
  width: 60px;
  height: 206px;
}
#about_us .initial {
  max-width: 100%;
  margin: 0 auto;
  padding: 1.2rem 0;
  display: flex;
  /* grid-template-columns: 1fr 1fr; */
  gap: 0;
}
.footer-section .single-cta {
  display: flex;
}

}
@media only screen and (max-width: 425px) {

#cards_landscape_wrap-2 .card-flyer {
  height: 480px;
  max-height: 480px;
}
#about_us .initial-description {
  font-size: 1.1rem;
}
#about_us .about_us_para_heading {
  font-size: 1.7rem;
}
#about_us .initial-description {
  margin-bottom: 2.2rem;
}
.footer-content {
  text-align: center;
}
.footer-section .footer-widget ul {
  display: grid;
  justify-content: center;
  justify-items: center;
  grid-template-columns: 10fr;
}
.footer-widget ul li {
  margin-bottom: 7px;
}
.footer-widget-heading h3 {
  margin-bottom: 30px;
}
body .footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: unset;
  bottom: -15px;
  height: 2px;
  width: 34%;
  background: #D4AF37;
}
#about_us .initial-img-container .circle {
  position: absolute;
  width: 40%;
  height: 59%;
  background-color: #002b4f;
  top: 19%;
  right: -7%;
  border-radius: 50%;
  opacity: 0.6;
}
.footer-section .single-cta {
  display: grid;
  grid-template-rows: auto;
  text-align: center;
  padding: 9px;
}
.single-cta i {
  margin: 10px;
}

}

@media only screen and (max-width: 767px) {
  #navigation span.navbar-toggler-icon {
    font-size: 22px;
}
  .marquee figure {
    max-width: 170px;
}
  #main-hero .arrows {    
    height: 122px;
}
#main-hero {
  height: 70vh;
  padding: 10rem 1rem;
}
#main-hero .arrows {
  bottom: 0px;
}
  #main-hero .hero-para {
    font-size: 12px;
    text-align: center;
    padding: 5px;
  }
  #main-hero .content-box a {
    text-align: center;
  }
  #main-hero .hero-heading {
    font-size: 30px;
    text-align: center;
}
  #about_us .about_us_box .initial-text-container {
    text-align: center;
}
  #cards_landscape_wrap-2 .card-flyer {
    height: 550px;
    max-height: 550px;
}
  #cards_landscape_wrap-2 .card-flyer .text-box .text-container {
    padding: 10px;
}
  .img-box {
    display: none;
}
#about_us {
  padding: 2rem;
}
#about_us .initial {
  display: flow;
}
    body .table-box.table-responsive {
        height: 400px;
        max-height: 400px;
    }

}
#rooms-booking-table {
    margin-top: 80px;
}
.table-box.table-responsive {
    overflow: auto;
    height: 600px;
    max-height: 600px;
}

tr.table-heading {
    position: sticky;
    top: -1px;
}
.guest-details .nav-link.active {
    color: #fc7b47;
    background-color: #fff;
    border-color: #fc7b47 #fc7b47 #fff;
}

.guest-details a {
    color: #4a4a4a;
    text-decoration: none;
    background-color: transparent;
}

.guest-details a:hover {
    color: #fc7b47 !important;
    text-decoration: none;
}
.form-lable{
    color: #4a4a4a;
}
.form-tab .form-lable a{
    color: #000;
    font-weight: 600;
}
.rooms-tab  .fills-room-details {
    background: #fc7b47;
    border: 1px solid #fc7b47;
    color: #ffffff;
}
.room-cancel-btn.cancel {
    border: 1px solid #4a4a4a;
    color: #4a4a4a;
}
.room-save-btn.save{
    border: 1px solid #4a4a4a;
    color: #4a4a4a;
}

.bed-type-heading {
    position: sticky;
    top: 64px;
    left: -1px;
    background: #ffffff;
}

 .room-type-heading {
    position: sticky;
    top: 0px;
    left: -1px;
    background: #4a4a4a;
}

#rooms-booking-table .bed-type-heading .book-nw-btn {
    color: #fff !important;
    background: #fc7b47;
    border: none;
}
#rooms-booking-table .room-booking-heading img.booking-reservation-icon {
    width: 32px;
}

.hover {
    background-color: #eee;
}
#table-box-id .room-types-heading {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
#rooms-booking-table .room-types-para {
    font-size: 12px;
    font-weight: 700;
    color: #000000;
}
 .day-btn {
    color: #4a4a4a;
    background-color: transparent;
    border-color: #4a4a4a;
}
 .week-btn {
    color: #fff;
    background-color: #4a4a4a;
    border-color: transparent;
}
.week-btn:hover {
    color: #fff;
}
/* ---roombooking-css-end--- */

/* -------testimonials--css--- */

/* .testim {
  width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
} */

.testim .wrap {
  position: relative;
  width: 100%;
  max-width: 1020px;
  padding: 40px 20px;
  margin: auto;
}

.testim .arrow {
  display: block;
  position: absolute;
  color: #eee;
  cursor: pointer;
  font-size: 2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px;
  z-index: 22222222;
}

.testim .arrow:before {
  cursor: pointer;
}

.testim .arrow:hover {
  color: #002b4f;
}

.testim .arrow.left {
  left: 10px;
}

.testim .arrow.right {
  right: 10px;
}

.testim .dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: 0;
  display: block;
  z-index: 3333;
  height: 12px;
}

.testim .dots .dot {
  list-style-type: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #eee;
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
  background: #D4AF37;
  border-color: #D4AF37;
}

.testim .dots .dot.active {
  -webkit-animation: testim-scale 0.5s ease-in-out forwards;
  -moz-animation: testim-scale 0.5s ease-in-out forwards;
  -ms-animation: testim-scale 0.5s ease-in-out forwards;
  -o-animation: testim-scale 0.5s ease-in-out forwards;
  animation: testim-scale 0.5s ease-in-out forwards;
}

.testim .cont {
  position: relative;
  overflow: hidden;
}

.testim .cont > div {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 70px 0;
  opacity: 0;
}

.testim .cont > div.inactive {
  opacity: 1;
}

.testim .cont > div.active {
  position: relative;
  opacity: 1;
}

.testim .cont div .img img {
  display: block;
  width: 100px;
  /* height: 100px; */
  margin: auto;
  border-radius: 50%;
  filter: grayscale(100%);
}

.testim .cont div h2 {
  color: #D4AF37;
  font-size: 1em;
  margin: 15px 0;
}

.testim .cont div p {
  font-size: 1.15em;
  color: #4a4a4a;
  width: 80%;
  margin: auto;
}

.testim .cont div.active .img img {
  -webkit-animation: testim-show 0.5s ease-in-out forwards;
  -moz-animation: testim-show 0.5s ease-in-out forwards;
  -ms-animation: testim-show 0.5s ease-in-out forwards;
  -o-animation: testim-show 0.5s ease-in-out forwards;
  animation: testim-show 0.5s ease-in-out forwards;
}

.testim .cont div.active h2 {
  -webkit-animation: testim-content-in 0.4s ease-in-out forwards;
  -moz-animation: testim-content-in 0.4s ease-in-out forwards;
  -ms-animation: testim-content-in 0.4s ease-in-out forwards;
  -o-animation: testim-content-in 0.4s ease-in-out forwards;
  animation: testim-content-in 0.4s ease-in-out forwards;
}

.testim .cont div.active p {
  -webkit-animation: testim-content-in 0.5s ease-in-out forwards;
  -moz-animation: testim-content-in 0.5s ease-in-out forwards;
  -ms-animation: testim-content-in 0.5s ease-in-out forwards;
  -o-animation: testim-content-in 0.5s ease-in-out forwards;
  animation: testim-content-in 0.5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
  -webkit-animation: testim-hide 0.5s ease-in-out forwards;
  -moz-animation: testim-hide 0.5s ease-in-out forwards;
  -ms-animation: testim-hide 0.5s ease-in-out forwards;
  -o-animation: testim-hide 0.5s ease-in-out forwards;
  animation: testim-hide 0.5s ease-in-out forwards;
  
}

.testim .cont div.inactive h2 {
  -webkit-animation: testim-content-out 0.4s ease-in-out forwards;
  -moz-animation: testim-content-out 0.4s ease-in-out forwards;
  -ms-animation: testim-content-out 0.4s ease-in-out forwards;
  -o-animation: testim-content-out 0.4s ease-in-out forwards;
  animation: testim-content-out 0.4s ease-in-out forwards;
}

.testim .cont div.inactive p {
  -webkit-animation: testim-content-out 0.5s ease-in-out forwards;
  -moz-animation: testim-content-out 0.5s ease-in-out forwards;
  -ms-animation: testim-content-out 0.5s ease-in-out forwards;
  -o-animation: testim-content-out 0.5s ease-in-out forwards;
  animation: testim-content-out 0.5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -webkit-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -webkit-box-shadow: 0px 0px 10px 5px #D4AF37;
    box-shadow: 0px 0px 10px 5px #D4AF37;
  }

  100% {
    -webkit-box-shadow: 0px 0px 0px 0px #D4AF37;
    box-shadow: 0px 0px 0px 0px #D4AF37;
  }
}

@-moz-keyframes testim-scale {
  0% {
    -moz-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -moz-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -moz-box-shadow: 0px 0px 10px 5px #D4AF37;
    box-shadow: 0px 0px 10px 5px #D4AF37;
  }

  100% {
    -moz-box-shadow: 0px 0px 0px 0px #D4AF37;
    box-shadow: 0px 0px 0px 0px #D4AF37;
  }
}

@-ms-keyframes testim-scale {
  0% {
    -ms-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -ms-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -ms-box-shadow: 0px 0px 10px 5px #D4AF37;
    box-shadow: 0px 0px 10px 5px #D4AF37;
  }

  100% {
    -ms-box-shadow: 0px 0px 0px 0px #D4AF37;
    box-shadow: 0px 0px 0px 0px #D4AF37;
  }
}

@-o-keyframes testim-scale {
  0% {
    -o-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -o-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -o-box-shadow: 0px 0px 10px 5px #D4AF37;
    box-shadow: 0px 0px 10px 5px #D4AF37;
  }

  100% {
    -o-box-shadow: 0px 0px 0px 0px #D4AF37;
    box-shadow: 0px 0px 0px 0px #D4AF37;
  }
}

@keyframes testim-scale {
  0% {
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    box-shadow: 0px 0px 10px 5px #D4AF37;
  }

  100% {
    box-shadow: 0px 0px 0px 0px #D4AF37;
  }
}

@-webkit-keyframes testim-content-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes testim-content-in {
  from {
    opacity: 0;
    -moz-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@-ms-keyframes testim-content-in {
  from {
    opacity: 0;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes testim-content-in {
  from {
    opacity: 0;
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes testim-content-in {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes testim-content-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-moz-keyframes testim-content-out {
  from {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-ms-keyframes testim-content-out {
  from {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-o-keyframes testim-content-out {
  from {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes testim-content-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}

@-webkit-keyframes testim-show {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes testim-show {
  from {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-ms-keyframes testim-show {
  from {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes testim-show {
  from {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes testim-show {
  from {
    opacity: 0;
    transform: scale(0);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes testim-hide {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-moz-keyframes testim-hide {
  from {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }
}

@-ms-keyframes testim-hide {
  from {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }
}

@-o-keyframes testim-hide {
  from {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes testim-hide {
  from {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(0);
  }
}

@media all and (max-width: 300px) {
  body {
    font-size: 14px;
  }
}

@media all and (max-width: 500px) {
  .testim .arrow {
    font-size: 1.5em;
  }

  .testim .cont div p {
    line-height: 25px;
  }
}
/* -----homepgae-css-end---- */

/* --------------login-page-css--start--------- */
#login-page #navigation {
  display: none;
}

#login-page footer.footer-section {
  display: none;
}

section#login-section {
  background: #eeeeee;
  padding: 1rem;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#login-section .card {
  padding: 20px;
  border-radius: 20px;
}

.brand-heading a {
  /* font-size: 43px; */
  color: #fc7b47;
  font-size: 40px;
  font-weight: 800;
  text-decoration: none;
}
.brand-heading a:hover {
  color: #fc7b47;
  text-decoration: none;
}

#login-section button.btn.login-btn {
  width: 100%;
  border: 1px solid #fc7b47;
  color: #fc7b47;
  /* text-transform: uppercase; */
  font-size: 16px;
  font-weight: 400;
  transition: 0.4s;
  padding: 12px;
}

#login-section button.btn.login-btn:hover {
  background: #fc7b47;
  color: #fff;
}

#login-section a.btn.btn-link {
  font-size: 14px;
  text-align: center;
  width: 100%;
  color: #4a4a4a;
}

#login-section .form-lable {
  color: #4a4a4a;
  /* width: 100%; */
}

#login-section .form-control {
  border-left: none;
  border-top: none;
  border-right: none;
}

#login-section .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #4a4a4a;
  outline: 0;
  /* box-shadow: 0 0 0 0.25rem #00000014; */
  box-shadow: none !important;
}

#login-section svg.login-user-icon {
  color: #4a4a4a;
}
/* ------login-page-css-end----- */

/* ---rest-password-start--- */
#email-page #navigation {
  display: none;
}
#email-page footer.footer-section {
  display: none;
}
#password-reset {
  background: #eeeeee;
  padding: 1rem;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#password-reset .reset-password {
  width: 100%;
  border: 1px solid #fc7b47;
  color: #fc7b47;
  /* text-transform: uppercase; */
  font-size: 16px;
  font-weight: 400;
  transition: 0.4s;
  padding: 12px;
}
#password-reset .reset-password:hover {
  background: #fc7b47;
  color: #fff;
}
#password-reset .card {
  padding: 20px;
  border-radius: 20px;
}

/* --rest-password-end- */

#changepassword-section #navigation {
  display: none;
}

#changepassword-section footer.footer-section {
  display: none;
}

#changepassword-section .update-btn {
  border: 1px solid #fc7b47;
  color: #fc7b47;
  /* text-transform: uppercase; */
  font-size: 16px;
  font-weight: 400;
  transition: 0.4s;
  padding: 12px;
  margin-top: 15px;
  width: 100%;
}

#changepassword-section .update-btn:hover {
  background: #fc7b47;
  color: #fff;
}

#changepassword-section .card {
  padding: 20px;
  border-radius: 20px;
}

#changepassword-section .change-pass-heading {
  background: none;
  text-align: center;
  font-size: 21px;
  color: #4a4a4a;
  border: none;
  font-weight: 600;
}
#changepassword-section .lable-heading {
  color: #4a4a4a;
}

#header-admin .brand-heading {
  /* font-size: 43px; */
  color: #fc7b47;
  font-size: 30px;
  font-weight: 800;
  text-decoration: none;
  text-shadow: none;
}
#header-admin a.nav-link {
  color: #fff;
}
#img-gallery-section {
    margin-top: 70px;
}

#arrivallist-section{
    margin-top: 30px
}
.prev-day {
    background: #4a4a4a;
    color: #fff;
}
.next-day {
    background: #4a4a4a;
    color: #fff;
}
.prev-day:hover {
    color: #fff;
}
.next-day:hover {
    color: #fff;
}
#departurelist-section{
    margin-top: 30px;
}
#rate-availability-section {
    margin-top: 30px;
}
#users-section {
    margin-top: 30px;
}
.user-btn {
    color: #fff;
    background: #fc7b47;
    border: none;
}
.user-btn:hover{
    color: #fff;
}
.btn.user-search-btn {
    background: #fc7b47;
    color: #fff;
}
.view-btn {
    color: #4a4a4a;
    border: 1px solid #4a4a4a;
}
.edit-btn {
    color: #4a4a4a;
    border: 1px solid #4a4a4a;
}
#users-section a.users-email {
    font-weight: 600;
    color: #000;
}
#user-create-section {
    margin-top: 30px;
}
#corporate-section {
    margin-top: 30px;
}
#corporate-create-section {
    margin-top: 30px;
}
.setting-heading {
    color: #fc7b47;
}
#properties-section {
    margin-top: 30px;
}
#properties-section {
    margin-top: 30px;
}
#properties-create-section {
    margin-top: 30px;
}
#room-layout-section {
    margin-top: 30px;
}
#room-layout-section a.btn.btn-sm.inhouse {
    background: #fc7b47;
    color: #fff;
    border: 1px solid #fc7b47;
    cursor: pointer;
}
#room-layout-section a.btn.btn-sm.reprint {
    background: #fc7b47;
    color: #fff;
    border: 1px solid #fc7b47;
    cursor: pointer;
}
/* button.btn.btn-default.btn-loc {
    background: transparent;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    border: 1px solid #fc7b47;
    color: #000000;
    font-weight: 600;
}
button.btn.btn-default.btn-loc:active {
    background: #fc7b47;
    color: #fff;
    border: 1px solid #fff;
    font-weight: 400;
} */
.common-btn {
    color: #4a4a4a;
    border: 1px solid #4a4a4a;
    font-weight: 400;
    text-shadow: none;
}
#proptypes-section {
    margin-top: 30px;
}
#room-types-section {
    margin-top: 30px;
}
#proptypes-create-section {
    margin-top: 30px;
}
#room-types-create-section {
    margin-top: 30px;
}
#room-view-section {
    margin-top: 30px;
}

#room-view-create-section {
    margin-top: 30px;
}
#room-facilities-create-section {
    margin-top: 30px;
}
#room-beeding-section{
    margin-top: 30px;
}
#room-bedding-create-section{
    margin-top: 30px;
}
#rooms-section {
    margin-top: 30px;
}
#rooms-create-section{
    margin-top: 30px;
}
#corporate-tariffs-section{
    margin-top: 30px;
}
#corporates-tariffs-create-section{
    margin-top: 30px;
}
#agent-tariffs-section{
    margin-top: 30px;
}
#agent-tariffs-create-section{
    margin-top: 30px;
}
#cancel-policies-section{
    margin-top: 30px;
}
#cancel-policies-create-section{
    margin-top: 90px;
}
#feedback-section{
    margin-top:30px;
}
#room-facilities-section {
    margin-top: 30px;
}