.site-branding img {
    width: 100%;
}
.discover-spcl-offer img {
    height: 435px;
    object-fit: cover;
}
.meeting-list p {
    font-weight: 400;
    line-height: 1.3em;
    padding-left: 3px;
    font-size: 16px;
    font-family: "Poppins", serif;
    padding-top: 30px;
    float: left;
    margin-bottom: 0;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #4A1626;
    color: #fff;
    padding: 10px 40px;
    float: left;
    font-size: 18px;
    text-transform: uppercase;
    border: 1px solid #4A1626;
    height: 50px;
}


.top-right-menu ul li.hv-child.lang-mob ul {
    width: auto;
    top: 0;
}
.top-right-menu ul li.hv-child.lang-mob ul ul.wpml-ls-sub-menu {
    top: 100%;
	width: 100%;
}
.top-right-menu ul li.hv-child.lang-mob ul ul.wpml-ls-sub-menu a.wpml-ls-link{
	font-size: 16px;
    color: #755847;
    padding: 4px 4px 7px 5px;
	font-weight: 700;
    text-decoration: none;
	min-width: 100%;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
    color: #C8A88D;
    background: transparent;
}
.top-right-menu ul li.hv-child.lang-mob ul ul.wpml-ls-sub-menu a.wpml-ls-link:focus, .top-right-menu ul li.hv-child.lang-mob ul ul.wpml-ls-sub-menu a.wpml-ls-link:hover {
    color: #C8A88D;
    background: #fff;
}
.wpml-ls-item-legacy-dropdown-click a.wpml-ls-item-toggle:before{
	content: "\f57d";
    position: absolute;
    left: 10px;
    top: 7px; 
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
}
.wpcf7-not-valid-tip {
    position: absolute;
    bottom: 0;
}
.wpcf7-response-output {
    float: left;
    width: 100%;
}
.bzar-pagination {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
ul.page-numbers li {
    display: inline-block;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.page-numbers {
    text-align: center;
    margin: 0 auto;
    padding: 0;
}
ul.page-numbers {
  text-align: center;
  margin: 0 auto;
  padding: 10px 10px;
  font-size: 16px;
  font-family: "Poppins", serif;
  border: 2px solid #dfdfdf;
  display: inline-block;
  border-radius: 40px;
}
ul.page-numbers li a.page-numbers {
  color: #755847;
  padding: 0 15px;
}
.page-numbers.current {
  background: #4A1626;
  color: #fff;
  width: 30px;
  display: inline-block;
  border-radius: 50%;
  height: 30px;
  padding: 3px;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after{
	right: 14px;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle{
	padding-right: 0;
}
.home-discover h2, .home-spcl-offer h2{
	font-size: 50px;
}
.restaurent-bar-list h4 span {
    width: 100%;
    float: left;
    padding-bottom: 10px;
}
.other-page .home-about h2 a {
    background: transparent;
}
.other-page .home-about h2 a:hover {
    background: transparent;
	color: #4a1626;
}
.page-template-taste-page .home-about h2{
	float: right;
}

/*========= Prasun Added Css ============*/
.dtl-room-list li{
    padding: 0 2px 5px;
}
@media (min-width: 320px) and (max-width: 475px){
    .home-about h3 {
        transform: translateY(0);
        margin-bottom: 20px;
    }
}
.default-page {
    padding: 100px 0 80px;
}
.default-page a {
    background: #4A1626;
    color: #fff;
    padding: 10px 40px;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    border: 1px solid #4A1626;
    margin-top: 20px;
	transition: 0.5s;
}
.default-page a:hover{
    background: transparent;
    color: #4A1626;
    border: 1px solid #4A1626;
	transition: 0.5s;
}



@media (max-width: 767px) {
    .site-header.header .site-logo img {
        width: 100px;
    }
	.list-discover h2 {
        font-size: 50px;
	}
	.hotel-list h3{
		font-size: 30px;
	}
	.header.topfix .top-right-menu ul ul {
		background: transparent;
	}
	input.wpcf7-form-control.wpcf7-submit.has-spinner {
		width: 100%;
	}
    #ui-datepicker-div {
        width: 300px !important;
        font-size: 12px;
    }
    .list-discover h2 span{
        margin: 0 0 15px;
    }
    .hotel-listing-area .hotel-list li i{
        width: auto;
        float: none;
    }
    .home .carousel-item img {
      height: 400px;
      width: auto !important;
      max-width: none;
    }
    

}



.hotel-gallery {
  display: flex;
  flex-wrap: wrap;
}

.hotel-gallery a {
  float: none;
  width: 20%;
  padding: 5px;
}

.hotel-gallery a img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}

@media (max-width: 767px) {
  .hotel-gallery a {
    width: 50%;
  }

  .hotel-gallery a img {
    height: 150px;
  }
}