.man_linehight {
    line-height: 27px;
    text-align: justify;
}
.amenities{ flex-wrap: wrap; display: flex;}
.amenities li {
    display: inline-block;
    padding: 5px 0px 5px 20px;
    margin: 4px 0 0 0;
    background: url(../img/check.svg) no-repeat 0;
    font-size: 13px;
    width: 32%;
}
.modal-body .amenities li {
    width: 49%;
}
.images {
    flex: 0 0 auto;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: auto auto;
}
.images .image-01 img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 120px 0 120px 0;
}
#about img {
    width: 100%;    transition: all .3s;
}
.images .image-01 img:hover {
  border-radius: 0 120px 0 120px;
}
.images .image-03 img:hover {
  border-radius: 0 0 0 120px;
}
.images .image-02 img:hover {
  border-radius: 0 0 120px 0;
}
.images .image-03 {
    margin-top: 40px;
}
.images .image-02 img {
  border-radius: 120px 0 0 0;
}
.images .image-03 img {
  border-radius: 0 120px 0 0;
}
.bg_light {
    background: hsl(75.65deg 58.97% 15.29% / 6%);
}

.these_packages_box {
    padding: 10px 15px;
    display: flex;
    background: #fff;
    border: 1px solid hsl(76deg 53% 17% / 70%);
    margin-bottom: 15px;
    border-radius: 14px;
    cursor: pointer;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.these_packages_box:hover, .these_packages_box.active {
    background: #354114;
    color: #fff;
}
.these_packages_box img {
    min-width: 55px;
    margin: 0 25px  auto 0;
}
.these_packages_box h3 {
    font-size: 22px;
    margin: 0;
    color: #1e240d;
    font-weight: 700;
}
.these_packages_box p {
    font-size: 13px;
    margin: 0;
}
.beautiful_img {
    -webkit-transition: .5s ease;
    transition: .5s ease;
    margin: 0!important;
    width: 47%;
    position: absolute;
    left: 2%;
    top: 8%;
    opacity: 0;
}
.these_packages_box img {
    min-width: 55px;
    margin: 0 25px  auto 0;
}
.these_packages_box:hover .beautiful_img, .these_packages_box.active .beautiful_img {
    opacity: 1;
    z-index: 1;
}
.these_packages_box:hover h3, .these_packages_box.active h3 {
    color: #fff;
}

.tent-home {
    position: relative;
    background: #000;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.tent-home {
    position: relative;
    background: #000;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.cursor_pointer {
    cursor: pointer;
}
.tent-home img {
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.tent-text-home {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.tent-text-home img {
    opacity: 1!important;
    width: 50px;
}
.fbf {
    font-family: 'Playfair Display';
}
.tent-home:hover .tent-text-home {
    opacity: 1;
}
.tent-home:hover img {
    opacity: 0.4;
}
.tent-text-home img {
    opacity: 1!important;
    width: 50px;
}
.inner img {
    height: 46px;
}
.service-block .inner .h4 {
    font-size: 15px; margin-top: 20px;  display: inline-block;
}
.service-block .inner {
    padding: 0;
    border-width: 1px;
    height: 125px;
    font-size: 14px;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    text-align: center;
}
.our-gallery .right-column .content-box .text {
    margin-bottom: 30px;
}
.our-gallery .owl-carousel .owl-item img {
    object-fit: cover;
    margin-bottom: 20px;
}
.our-gallery .owl-theme .owl-nav {
    display: none;
}
.reviews_section {
    background: url(../img/reviews_section2.webp) no-repeat center;
    background-size: cover;
    position: relative;
    color: #fff;
    background-attachment: fixed;
}
.reviews_section .quote {
    margin-bottom: 20px;
    opacity: 0.5;
    width: 50px;
}
.name_reviews {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.name_reviews img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}
.name_reviews .name_apan {
    margin: 0 0 5px;
    font-size: 18px;
}
.reviews_section .owl-theme .owl-dots .owl-dot span { background: rgb(255 255 255 / 40%); }
.reviews_section .owl-theme .owl-dots .owl-dot.active span { background: #fff; }
.reviews_section .owl-nav {
    display: none;
}
.these_packages2 img {
    margin-bottom: 14px;
    height: 60px;
}
.these_packages2 .h3 {
    font-size: 14px;
    margin-top: 16px;
    margin-bottom: 10px;
    display: block;
}
.faq_part_home .accordion-item {
    background: #ffffff;
    padding: 5px;
    margin-top: 17px;
    border-radius: 8px;
    box-shadow: 1px 7px 8px hsl(0deg 0% 0% / 13%);border: 0;
}
.faq_part_home .accordion-item h3 button {
    position: relative;
    font-size: 17px;
    margin: 0;
    color: #323e10!important;
    padding: 11px 16px;
    background: #fff!important;
    box-shadow: inherit!important;
    font-weight: 600;
}
.faq_part_home .accordion-body {
    padding: 15px;
}
.hm70{width: 70%; }
.hero_form{ position: absolute; left: 0; bottom: 10%;}
.hero_form a {
    background: #fff;
    padding: 10px 15px; display: block;
    max-width: 900px;  border-radius: 8px; margin: auto;
}
.hero_form label{    font-size: 12px;}
.hero_form label img{ height: 27px;}
.hero_form label img{ height: 27px;}
.hero_form label img.img{ height: 18px; }
.hero  img{    height: 100vh;
    object-fit: cover;
}
.hero_form input{color: rgb(33, 46, 43);
    background: rgb(252, 247, 249);
    border: 1px solid rgb(170, 181, 180);}

@media (min-width: 1199px) {
    .modal-lg2 {
        min-width: 1100px;
    }
    
  }
  @media (min-width: 991px) {
    .modal-lg2 {
        min-width: 980px;
    }
            .row55 {
        position: absolute;
        width: 100%;
        bottom: 0; left: 0; padding: 0 16px;
    }
    .row5 .col-lg-3 {
    width: 20%;
}
  }

  @media (max-width: 991px) {
  .these_packages_box {
    padding: 25px 20px;
    text-align: center;
    display: block;
}
.these_packages_box img {
    margin: 0 0 10px;
    height: 75px;
}
.these_packages_box .beautiful_img {
    display: none;
}
.these_packages_box h3 {
    margin: 7px 0;
}
.amenities li {
    font-size: 11px;
    color: #000;
    background-size: 10px;
    width: 49%;
    margin: 0;
    padding: 1px 0px 1px 20px;
}
.images .image-01 img {
    border-radius: 70px 0 70px 0;
}
.images .image-02 img {
    border-radius: 70px 0 0 0;
}
.images .image-03 img {
    border-radius: 0 70px 0 0;
}
.these_packages2 .h3 {
    margin-bottom: 30px;        margin-top: 10px;
}
.faq_part_home .accordion-item h3 button { 
    font-size: 15px; 
}
.hm70 {
    width: 100%;
}
  }











  .bb_resbox
{
  background:#e0e0e0;
  font-size: 14px !important;
  border: none; 
  text-align: center;
} 
.bb_resbox h2
{
  padding: 10px 5px;
  margin:0px;
}
.bb_resbox p
{
padding: 10px 6px;  
margin: 0px; 
position: relative;
float: none;
display: inline-block;
width: auto;
vertical-align: bottom;
display: inline-block;
line-height: normal;
}
.bb_resbox  label
{
  text-align: left;
  line-height: normal;
  clear: both;
  margin-bottom: 7px;
  width: 100%;
  display: block;
}
.bb_resbox  input[type="text"]
{
  float: left;
  clear: both;
  padding: 7px 0px 7px 7px;
}
.bb_resbox .hasDatepicker
{
  width: 112px;
}
.bb_resbox select
{
  
  min-width: 46px;
  background: #fff;
  padding: 7px  0px  7px  7px;
}

input#promotioncode
{
  width: 112px;
}
.bb_resbox button.ui-datepicker-trigger {
    position: absolute;
    top: 40%;
    right: 0%;
    z-index: 1;
    background-position: 10px 10px!important;
}
#bb_resBtn
{
  margin-left:0px !important;
}
button.ui-datepicker-trigger {
    background: rgba(0, 0, 0, 0) url("../img/calendar.png") no-repeat scroll 0 0;
    border: medium none;
    float: left;
    height: 48px;
    width: 48px;
}
input#bb_resBtn
{
  width: 100%;
  
  padding: 7px 13px;
  border-radius:0px;
  -moz-border-radius:0px;
  -webkit-border-radius:0px;  
  transition:background 0.5s ease;
  -moz-transition:background 0.5s ease; /* Firefox 4 */
  -webkit-transition:background 0.5s ease; /* Safari and Chrome */
  -o-transition:background 0.5s ease; /* Opera */
  text-transform: uppercase;
  font-size:15px;
  cursor: pointer;
  color: #fff;
  border: 1px solid #323e10;
  background: #323e10;
}

#bb_resBtn:hover {
  background:#323e10;
  border:1px solid #323e10;
}
.bb_vrbox p
{
  min-width:16.5%;
}
.bb_vrbox p input
{
  min-width:97.5%;
}
.bb_vrbox p select
{
  min-width:100%;
}
@media only screen and (max-width:991px) {
.bb_vrbox p {
    min-width: 32.5%;
}
#bb_resBookingBox{   width: 90%!important;}
}
@media only screen and (max-width: 776px) {
.bb_resbox  p
{
 width: 32%;
}
.bb_resbox select
{
  min-width: 100%;
}
.bb_resbox  input[type="text"]
{
  min-width: 97.5%;
}
.hero img {
    height:310px; 
}
#bb_resBookingBox{ width: 90%!important;}
}
@media only screen and (max-width: 415px) {
.bb_resbox  p
{
  width: 48%;
  text-align: left;
}
.bb_resbox  input[type="text"]
{
  width: 97.5%;
}
.bb_resbox select
{
  width: 100%;
  margin:0px;
}
.bb_resbox button.ui-datepicker-trigger { 
    top: 37.5%; 
}
input#bb_resBtn
{
  min-width: 100%;
}
}
@media only screen and (max-width: 313px) {
  .bb_resbox  p
{
  width: 93%;
  text-align: left;
}
.bb_resbox  input[type="text"]
{
  min-width: 97.5%;
}
.bb_resbox select
{
  min-width: 100%;
  margin:0px;
}
.bb_resbox button.ui-datepicker-trigger
{
  position: absolute;
  top:53%;
  right: 6%;
  z-index: 1;
}
input#bb_resBtn
{
  min-width: 100%;
}
}  


#bb_resBookingBox
{
	font-size:11px;margin: auto; 
}

/** Calendar CSS**/
.ui-datepicker{border: none; font-size: 12px;box-shadow: 0 3px 5px rgba(0,0,0,0.3);width: auto;z-index: 999;background: #fff;font-size: 12px;padding: 6px; display: none;}
.ui-datepicker table{margin: 0;}
.ui-datepicker td{padding: 0;}
.ui-datepicker td a{ text-decoration: none; color: #000; }
.ui-datepicker-header{background: #fff; border: none; border-radius: 0; color: #000;}
.ui-datepicker .ui-datepicker-title select{background:#fff; border:none; padding: 4px; color: #333; height: 28px; margin: 3px; width: 70px; font-size: 14px;}
.ui-datepicker th{background: #fff; color: #000;}
.ui-datepicker.ui-widget-content td span, .ui-datepicker.ui-widget-content td a{background: #fff; border: 1px solid #ddd; text-align: center; height: 30px; width: 30px; margin-right: -1px; margin-bottom: -1px; line-height: 31px; display: inline-block;}
.ui-datepicker.ui-widget-content td:hover span, .ui-datepicker.ui-widget-content td:hover a{background: #eee;}
.ui-datepicker.ui-widget-content td .ui-state-highlight, .ui-datepicker.ui-widget-content td:hover .ui-state-highlight, .ui-datepicker.ui-widget-content td a.ui-state-active{border: 1px solid #ddd; background: #f5f5f5; color: #7d7d7d; border-radius: 0; text-align: center; }
.ui-datepicker.ui-widget-content td a.ui-state-active{border: 1px solid #ddd; background: #FFEDED; color: #000000; border-radius: 0; text-align: center;}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{width:28px; height: 28px; top: 2px; color: #fff; display: inline-block; position: absolute;}
.ui-datepicker .ui-datepicker-prev{left: 5px;}
.ui-datepicker .ui-datepicker-next{right: 5px;}
.ui-widget-header .ui-icon.ui-icon-circle-triangle-e, .ui-widget-header .ui-icon.ui-icon-circle-triangle-w{background: none; position: relative; height: 28px; width: 28px; left: 0; top: 5px; margin: 0; color: transparent; color: none;}
.ui-widget-header .ui-icon.ui-icon-circle-triangle-e:before, .ui-widget-header .ui-icon.ui-icon-circle-triangle-e:after{content: ""; position: absolute; background: #000; width: 2px; height: 11px; left: 15px; top: 12px; -webkit-transform: rotate(-130deg); transform: rotate(-130deg);}
.ui-widget-header .ui-icon.ui-icon-circle-triangle-e:after{-webkit-transform: rotate(130deg); transform: rotate(130deg); left: 15px; top: 6px;}
.ui-widget-header .ui-icon.ui-icon-circle-triangle-w:before, .ui-widget-header .ui-icon.ui-icon-circle-triangle-w:after{content: ""; position: absolute; background: #000; width: 2px; height: 11px; left: 12px; top: 12px; -webkit-transform: rotate(130deg); transform: rotate(130deg);}
.ui-widget-header .ui-icon.ui-icon-circle-triangle-w:after{-webkit-transform: rotate(-130deg); transform: rotate(-130deg); left: 12px; top: 6px;}
.ui-datepicker .ui-widget-header a.ui-datepicker-prev:hover, .ui-datepicker .ui-widget-header a.ui-datepicker-next:hover{background: none; border: none;}
.ui-datepicker .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group table{margin: 0;}
.ui-datepicker .ui-datepicker-title{font-size: 21px; text-align: center;}
.ui-datepicker .ui-datepicker-titleP{padding: 3px;}
.ui-datepicker th{padding: 0.8em .3em; font-weight: 100;}
.ui-button-text{color: transparent; color: none;}
/** END Calendar CSS**/