/* .video-navbar-section {

  position: relative;

  max-height: 910px;

  overflow: hidden;

  height: 900px;

}

.video {

  top: 0;

  left: 0;

  max-height: 910px !important;

  width: 100% !important;

  object-fit: fill;

  position: absolute;

} */



/* .address-block {

    height: 400px;

} */



.swiper-pagination .swiper-pagination-bullet-active {

  background-color: #03e3fc !important;

}



.owl-carousel .owl-dots .owl-dot.active span,

.owl-carousel .owl-dots .owl-dot:hover span {

  background: #03e3fc !important;

}



.learnmore {

  color: #ffffff !important;

}

.overlaynavitem>a {

  text-decoration: none;

}



/* @media (min-width: 992px) and (max-width: 1599px) {

    .video-navbar-section {

      position: relative;

      max-height: 600px !important;

      overflow: hidden;

      height: auto;

    }

    .video {

      top: 0;

      left: 0;

      max-height: 600px !important;

      width: 100% !important;

      object-fit: fill;

      position: relative;

    }

  } */



@media (min-width: 0px) and (max-width: 991px) {

  /* .video-navbar-section {

      position: relative;

      max-height: auto !important;

      overflow: hidden;

      height: auto;

    }

    .video {

      top: 0;

      left: 0;

      max-height: auto !important;

      width: 100% !important;

      object-fit: fill;

      position: relative;

    } */

  .nav-background-home {

    position: relative;

  }

  .cs-about-img-area-right {
    display: none !important;
  }

  .right-img-hide {
    display: block !important;
  }

  .mt-md-top {
    margin-top: 20px;
  }

  .room-md-top {
    margin-top: 80px;
  }


}

.mm-panel {

  background: #1e1e1e;

}

.mm-navbar {

  background: #1e1e1e;

}

.mm-menu_offcanvas.mm-menu_opened {

  display: block;

  z-index: 999;

}

.mm-navbar-img {

  width: 120px;

}

a.mm-listitem__text {

  color: #f5f5f5 !important;

}

.hamburger-inner,

.hamburger-inner::before,

.hamburger-inner::after {

  background-color: #f5f5f5 !important;

}

.mm-navbar center {

  background: #1e1e1e;

}

.mm-listitem_selected>.mm-listitem__text {

  background: white !important;

  font-weight: bold;

  color: black !important;

}

.hotellogo {
  max-width: 150px;
}

.packagebox {
  border: 2px solid #03e3fc;
  width: 85%;
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 25px;
}

.travelimg {
  width: 100%;
  border-radius: 0px 200px 200px 0px;

}

.travelimg-right {
  width: 100%;
  border-radius: 200px 0px 0px 200px;
}

.roominnerimg {
  position: relative;
}

.room-inner-card>a {
  position: absolute;
  right: 0%;
  margin-top: 9px;
  margin-right: 10px;
}



.fa-search-plus {
  color: #272535;
  font-size: 25px;
}

.searchbox {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, .4);
}

.amenities {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 10px 15px;
  border-radius: 15px;
  margin-bottom: 0px;
  width: 85%;
  text-align: center !important;

}

.room-related-img {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, .2);
}

.room-related-img span,
.room-related-img .overlay,
.room-related-img {
  transition: all .2s linear;
}

.room-related-img {
  overflow: hidden !important;
}

.room-related-img>img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .5s ease-in-out;
}

.room-related-img:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}


.cs-about-img-area {
  top: 0;
  left: -14%;
  position: absolute;
}


.cs-about-img-area-right {
  top: 0;
  right: -14%;
  position: absolute;
}

.reveal-img-wrap {
  overflow: hidden;
}

.reveal-img-wrap .reveal-img-inner img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0px 100px 100px 0px;
}


.cs-about-img-area-right .reveal-img-wrap .reveal-img-inner img {
  border-radius: 100px 0px 0px 100px !important;
}


.cs-about-img-area-right-hide .reveal-img-wrap .reveal-img-inner img {
  border-radius: 100px 0px 0px 100px;
}

.mm-page {
  overflow: hidden !important;
}

.similar-txt-flex {
  display: flex;
  justify-content: center;
}

.similar-room-box {
  border: 1px solid #fff;
  position: relative;
  background: linear-gradient(30deg, rgba(95, 95, 97, .2) 50%, transparent 30%);
}

.top-flex {
  display: flex;
}






/* .travel-flex{
    display: inline-block;
    position: relative;
  }

  .travel-flex::before{
    display: block;
    content: "";
    height: 105%;
    width: 110%;
    background: #5ED4F0;
    position: absolute;
    z-index: -1;
    border-radius: 40%;
    left: -5%;
    top: -5%;
    -webkit-animation: animatebg 7s linear infinite;
    animation: animatebg 7s linear infinite;
  }
  .travel-flex::after{
    display: block;
    content: "";
    height: 120%;
    width: 110%;
    background: rgba(94, 211, 240, 0.527);
    position: absolute;
    z-index: -1;
    border-radius: 45%;
    left: -5%;
    top: -10%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: animatebg 10s linear infinite;
    animation: animatebg 10s linear infinite;
  } */

@media(min-width:1699px) {

  /* .travel-right-row {

      box-shadow: 0px 16px 5px 0px rgba(0, 0, 0, 0.4);
      border: 2px solid #03e3fc;

  }

  .travel-left-row {

    box-shadow: 0px 16px 5px 0px rgba(0, 0, 0, 0.4);
    border: 2px solid #03e3fc;

  } */

  /* .travel-flex{

  display: none;

  } */

  .timg {

    height: 100% !important;

  }

  .overlaynavitem {

    position: relative;

    z-index: 1;

  }





  .overlaynavitem:hover .master-nav-icon-title {

    color: #03e3fc;

    transition: 0.4s ease-in-out;

  }



  .overlaynavitem:hover .overlay-menu-icon {

    filter: opacity(0.5) drop-shadow(0 0 0 #03e3fc);

    transition: 0.4s ease-in-out;

  }

  .navbar-expand-lg {

    float: right;

  }

  .travellearnmore {

    float: right;

  }

  .startext {

    display: flex;

  }



  .package-card {

    min-height: 340px !important;

  }





}

@media (min-width: 0px) and (max-width: 1699px) {

  .hotel-container {

    max-width: 97%;

  }

  .overlaynavitem {

    position: relative;

    z-index: 1;

  }





  .overlaynavitem:hover .master-nav-icon-title {

    color: #03e3fc;

    transition: 0.4s ease-in-out;

  }



  .overlaynavitem:hover .overlay-menu-icon {

    filter: opacity(0.5) drop-shadow(0 0 0 #03e3fc);

    transition: 0.4s ease-in-out;



  }



  .overlaynavitem:hover .overlay-menu-item {

    color: #03e3fc;

    transition: 0.4s ease-in-out;

  }

}

@media (min-width: 1400px) and (max-width: 1699px) {

  .package-card {

    height: auto;

    /* min-height: 438px; */

  }

  .navbar-expand-lg {

    float: right;

  }

  .travellearnmore {

    float: right;

  }

  .room-hr {

    display: none !important;

  }

  .ourrommsection {

    padding: 30px 0px !important;

  }

  /* .roomcardimg{

      max-height:300px !important;

    } */

}

@media (min-width: 1200px) and (max-width: 1399px) {

  .package-card-body {

    padding: 15px;

    /* min-height: 100px; */

  }

  .package-card {

    /* min-height: 370px; */

    height: auto;

    margin: 0px 3px;

  }

  .container {

    width: 100% !important;

    padding: 0px 15px;

    max-width: auto !important;

  }

  .hotel-nav-item {

    margin: 0px 5px;

  }

  h2.hotel-heading {

    font-size: 35px;

  }

  h5.card-text {

    font-size: 17px !important;

    font-weight: 400 !important;

  }

  p.card-text.text-white.para.d-md-block {

    opacity: 0.7;

  }

  .room-card {

    margin: 0px 3px;

  }

  .testimonial {

    margin-bottom: 0px;

  }

  .hotel-footer-row {

    padding: 35px 0px 10px 0px !important;

  }

  .quotetext {

    font-size: 25px;

  }

  .package-text {

    font-size: 20px;

  }

  .facilities-info span {

    font-weight: 400;

  }

  .phone-address {

    width: 100%;

  }

  .reservationform {

    max-width: 75%;

    margin: 0 auto;

  }

  .navbar-expand-lg {

    float: right;

  }

  .travellearnmore {

    text-align: center;

  }

  .travelbtn {

    width: 70%;

  }

  .startext {

    display: flex;

  }

  /* .room-hr{

      display:none  !important;

    } */

  /* .roomcardimg{

      max-height:270px !important;

    } */

  .room-hr {

    display: none !important;

  }

  .ourrommsection {

    padding: 30px 0px !important;

  }



}


@media(min-width: 992px) {
  .right-img-hide {
    display: none;
  }
}



@media (min-width: 992px) and (max-width: 1199px) {

  .home-about-box {

    margin: 0 auto;

    padding: 70px 0px;

  }

  .master-nav-icon-title {

    font-size: 15px;

  }

  /* .roombox {

      margin-left: 0px;

    } */

  .room-inner-section {

    padding: 0px;

  }

  /* .room-card {

      height: auto !important;

    } */



  .roombox {

    display: block;

    width: 85%;

    margin: 0 auto;

  }

  .hotel-row {

    padding: 0px 0px !important;

  }

  .hotel-nav-item a {

    font-size: 12px;

  }

  h2.hotel-heading {

    font-size: 30px;

  }

  .package-info {

    padding: 0px 50px;

  }

  .package-title {

    font-size: 25px;

    text-shadow: 2px 1px #ffffff;

    padding: 0px;

  }

  .recommend-icon {

    padding: 0px;

  }

  .darkroom,

  .lightroom {

    padding: 20px 0px !important;

  }

  .home-package-title {

    font-size: 23px;

    line-height: 25px;

  }

  .package-info p {

    font-size: 14px;

    line-height: 24px;

  }

  .talentcontactbox {

    display: block;

  }

  .address-info {

    font-size: 20px;

  }

  .footer-text {

    font-size: 15px;

  }



  .package-card-body {

    padding: 15px;

    /* min-height: 100px; */

  }

  .package-card {

    height: auto;

    margin: 0px 3px;

  }

  .container {

    width: 100% !important;

    padding: 0px 15px;

    max-width: auto !important;

  }

  .hotel-nav-item {

    margin: 0px 5px;

  }

  h5.card-text {

    font-size: 18px !important;

    font-weight: 400 !important;

  }

  p.card-text.text-white.para.d-md-block {

    opacity: 0.7;

  }

  .room-card {

    /* min-height: 580px !important; */

    margin: 0px 3px;

  }

  .testimonial {

    margin-bottom: 0px;

  }

  .hotel-footer-row {

    padding: 35px 0px 10px 0px !important;

  }

  .quotetext {

    font-size: 25px;

  }

  .package-text {

    font-size: 20px;

  }

  .facilities-info span {

    font-weight: 400;

  }

  .phone-address {

    width: 100%;

  }

  .reservationform {

    max-width: 100%;

  }

  .navbar-expand-lg {

    float: right;

  }

  .travellearnmore {

    text-align: center;

  }

  #carouselExampleIndicatorsOne,
  #carouselExampleIndicatorsTwo,
  #carouselExampleIndicatorsThree,
  #carouselExampleIndicatorsFour,
  #carouselExampleIndicatorsFive {

    width: 85%;

    margin: 0 auto;

    margin-bottom: 100px;

  }

  .travelbtn {

    width: 70%;

  }

  .startext {

    display: flex;

  }

  .travel-sec {
    padding: 100px 0px !important;
  }

  .travelimg,
  .travelimg-right {
    object-fit: fill;
    min-height: 365px !important;
  }

  .home-package-title::before {
    width: 50px !important;
  }





}



@media (min-width: 768px) and (max-width: 991px) {

  .about-info-box {

    width: 100% !important;

  }

  .testimonial-block {

    position: absolute;

    z-index: 9999;

    background-color: #1e1e1e;

    width: 100%;

  }

  .hotel-form-group {

    margin-bottom: 0px;

  }

  .contact-us-page .form-control {

    font-size: 13px;

    margin-bottom: 15px;

    padding: 15px;

    background: #e5e2e2;

  }

  button.btn.sendmail-btn {

    font-size: 14px;

  }

  .home-about-box {

    margin: 0 auto;

    padding: 70px 0px;

  }

  .master-nav-icon-title {

    font-size: 15px;

  }

  /* .roombox {

      margin-left: 0px;

    } */



  .roombox {

    display: block;

    width: 95%;

    margin: 0 auto;

  }

  #carouselExampleIndicatorsOne,
  #carouselExampleIndicatorsTwo,
  #carouselExampleIndicatorsThree,
  #carouselExampleIndicatorsFour,
  #carouselExampleIndicatorsFive {

    width: 95%;

    margin: 0 auto;

    margin-bottom: 100px;

  }

  /* .room-row {

      padding: 50px 0px;

    } */



  .room-inner-section {

    padding: 0px;

  }

  .room-card {

    height: auto !important;

  }

  .hotel-row {

    padding: 0px 0px !important;

  }

  .hotel-nav-item a {

    font-size: 15px;

  }

  h2.hotel-heading {

    font-size: 30px;

  }

  .package-info {

    padding: 0px 50px;

  }

  .darkroom,

  .lightroom {

    padding: 20px 0px !important;

  }

  .home-package-title {

    font-size: 26px;

    line-height: 25px;

  }

  .package-info p {

    font-size: 14px;

    line-height: 24px;

  }

  .talentcontactbox {

    display: block;

  }

  .address-info {

    font-size: 20px;

  }

  .footer-text {

    font-size: 15px;

  }



  .package-card-body {



    padding: 15px;

    /* min-height: 100px; */

  }

  .package-card {

    /* min-height: 368px !important; */

    height: auto;

    margin: 0px 3px;

  }

  .container {

    width: 100% !important;

    padding: 0px 15px;

    max-width: auto !important;

  }

  .hotel-nav-item {

    margin: 0px 5px;

  }

  h5.card-text {

    font-size: 17px !important;

    font-weight: 400 !important;

  }

  p.card-text.text-white.para.d-md-block {

    opacity: 0.7;

  }

  .room-card {

    margin: 0px 3px;

  }

  .testimonial {

    margin-bottom: 0px;

  }

  .hotel-footer-row {

    padding: 35px 0px 10px 0px !important;

  }

  .quotetext {

    font-size: 25px;

  }

  .package-text {

    font-size: 20px;

  }

  .facilities-info span {

    font-weight: 400;

  }

  .phone-address {

    width: 100%;

  }

  .reservationform {

    max-width: 75%;

    margin: 0 auto;

    margin-top: 50px;

  }

  .navbar-expand-lg {

    float: right;

  }

  .about-info-box {

    max-width: 100% !important;

  }

  .travellearnmore {

    text-align: center !important;

  }

  .travel-img-flex {

    display: flex;

    justify-content: center;

    margin-bottom: 25px;

  }

  .pckg-title {

    font-size: 25px !important;

    text-align: center;

  }

  .testimonial-heading::before,
  .testimonial-heading::after {

    width: 85px !important;

  }

  /* .travelflex{

      display: flex;

      justify-content: center;

      margin-bottom:20px;

    } */

  .travelbtn {

    width: 80%;

  }

  .startext {

    display: flex;

  }

  .travelimg,
  .travelimg-right {

    max-width: 633px !important;
    min-height: auto !important
  }

  .travel-flex {
    display: flex;
    justify-content: center;
  }

  .travel-flex>img {
    border-radius: 0px 0px !important;
  }

  .travel-sec {
    /* padding: 100px 0px !important; */
    padding-bottom: 100px !important;
  }

  .cs-about-img-area {
    left: -2%;
  }

  .packagebox {
    margin-top: 450px;
  }

  .cs-about-img-area-right-hide {
    top: 0;
    right: -2%;
    position: absolute;
  }



}



@media(min-width: 576px) and (max-width: 767px) {

  .startext {

    display: flex;

  }



  .accordion-title {

    padding-left: 7px !important;

  }

  .travel-sec {
    /* padding: 100px 0px !important; */
    padding-bottom: 100px !important;
    padding-top: 100px !important;
  }

  .cs-about-img-area {
    left: -2%;
  }


  .cs-about-img-area-right-hide {
    top: 0;
    right: -2%;
    position: absolute;
  }

  .home-package-title {
    font-size: 24px !important;
    padding-left: 0px !important;
  }

  .home-package-title::before {
    width: 50px !important;
  }


}

@media(min-width: 700px) and (max-width: 767px) {
  .packagebox {
    margin-top: 450px;
  }
}

@media(min-width: 650px) and (max-width: 699px) {
  .packagebox {
    margin-top: 395px;
  }
}

@media(min-width: 576px) and (max-width: 649px) {
  .packagebox {
    margin-top: 350px;
  }
}
a.hotellogo:focus-visible {
    outline: none;
}
@media (min-width: 0px) and (max-width: 767px) {

  .hotellogo {
    max-width: 150px;
    margin-bottom: 10px;
}
.hotel-container .row.custom{
    width: 700px;
    white-space: nowrap;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
}

  .video-navbar-section {

    position: relative;

    max-height: auto !important;

    overflow: hidden;

    height: auto;

  }

  .video {

    top: 0;

    left: 0;

    max-height: auto !important;

    width: 100% !important;

    object-fit: fill;

    position: relative;

  }

  .about-info-box {

    width: 100% !important;

  }

  .facilities-list {

    width: auto;

    margin-top: 0px;

  }

  .package-card-body .para {

    /* text-align: left; */

    margin-top: 0px;

  }

  .inner-box {

    width: auto;

    margin: 15px auto;

  }

  .owl-carousel {

    margin-bottom: 30px !important;

  }

  /* .carousel-indicators {

      display: none;

    } */



  #carouselExampleIndicatorsOne,
  #carouselExampleIndicatorsTwo,
  #carouselExampleIndicatorsThree,
  #carouselExampleIndicatorsFour,
  #carouselExampleIndicatorsFive {

    margin-bottom: 70px;

  }

  .row.hotel-footer-row .logo,

  .row.hotel-footer-row .social-hr {

    display: block;

  }

  h2.hotel-heading {

    font-size: 25px;

  }

  .title h2::before,

  .title h2::after {

    width: 20px;

  }

  /* .room-row {

      padding: 20px 0px;

    } */

  .master-nav-icon-wrap {

    display: block;

    justify-content: center;

    margin-bottom: 10px;

    min-height: 30px;

    width: 30px;

    margin: 0px auto;

  }

  .master-nav-icon-wrap img {

    width: 100%;

    height: auto;

  }

  .master-nav-icon-title {

    font-size: 12px;

    margin-bottom: 0px;

  }

  .navbaricon .col {

    padding: 0px 3px;

  }

  .room-inner-section {

    padding: 0px;

    margin-top: 30px;

  }

  .package-para {

    font-size: 15px;

    font-weight: 400;

  }



  .testimonial-block {

    position: relative;

    z-index: 9999;

    background-color: #1e1e1e;

    width: 100%;

  }

  .testimonial-box {

    display: block !important;

  }

  .whiteBox {

    position: relative;

    display: none;

  }

  .hotel-form-group {

    margin-bottom: 0px;

  }

  .contact-us-page .form-control {

    font-size: 13px;

    margin-bottom: 15px;

    padding: 15px;

    background: #e5e2e2;

  }

  button.btn.sendmail-btn {

    font-size: 14px;

  }



  .home-about-box {

    margin: 0 auto;

    padding: 70px 0px;

  }

  .master-nav-icon-title {

    font-size: 12px;

  }

  .roombox {

    margin-left: 0px;

  }

  .room-inner-section {

    padding: 0px;

  }

  .room-card {

    height: auto !important;

  }

  .hotel-row {

    padding: 0px 0px !important;

    align-items: center;

  }

  .hotel-nav-item a {

    font-size: 15px;

  }

  .package-info {

    padding: 0px;

  }

  /* .darkroom,

    .lightroom {

      padding: 20px 0px !important;

    } */

  .home-package-title {

    /* font-size: 16px; */

    line-height: 25px;

  }

  .package-info p {

    font-size: 14px;

    line-height: 24px;

  }

  .talentcontactbox {

    display: block;

  }

  .address-info {
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px;
  }

  .footer-text {

    font-size: 14px;

  }

  footer a.logo, footer
  .social-hr {
    display: none !important;
  }

  .form-group.row.mb-4 {
    margin-bottom: 0px !important;
}

  .packagebox {

    background: #000;

  }

  .package-info {

    padding: 0px 15px 15px 15px;

  }



  .package-card-body {

    padding: 15px;

    /* min-height: 100px; */

  }



  .container {

    width: 100% !important;

    padding: 0px 15px;

    max-width: auto !important;

  }

  .hotel-nav-item {

    margin: 0px 5px;

  }

  h5.card-text {

    font-size: 16px !important;

    font-weight: 400 !important;

  }

  p.card-text.text-white.para.d-md-block {

    opacity: 0.7;

    font-size: 14px;

  }

  .room-card {

    /* min-height: auto !important; */

    margin: 0px 3px;

  }

  .testimonial {

    margin-bottom: 0px;

    width: 90%;

    display: block;

    margin: 0px auto;

  }

  .hotel-footer-row {

    padding: 35px 0px 10px 0px !important;

  }

  .quotetext {

    font-size: 25px;

  }

  .package-text {

    font-size: 17px;

    text-align: center;

  }

  .facilities-info span {

    font-weight: 400;

  }

  .phone-address {

    width: 100%;

  }



  .roomtype {

    text-align: center;

  }

  .aboutsection {

    padding-top: 0px;

    padding-bottom: 30px;

  }

  .reservationform {

    margin-top: 50px;

  }

  .form-bg {

    margin-top: 50px;

  }

  .navbarcol:hover .master-nav-icon-title {

    color: #03e3fc;

  }



  .navbarcol:hover .bottomnavicon {

    filter: opacity(0.5) drop-shadow(0 0 0 #03e3fc);

  }



  .travellearnmore {

    text-align: center !important;

  }

  .travel-img-flex {

    display: flex;

    justify-content: center;

    margin-bottom: 25px;

  }

  .pckg-title {

    font-size: 25px !important;

    padding-top: 20px !important;

    text-align: center;

  }

  .overlay-menu-item {

    font-size: 19px;

    margin-left: 50px;

    font-family: "Lato", sans-serif !important;

  }

  .travelbtn {

    width: 100%;

  }

  .accordion-title {

    font-size: 15px;

  }

  .room-sm-top {
    margin-top: 80px;
  }

  .similar-room-box>h4 {
    font-size: 24px;
  }

  .footer-info-txt, .footer-info-txt span {
      font-size: 13px;
  }

}



@media (min-width: 0px) and (max-width: 575px) {

  h2.hotel-heading {

    font-size: 22px;

  }

  .testimonial-box {

    display: block !important;

    position: relative;

  }

  .page-title {

    position: relative;

    height: 200px;

  }

  .whiteBox {

    display: none;

  }

  .package-text,

  .roomtype {

    text-align: center;

    font-size: 15px;

  }

  .roomratingspace {

    margin-right: 20px;

  }

  .title.my-5 {

    margin: 20px 0px !important;

  }

  #navbaricon .hotel-container {

    width: 100%;

    overflow-x: scroll;

  }

  .nav-background-home {

    position: relative;

  }

  .button_container span {

    height: 2px;

    margin-bottom: 2px;

  }

  .navbaricon {

    margin-top: 20px;

  }

  .room-card {

    margin: 5px 3px;

  }



  .booking-form {

    width: auto;

  }

  .title h2::before,

  .title h2::after {

    display: none !important;

  }

  .mt-sm-top {
    margin-top: 20px;
  }

  .top-flex {
    display: block !important;
  }





}



@media(min-width: 750px) and (max-width: 767px) {

  .package-card {

    height: auto;

    margin: 0px 3px;

  }

}



@media(min-width: 600px) and (max-width: 654px) {

  .room-card {

    min-height: 542px;

  }

}

@media(min-width: 600px) and (max-width: 749px) {

  .package-card {

    height: auto;

    margin: 0px 3px;

  }

}





@media (min-width: 386px) {

  .mobile-break {

    display: none;

  }

}

@media (max-width: 385px) {

  .mobile-break {

    display: block;

  }

}

@media (max-width: 420px) and (min-width: 320px) {

  .contact-address {

    font-size: 18px !important;

  }

  .address-block {

    padding: 0px 10px !important;

  }

  .contact-address-txt {

    font-size: 13px !important;

  }

  .room-carousel-indicators {

    display: none !important;



  }

  #carouselExampleIndicatorsOne,
  #carouselExampleIndicatorsTwo,
  #carouselExampleIndicatorsThree,
  #carouselExampleIndicatorsFour,
  #carouselExampleIndicatorsFive {

    margin-bottom: 0px !important;

  }

}





/* For Contact Page */

@media (min-width: 1400px) {

  .form-bg {

    width: 85%;

    margin: 0 auto;

  }

}



@media (min-width: 1200px) {

  .form-bg {

    width: 90%;

    margin: 0 auto;

  }

}

@media(max-width: 1299px) and (min-width: 0px) {

  .similar-txt-flex {
    display: block !important;
    padding-left: 50px !important;
  }

}


@media (max-width: 1199px) and (min-width: 0px) {

  .form-bg {

    width: 100%;

  }



}





@media(min-width: 768px) {



  .navbarcol {

    position: relative;

    z-index: 1;

  }



  .navbarcol>a:after {

    content: '';

    position: absolute;

    bottom: 0;

    left: 0;

    right: 0;

    display: block;

    height: 0;

    width: 100%;

    text-align: center;

    background-color: #03e3fc;

    transition: height 250ms ease-in-out;



  }



  .navbarcol:hover a:after {

    height: 3px;

  }





  .navbarcol:hover .master-nav-icon-title {

    color: #03e3fc;

    transition: 0.4s ease-in-out;

  }



  .navbarcol:hover .bottomnavicon {

    filter: opacity(0.5) drop-shadow(0 0 0 #03e3fc);

    transition: 0.4s ease-in-out;

  }

}





@media(min-width:420px) and (max-width:575px) {

  .room-indicators {

    margin-top: 60px !important;

  }

  .travel-sec {
    /* padding: 100px 0px !important; */
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }

  .cs-about-img-area {
    left: -2%;
  }

  .cs-about-img-area-right-hide {
    top: 0;
    right: -2%;
    position: absolute;
  }

  .home-package-title {
    font-size: 23px !important;
    padding-left: 0px !important;
  }

  .home-package-title::before {
    width: 50px !important;
  }

  .facilities-title {
    font-size: 22px;
  }

  .similar-room-box>h4 {
    font-size: 22px;
  }

  .facilities-title::before {
    width: 60px !important;
  }

}


@media(min-width: 500px) and (max-width: 575px) {
  .packagebox {
    margin-top: 345px;
    width: 95% !important;
  }
}

@media(min-width: 420px) and (max-width: 499px) {
  .packagebox {
    margin-top: 295px;
    width: 95% !important;
  }
}

@media(min-width: 350px) and (max-width: 419px) {
  .packagebox {
    margin-top: 295px;
    width: 95% !important;
  }

  .home-package-title {
    font-size: 20px !important;
    padding-left: 0px !important;
  }

  .home-package-title::before {
    width: 35px !important;
  }

  .cs-about-img-area-right-hide {
    top: 0;
    right: -19%;
    position: absolute;
  }

  .facilities-title {
    font-size: 21px;
  }

  .facilities-title::before {
    width: 50px !important;
  }

  .similar-room-box>h4 {
    font-size: 21px;
  }

  .amenities {
    width: 100% !important;
  }

}



@media(min-width:419px) and (max-width:320px) {

  .carousel-indicators {

    display: none !important;

  }

}







@media(min-width:576px) and (max-width:800px) {

  .owl-carousel .nav-button {

    top: 140px !important;

  }

}



@media(min-width:575px) and (max-width:500px) {

  .owl-carousel .nav-button {

    top: 155px !important;

  }

}



@media(min-width:320px) and (max-width:370px) {

  .owl-carousel .nav-button {

    top: 250px !important;

  }

}

@media (max-width: 375px) {
    .hotellogo {
        max-width: 81px;
        margin-bottom: 10px;
        margin-left: 10px;
    }
}