* {
  padding: 0;
  margin: 0;
}

/*fonts*/
@font-face {
  font-family: larsseit-black;
  src: url(../Larsseit/Larsseit-Black.ttf) format("truetype");
}

@font-face {
  font-family: larsseit-bold;
  src: url(../Larsseit/Larsseit-Bold.ttf) format("truetype");
}

@font-face {
  font-family: larsseit-light;
  src: url(../Larsseit/Larsseit-Light.ttf) format("truetype");
}

@font-face {
  font-family: larsseit-medium;
  src: url(../Larsseit/Larsseit-Medium.ttf) format("truetype");
}

@font-face {
  font-family: larsseit-regular;
  src: url(../Larsseit/Larsseit-Regular.ttf) format("truetype");
}

@font-face {
  font-family: larsseit-thin;
  src: url(../Larsseit/Larsseit-Thin.ttf) format("truetype");
}

input:focus,
select:focus,
button:focus {
  outline: none;
}
.heading-title{
    color: #115294!important;
    font-family: MyriadPro-Regular!important;
    font-weight: 900!important;
}
.welcome-heading{
    font-family: Lucida Calligraphy!important;
    color: #f29100!important;
    font-weight: 900!important;
}
/*header*/
header {
  position: relative;
  z-index: 100;
}

.top-header {
  background: #232931;
  padding: 10px 0;
  position: relative;
  z-index: 100;
}

.top-right-text {
  text-align: right !important;
}

.top-header a {
  text-decoration: none;
}

.top-header a:hover {
  color: #dcaf26;
}

.top-header-info {
  margin: 5px;
  font-family: larsseit-regular;
  font-size: 15px;
  color: #ffffff;
}

.top-header-icon {
  color: #ffffff;
}

.login {
  margin: 5px;
    color: #ffffff;
}

.login a {
  font-family: larsseit-bold;
  color: #ffffff;
}

.bottom-header {
 // background: #232931;
    background: #ffffff;
  position: relative;
  z-index: 100;
    box-shadow: 1px 1px 5px;
}

.navbar {
  padding: 0.5rem 0;
}
.main-menu-item:hover{
    background: #dcaf26;

}
.main-menu-item a:hover{
    color: #212529!important;
}
.popup-btn a{
    top:200px;
    position:fixed;
    right:-60px;
    z-index: 1000;
    transform: rotate(-90deg);
    background-color: #dcaf26;
    padding:10px 20px 35px;
    height: 0px;
    ///background-color: #232931;
    color:#fff;
}
.popup-btn a:hover{
    text-decoration: none;
    color:#fff;
}
.nav-link {
  font-family: larsseit-regular;
  color: #212529 !important;
  text-transform: uppercase;
  font-size: 14px;
    font-weight: bold;
}

.fa-search {
  color: #dcaf26;
  font-size: 15px;
  cursor: pointer;
}

#mobile-search {
  display: none;
  width: 300px;
}

#mobile-search input {
  font-family: larsseit-light;
  height: 40px;
  width: 100%;
  padding-left: 15px;
}

#searchbox {
  position: absolute;
  right: 10%;
  top: 50px;
  width: 300px;
  pointer-events: none;
  z-index: 50;
  transition: 0.4s;
}

#searchbox input {
  font-family: larsseit-light;
  height: 40px;
  width: 100%;
  padding-left: 15px;
}

.fa-bars {
  color: #fff;
  font-size: 30px;
}

/*end header*/
/*banner*/

#banner {
  height: 100vh;
}

#slider {
  height: 100vh;
}

#slider .owl-item div {
  height: 100vh;
}

.owl-carousel img {
  position: relative;
}

.banner-text {
      position: absolute;
    z-index: 1;
    top: 120px;
    text-align: left;
    left: 13px;
}

.banner-text h1 {
      font-family: Edwardian Script ITC;
    /* text-transform: uppercase; */
    letter-spacing: 3px;
    font-size: 5vw;
    color: #fff;
    font-weight: bold;
}

.banner-text p {
  font-family: larsseit-light;
  letter-spacing: 1px;
  font-size: 2vw;
  color: #aab2bd;
}

.btn-explore {
  font-family: larsseit-medium;
  font-size: 15px;
  background-color: #dcaf26;
  padding: 15px 30px;
  margin-top: 5vmin;
}

#banner .owl-nav {
  position: absolute;
  top: 82%;
  right: 10%;
  padding: 5px 10px;
  background-color: #eceef1;
}

#banner .owl-nav .owl-prev,
#banner .owl-nav .owl-next {
  margin: 0;
}

#banner .fa-arrow-left,
#banner .fa-arrow-right {
  padding: 5px 7px;
  margin: 0;
  background-color: #eceef1;
}

#banner .owl-dots {
  position: absolute;
  left: 10%;
  top: 85%;
}

#banner .owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 5px 7px;
  background: white;
  display: block;
  border-radius: 0px !important;
}

#banner .owl-theme .owl-dots .owl-dot.active span {
  width: 14px;
  height: 14px;
  margin: 5px 7px;
  background: #dcaf26;
  display: block;
  border-radius: 0px !important;
  border: 2px solid white;
}

/*end banner*/
/*start room-check*/

.room-check {
  margin-top: -10vmin;
}

.room-select {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  background: white;
  margin: 0 10%;
  padding: 20px;
  border-radius: 3px;
  box-shadow: 0px 1px 0px 0 rgba(0, 0, 0, 0.2);
}

.check {
  position: relative;
}

.check i {
  position: absolute;
  left: 85%;
  top: 50%;
  padding: 9px 0;
  color: #69707b;
}

.check label {
  font-family: larsseit-medium;
}

.room-select input {
  font-family: larsseit-thin;
  color: #69707b;
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  background-color: #fff;
  padding: 13px 5px;
  width: 150px;
}

.room-select select {
  font-family: larsseit-thin;
  color: #69707b !important;
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  background-color: #fff;
  width: 100px;
  padding: 15px 5px;
}

.room-select .select-room {
  width: 140px;
}

.room-select .checkbtn {
  font-family: larsseit-medium;
  color: #232931;
  font-size: 15px;
  margin-top: 33px;
  border-radius: 0;
  background-color: #dcaf26;
}

/*end room-check */

/*start welcome*/

.welcome {
  margin: 50px 0;
}

.welcome-text {
  margin: auto;
}

.welcome-text h1 {
  font-family: larsseit-medium;
  text-transform: capitalize;
  margin-bottom: 5vmin;
  color: #232931;
}

.welcome-text p {
  font-family: larsseit-light;
  color: #69707b;
  font-size: 18px;
}

.welcome-gallery .col-md-6 {
  padding: 0;
}

.imgleft,
.imgleft img {
  height: 150px;
  width: 100%;
  display: block;
  margin-bottom: 30px;
  text-align: center;
  border-radius: 5px;
}

.imgright,
.imgright img {
  height: 330px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}

/*end welcome*/
/*start feature*/
.features {
  margin: 50px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.rect {
  background: #f5f7fa;
  width: 22%;
  height: 8rem;
  padding-top: 30px;
  border-radius: 5px;
}

.rect img {
  width: 42px;
  height: 42px;
}

.rect p {
  font-family: larsseit-medium;
  letter-spacing: 1px;
  margin-top: 10px;
  color: #232931;
}

/*end features */
/* start feature rooms*/
.feature_rooms {
  margin: 10vmin 0;
}

.feature_rooms h1 {
  font-family: larsseit-medium;
  color: #232931;
}

.room-cards {
  width: 90%;
}

.card {
  margin: 5vmin auto;
}
.masonry{
    column-width: 300px;
    column-gap: 5px;
    padding: 5px;
}

.masonry img{
    width: 100%;
    padding: 3px 0;
}
.card-img-top img {
  width: 100%;
  height: 300px;
}

.card-img-overlay p {
  font-family: larsseit-regular;
  position: absolute;
  right: 0%;
  background-color: #232931;
  width: 60%;
  padding: 10px 1px;
  border-radius: 50px 0 0 50px;
}

.card-img-overlay span {
  margin: 2px;
}

.taka-sign {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #dcaf26;
}

.text-white {
  color: white;
  font-size: 12px;
}

.text-yellow {
  color: #dcaf26;
}

.bookbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin-top: 95px;
}

.bookbtn,
.bookbtn:hover {
  font-family: larsseit-medium;
  padding: 15px 30px;
  background-color: #dcaf26;
  border-radius: 3em;
  text-decoration: none;
  color: #232931;
}

.feature_rooms .card-body p {
  font-family: larsseit-bold;
  text-transform: uppercase;
  font-size: 20px;
  color: #232931;
  padding-top: 30px;
  text-align: center;
}

#room-book .owl-nav {
  position: absolute;
  top: -11%;
  right: 0%;
}

#room-book .fa-arrow-left,
#room-book .fa-arrow-right {
  padding: 10px;
  background-color: #eceef1;
  margin: 5px;
}

/*end feature rooms */
/*start gallery */
.grid {
  margin: auto;
}

.grid-item {
  margin: 0.5rem;
}

/*end gallery*/

/*start client*/

.client {
  background-color: #232931;
  padding-bottom: 100px;
}

.client-text {
  color: #f5f7fa;
  text-align: center;
  padding: 100px;
}

.client-text h2 {
  font-family: larsseit-medium;
  margin-bottom: 5vmin;
}

.client-text h6 {
  font-family: larsseit-light;
  color: #99a1ac;
  font-size: 20px;
}

.testimonial {
  background-color: #fff;
  padding: 20px;
}

.testimonial p {
  font-family: larsseit-light;
  color: #656d78;
  margin-bottom: 5vmin;
}

.testimonial h6 {
  font-family: larsseit-medium;
  color: #232931;
}

.client .owl-carousel .owl-item img {
  position: relative;
  width: 100px;
  border-radius: 50%;
  display: block;
  margin: 0 auto 20px auto;
}

.fa-quote-right {
  position: absolute;
  padding: 20px;
  background-color: #dcaf26;
  text-align: center;
  border-radius: 50px;
  top: 50%;
  left: 55%;
}

.testimonial .owl-dots {
  position: absolute;
  left: 45%;
  top: 110%;
  text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: white;
  display: block;
  border-radius: 0px !important;
}

.owl-theme .owl-dots .owl-dot.active span {
  width: 40px;
  height: 10px;
  margin: 5px 7px;
  background: #dcaf26;
  display: block;
  border-radius: 0px !important;
}

/*end client*/
/*start map */
.map-image {
  line-height: 0px;
}

/*start footer*/
footer {
  background-color: #232931;
  padding: 60px 0;
}

.logo {
  font-family: larsseit-medium;
  color: #fff;
}

.telephone {
  font-family: larsseit-regular;
  color: #dcaf26;
  font-size: 20px;
}

.email {
  font-family: larsseit-thin;
  color: #fdfefe;
}

.address-info {
  font-family: larsseit-light;
  color: #a9b1bc;
}

.menu-links ul {
  list-style: none;
  padding: 0;
  font-size: 14px;
}

.menu-links ul li {
  padding: 5px 0;
}

.menu-links ul li a {
  font-family: larsseit-light;
  padding: 10px 0;
  color: #a9b1bc;
  text-decoration: none;
}

.footer-heading {
  font-family: larsseit-medium;
  color: #fff;
  margin-bottom: 5vmin;
}

.newsletter-text {
  font-family: larsseit-light;
  color: #a9b1bc;
  margin-bottom: 5vmin;
}

.newsletter-form input {
  padding: 5px 10px;
  border-radius: 3px 0 0 3px;
}

.newsletter-form input::placeholder {
  font-family: larsseit-regular;
  font-size: 14px;
}

.input-group>.input-group-prepend>.input-group-text {
  border-radius: 0 3px 3px 0;
}

footer input {
  width: 80%;
  border: none;
  border-radius: 0;
}

footer .input-group .input-group-text {
  background: #dcaf26;
  border: none;
}

.footer-copyright {
  font-family: larsseit-regular;
  margin-top: 10vmin;
  color: #a6aeb9;
  font-size: 14px;
}

.footer-icons {
  text-align: right !important;
}
.footer-icons a{
    color: #fff;
}
.footer-icon {
  margin-left: 15px;
}

hr.newhr {
  border-top: 1px solid #59616c;
}

.gallery img {
  padding: 10px;
}

/*feature rooms*/

.cover-text h5 {
  font-family: larsseit-medium;
  text-transform: uppercase;
}
.availability{
    width: 165px !important;
    padding: 14px;
    color: #fff !important;
    margin: 5px;
}
#cover {
  width: 100%;
  height: 35vmin;
  background: url(../../images/banner1.jpg);
  background-size: 150%;
  position: relative;
}

.cover-text {
  text-align: center;
  font-size: 20px;
  color: #dcaf26;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  padding-top: 12vmin;
}

.main-text h2 {
  font-family: larsseit-medium;
  color: #232931;
}

.page-description {
  font-family: larsseit-light;
  color: #666e79;
  font-size: 18px;
  padding: 5vmin 0 0 0;
}

#room-book .card-img-overlay {
  margin-top: 20px;
}

/*single room */

.single-room {
  margin-top: 20vmin;
}

.gallery-section {
  margin: 5vmin 0;
}

.room-gallery img {
  vertical-align: middle;
  margin-top: 5px;
  border-radius: 3px;
}

.roomSlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

.room-gallery .column {
  width: 16.66%;
}

.slideimage {
  margin-top: 20px;
  margin-left: 0;
}

.room-image {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.6;
}

.slideimage .active,
.room-image:hover {
  opacity: 1;
}

.single-room .single-room-select div {
  margin: 0;
}

.single-room .single-room-select {
  position: relative;
}

.single-room .single-room-select i {
  position: absolute;
  left: 85%;
  top: 43%;
  padding: 0;
  color: #69707b;
}

.single-room .single-room-select label {
  font-family: larsseit-medium;
}

.single-room input {
  font-family: larsseit-thin;
  color: #69707b;
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  background-color: #fff;
  padding: 13px 5px;
  width: 100%;

  margin-bottom: 5vmin;
}

.single-room select {
  font-family: larsseit-thin;
  color: #69707b;
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  background-color: #fff;
  width: 100%;
  padding: 15px 5px;
  margin-bottom: 5vmin;
}

.single-room .checkbtn {
  font-family: larsseit-medium;
  color: #232931;
  border-radius: 0;
  background-color: #dcaf26;
  margin: 0;
}

.single-description {
  margin: 15vmin 0;
}

.single-room-description h5 {
  font-family: larsseit-medium;
  color: #232931;
}

.other-rooms h5 {
  font-family: larsseit-medium;
  color: #232931;
}

.other-rooms .card {
  border: none;
  border-radius: 0;
  margin-left: 0;
}

.other-rooms .card .card-title {
  font-family: larsseit-black;
  text-transform: uppercase;
  color: #232931;
  font-size: 18px;
}

.other-rooms .card-body {
  padding: 0 10px;
}

.other-rooms .card .card-text {
  font-family: larsseit-regular;
  color: #656d78;
}

.feature-amenities {
  margin: 10vmin 0;
}

.feature-amenities h5 {
  font-family: larsseit-medium;
  color: #232931;
  margin-bottom: 10vmin;
}

.amenities {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.amenities img {
  margin-bottom: 5vmin;
}

.amenities p {
  font-family: larsseit-regular;
  color: #656d78;
}

.room-price a {
  margin-top: 15px;
}

.room-price h4 {
  font-family: larsseit-medium;
}

.btn-booking {
  font-family: larsseit-medium;
  font-size: 18px;
  background-color: #dcaf26;
  border-radius: 3px;
  padding: 15px 60px;
}

/*restaurant page */
.restaurent {
  margin: 20vmin 0;
}

.restaurent h2 {
  font-family: larsseit-medium;
  color: #232931;
  margin-bottom: 5vmin;
}

.restaurant-description {
  font-family: larsseit-light;
  font-size: 18px;
  color: #242a32;
}

.restaurent-gallery {
  margin-top: 5vmin;
}

.restaurent-gallery-image img {
  max-width: 100%;
  height: auto;
  margin: 2vmin 0;
}

.restaurent-image-text {
  position: absolute;
  top: 80%;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  font-family: larsseit-medium;
  width: 40%;
  padding: 15px;
  background-color: #dcaf26;
  border-radius: 0 50px 50px 0;
  text-decoration: none;
  color: #232931;
  font-weight: 600;
  text-align: center;
}

.restaurent-image-text p {
  margin: auto;
}

/*site-view page*/
.site-view {
  margin: 15vmin 0;
}

.site-view h2 {
  font-family: larsseit-medium;
  color: #232931;
  margin: 5vmin 0;
}

/*contact page */
.contact {
  margin: 15vmin 0;
}

.contact h2 {
  font-family: larsseit-medium;
  color: #232931;
  margin-bottom: 10vmin;
}

.contact-icon {
  font-size: 25px;
  background-color: #dcaf26;
  width: 20%;
  margin: 5vmin auto;
  border-radius: 3px;
  padding: 15px 0;
}

.contact-info p {
  font-family: larsseit-regular;
  color: #636a76;
}

.contact-form {
  margin: 15vmin 0;
}

.contact-form input,
.contact-form textarea {
  font-family: larsseit-light;
}

.sendbtn,
.sendbtn:hover {
  font-family: larsseit-medium;
  font-size: 15px;
  background-color: #dcaf26;
  border: none;
  color: #232931;
  padding: 15px 20px;
}

.contact-office h5 {
  font-family: larsseit-medium;
  color: #232931;
  margin-bottom: 5vmin;
}

.office-info {
  font-family: larsseit-regular;
  color: #656d78;
}

.office-address-info {
  margin-bottom: 5px;
}

/*booking page */

#msform {
  margin-bottom: 15vmin;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px;
}

#msform input,
#msform select {
  font-family: larsseit-light;
  color: #6f7681;
  width: 100%;
  height: 50px;
}

#msform textarea {
  font-family: larsseit-light;
  color: #6f7681;
}

#msform label {
  font-family: larsseit-medium;
  color: #232931;
  margin-top: 0.5rem;
}

#msform .check-date {
  position: relative;
}

#msform .check-date i {
  position: absolute;
  left: 85%;
  top: 50%;
  padding: 12px 0;
  color: #69707b;
}

.preview {
  margin-top: 10vmin;
  background-color: #232931;
  padding: 10px 0;
  border-radius: 3px;
}

.preview h6 {
  font-family: larsseit-medium;
  color: #dcaf26;
  margin: auto 10px;
  padding: 10px;
}

.preview-info {
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: 10px 0;
  border-radius: 3px;
}

.preview-info-text1 {
  padding: 15px 20px;
}

.preview-info-text1 p {
  font-family: larsseit-medium;
  font-size: 13px;
  color: #242a32;
  margin: 5px 0;
}

.preview-info-text2 {
  padding: 15px 20px;
}

.preview-info-text2 p {
  font-family: larsseit-regular;
  font-size: 13px;
  color: #6d747f;
  margin: 5px 0;
}

#msform fieldset:not(:first-of-type) {
  display: none;
}

#tab-2 {
  display: none;
}

#msform .action-button,
#msform .ln-btn,
#msform .action-button:hover {
  width: 100px;
  font-family: larsseit-medium;
  height: 50px;
  background-color: #dcaf26;
  border: none;
  color: #232931;
  border-radius: 3px;
  float: right;
  margin-top: 10px;
}

#msform .action-button-previous,
#msform .action-button-previous:hover {
  width: 100px;
  font-family: larsseit-medium;
  height: 50px;
  background-color: white;
  border: none;
  color: #dcaf26;
  border-radius: 3px;
  margin-right: 10px;
  float: right;
  margin-top: 10px;
}

/*progressbar*/
#progressbar {
  margin: 10vmin 0;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
  text-align: center;
}

#progressbar li {
  font-family: larsseit-medium;
  list-style-type: none;
  color: #656d78;
  width: 33.33%;
  float: left;
  position: relative;
  letter-spacing: 1px;
}

#progressbar li:before {
  content: "0"counter(step) "";
  counter-increment: step;
  width: 24px;
  height: 24px;
  line-height: 26px;
  display: block;
  font-size: 12px;
  color: #656d78;
  background: #aab2bd;
  border-radius: 25px;
  margin: 0 auto 10px auto;
}

/*progressbar connectors*/
#progressbar li:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #aab2bd;
  position: absolute;
  left: -50%;
  top: 11px;
  z-index: -1;
  /*put it behind the numbers*/
}

#progressbar li.active {
  color: #dcaf26;
}

#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before {
  background: #dcaf26;
  color: white;
}

.terms {
  margin-top: 5px;
}

#regForm .textarea {
  width: 100%;
  height: 100px;
}

/* The container */
.checkbutton {
  font-family: larsseit-medium;
  color: #232931;
  display: block;
  position: relative;
  padding-left: 50px;

  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbutton span {
  margin: 0;
}

/* Hide the browser's default checkbox */
#msform .checkbutton input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background-color: white;
  margin: 0 0 0 5px;
}

.checkbutton:hover input~.checkmark {
  background-color: white;
}

.checkbutton input:checked~.checkmark {
  background-color: #dcaf26;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbutton input:checked~.checkmark:after {
  display: block;
}

.checkbutton .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.login-header{
    background: #232931;
    color: #fff;
    font-weight: bold;
}
.subscriber-btn{
    background: #dcaf26;
    border: none;
    padding: 2px;

}
/*media queries*/

@media screen and (max-width: 1200px) {
  .room-check {
    margin-top: 0;
  }

  .room-select {
    margin: 0;
    box-shadow: none;
  }

  .fa-quote-right {
    top: 45%;
  }
}

@media screen and (max-width: 992px) {
  .container {
    max-width: 100%;
  }

  .fa-search {
    display: none;
  }

  #searchbox {
    display: none;
  }

  #mobile-search {
    display: block;
  }

  .room-select {
    justify-content: center;
  }

  .room-select div {
    margin: 0 10px;
  }

  .room-select input {
    width: 150px;
  }

  .room-select select {
    width: 150px;
  }

  .room-select .select-room {
    width: 150px;
  }

  .check label {
    margin-top: 10px;
  }

  .room-select .checkbtn {
    margin-top: 43px;
  }

  .check i {
    top: 55%;
  }

  .fa-quote-right {
    padding: 15px;
  }

  .other-rooms {
    margin-top: 10vmin;
  }
}

@media screen and (max-width: 767px) {
  .top-right-text {
    text-align: left !important;
    margin-top: 10px;
  }

  .banner-text {
    top: -80%;
  }

  #banner .owl-dots {
    top: 80%;
  }

  #banner .owl-nav {
    top: 75%;
  }

  .btn-explore {
    padding: 10px 20px;
  }

  .footer-icons {
    text-align: center !important;
    margin-top: 10px;
  }


  .features {
    display: flex;
  }

  .rect {
    background: #f5f7fa;
    width: 45%;
    height: 8rem;
    padding-top: 30px;
    border-radius: 5px;
    box-shadow: 0px 1px 0px 0 rgba(0, 0, 0, 0.2);
    margin: 15px 5px;
  }

  .testimonial .owl-dots {
    left: 40%;
  }

  .fa-quote-right {
    top: 50%;
    left: 50%;
  }

  .client-text {
    padding: 20px;
  }

  .single-room .room-select {
    margin-top: 10vmin;
  }

  .amenities {
    flex-direction: column;
    justify-content: center;
  }

  .room-price {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .contact-office h5 {
    margin-top: 10vmin;
  }

  .single-room .single-room-select {
    margin-top: 10vmin;
  }
}

@media screen and (max-width: 420px) {
  .top-header-info {
    display: flex;
    flex-wrap: wrap;
  }

  .top-header-icon {
    line-height: inherit;
  }

  #banner .owl-dots {
    top: 65%;
  }

  #banner .owl-nav {
    top: 60%;
  }

  #room-book .owl-nav {
    top: 92%;
    right: 35%;
  }
}
