/* Custom CSS */
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2b2b2b;
  padding-top: 130px;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: #3d96bc;
  cursor: pointer;
}
.container {
  max-width: 100%;
  padding: 0 70px;
}
/* Topbar */
.topbar {
  background-color: #f1f1f1;
  padding-top: 8px;
  padding-bottom: 6px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  color: #000;
  position: fixed;
  top: 0;
  width: 100%;
  height: 41px;
  z-index: 999;
}
.topbar .social-links a i {
  color: #a57b4a !important;
}
.topbar * {
  line-height: 1;
}
.topbar a {
  color: #000;
}
.topbar .contact-us-link {
  margin-left: 10px;
  background-color: #c0a27c;
  padding: 5px;
  border-radius: 5px;
  color: #fff;
}
.social-links a {
  font-size: 18px;
  margin-right: 24px;
  color: #3d96bc;
  background-color: transparent !important;
}
.social-links a:last-child {
  margin-right: 0;
}

To get All category

https://blog.5starvillaholidays.com/wp-json/wp/v2/categories

To get All category by paging

https://blog.5starvillaholidays.com/wp-json/wp/v2/categories?page=1&per_page=1

To get category detail

https://blog.5starvillaholidays.com/wp-json/wp/v2/categories/ {
    categoryid
}

To get all categories by type name (with like operator)

https://blog.5starvillaholidays.com/wp-json/wp/v2/categories?search= {
    some keywords of category name
}

To get all categories by parent id

https://blog.5starvillaholidays.com/wp-json/wp/v2/categories?parent=7

******************For Post******************

To get all post

https://blog.5starvillaholidays.com/wp-json/wp/v2/posts

To get all post by paging

https://blog.5starvillaholidays.com/wp-json/wp/v2/posts?page=1&per_page=10

To get post post detail

https://blog.5starvillaholidays.com/wp-json/wp/v2/posts/ {
    postid
}

To get recommended post

https://blog.5starvillaholidays.com/wp-json/wp/v2/posts?categories= {
    category_id
}

&exclude= {
    current post id
}

&per_page=3

.popcurrencylanguage {
    padding: 10px;
}

.modal .modal-dialog .modal-content {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
    border-radius: 30px;
}

.modal .modal-header {
    padding-left: 25px;
    padding-right: 25px;
}

.modal-title {
    font-weight: 600;
    font-size: 20px;
}

.modal .modal-dialog .modal-body {
    max-height: 85vh;
    overflow: auto;
    padding: 25px;
}

.popcurrencylanguage .nav.nav-tabs {
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px;
}

.popcurrencylanguage .nav.nav-tabs {
    border-bottom: 0;
}

.popcurrencylanguage li {
    margin: 0;
    margin-right: 20px;
    display: inline-block;
    float: left;
}

    .popcurrencylanguage li a {
        color: #333;
        padding: 8px 15px;
        display: inline-block;
        border-radius: 10px;
        position: relative;
    }

        .popcurrencylanguage li a.active {
            color: #fff;
            background: #3d96bc;
        }

            .popcurrencylanguage li a.active::after {
                content: "";
                display: block;
                width: 10px;
                height: 10px;
                border-top: 10px solid #3d96bc;
                border-right: 10px solid #3d96bc;
                rotate: 45deg;
                position: absolute;
                bottom: -5px;
                right: 0;
                left: 0;
                margin: 0 auto;
            }

.popcurrencylanguage h3 {
    color: #333;
    font-size: 18px;
    margin: 10px 0 10px;
}

#Language #selectLanguage {
    padding: 0;
}

.popcurrencylanguage .tab-content ul {
    margin: 0;
    padding: 0;
}

.popcurrencylanguage li {
    margin: 0;
    margin-right: 20px;
    display: inline-block;
    float: left;
}

.popcurrencylanguage .tab-content li {
    width: auto;
    padding: 0;
    display: inline-block;
    border-radius: 20px;
    margin-bottom: 5px;
    border: 1px solid #f1f1f1;
}

.popcurrencylanguage .tab-content .selected-currency {
    border: 1px solid #3d96bc;
}

.popcurrencylanguage .tab-content li button {
    background: transparent;
    border: 0;
    text-align: left;
    padding: 10px 20px;
    width: 100%;
}


/* Header */
.header {
  padding: 15px 60px;
  transition: all 0.5s;
  border-bottom: 1px solid #ddd;
  position: fixed;
  z-index: 999;
  background: #fff;
  left: 0;
  right: 0;
  top: 37px;
}
.header .container-fluid {
  padding: 0 15px;
}
.header .logo img {
  max-height: 62px;
  margin-right: 0;
}
.category-nav .nav-item {
  margin: 4px 8px 4px 0;
  font-size: 14px;
}
.category-nav .nav-item:first-child {
  margin-left: 0;
}
.navbar-expand-lg .navbar-nav.category-nav .nav-link {
  padding: 5px 12px 4px 12px;
  border-radius: 5px;
  color: #484848;
}
.navbar-expand-lg .navbar-nav.category-nav .nav-link:hover {
  background-color: #c0a27c;
  color: #fff;
}
/* Header search form */
.desktopserchbarrght_full {
  width: 100%;
  float: left;
}
.full_searxhpopupmenu #searchbar_header {
  width: 680px;
  height: 60px;
  float: left;
  position: relative;
}
.where_search_bar {
  position: relative;
  width: 33%;
  float: left;
  border-radius: 32px 32px 32px 32px;
}
.common_input_search .where_span {
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  left: 20px;
  top: 10px;
}
.common_input_search input {
  height: 58px;
  border: 0;
  width: 100%;
  padding: 20px 20px 0;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  background: transparent !important;
}
.border_rghtinput {
  height: 30px;
  background: #ddd;
  width: 1px;
  position: absolute;
  right: 0;
  top: 18px;
}
.common_input_search {
  position: relative;
}
.when_datein_bar {
  width: 22%;
  float: left;
  border-radius: 32px 32px 32px 32px;
}
.full_searxhpopupmenu .when_datein_bar {
  width: 17%;
}
.show_mrg_fullinput {
  display: none;
}
.when_datein_bar .date_span {
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  left: 20px;
  top: 10px;
  z-index: 9;
}
.common_input_search input {
  height: 58px;
  border: 0;
  width: 100%;
  padding: 20px 20px 0;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  background: transparent !important;
}
.when_dateout_bar {
  width: 17%;
  float: left;
  border-radius: 32px 32px 32px 32px;
}
.full_searxhpopupmenu .when_dateout_bar {
  display: block;
}
.who_guest_bar.common_input_search {
  width: 33%;
  float: left;
  border-radius: 32px;
}
.full_searxhpopupmenu .anywhere_span, .full_searxhpopupmenu .anyweek_span, .full_searxhpopupmenu .addguest_span {
  display: none;
}
.addguest_span h5 {
  border: 0;
  padding: 0 10px;
  border-left: 1px solid #ccc;
  margin: 0 8px;
  color: #aaa;
  font-weight: 400;
}
.small_comn_label h5 {
  font-size: 14px;
  display: block;
  height: 20px;
  font-weight: 600;
}
.who_span {
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  left: 20px;
  top: 10px;
}
.guest_value {
  position: absolute;
  left: 20px;
  top: 12px;
  background: #fff;
  display: none;
}
.guest_value span {
  font-size: 14px;
  color: #484848;
  display: block;
  line-height: 18px;
}
.guest_value span.guest_person {
  font-size: 15px;
}
.guest_value .bi.bi-x {
  position: absolute;
  left: 30px !important;
  top: -6px !important;
  float: right;
  right: -12px !important;
  font-size: 20px;
  color: #333 !important;
  cursor: pointer;
}
.dropdown_searchh_value {
  display: block;
  width: 370px;
  border: 1px solid #ddd;
  padding: 30px;
  border-radius: 32px;
  top: auto;
  position: absolute;
  margin: 20px 0 0;
  background: #fff;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.15);
  height: 300px;
  overflow: hidden;
  overflow-y: auto;
  z-index: 9999999;
}
.add_guest_showdrop .dropdown_searchh_value {
  display: block !important;
}
.add_guest_showdrop .dropdown_searchh_value {
  height: 180px;
  right: 0;
}
.dropdown_searchh_value {
  display: none;
}
.dropdown-guest-quntity {
  border-bottom: 1px solid #f1f1f1;
  width: 100%;
  float: left;
  padding: 15px 0 !important;
}
.leftadlt-type {
  width: 54%;
  float: left;
}
.leftadlt-type h5 {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}
.leftadlt-type p {
  font-size: 12px;
  margin: 0;
}
.rightadlt-qty {
  width: 90px;
  float: right;
  text-align: right;
}
.rightadlt-qty .minus-button {
  display: block !important;
}
.display-value {
  margin: 0 5px;
  padding: 8px 5px;
  font-size: 13px;
  line-height: 16px;
  display: inline;
  float: left;
  text-align: center;
  width: calc(100% - 80px);
}
.rightadlt-qty .plus-button {
  float: right;
}
.rightadlt-qty button {
  background: #fff;
  border: 1px solid #ccc;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 24px;
  line-height: 12px;
  padding: 0;
  color: #333;
}
.guest_listshow_pop .dropdown-guest-quntity:last-child {
  border-bottom: 0;
  padding-bottom: 0 !important;
}
.searchbuton_bar {
  width: auto;
  float: right;
  text-align: right;
  position: absolute;
  right: 10px;
  top: 15px;
}
.Search-button {
  background: linear-gradient(135deg, #dbc194 0%, #b1916f 100%);
  color: #fff;
  border: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  margin: -5px 0 0;
  padding: 0;
}
.search_page_searchfilter .filtrbtn-serachbar {
  position: static;
  width: 120px;
  float: left;
  margin: 0 0 0 10px;
  display: none;
}
.button-filter-modal {
  width: 100%;
  background: transparent;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 50px;
  padding: 10px 25px;
  height: 60px;
}
.serchbar-hrder-menu.searchpopupmenu-top {
  transition: 0.5s;
}
.serchbar-hrder-menu .searchvalue-bar {
  float: right;
  position: absolute;
  right: 2px;
  top: 3px;
  width: auto;
}
.serchbar-hrder-menu .searchvalue-bar .btn {
  float: right;
}
.full-searxhpopupmenu .serchbar-hrder-menu {
  padding: 4px 0 8px;
}
.full-searxhpopupmenu .searchvalue-bar .btn {
  float: right;
}
.serchbar-hrder-menu {
  position: relative;
}
.serchbar-hrder-menu .searchpopupmenu-top {
  padding: 4px 0 10px;
}
.full-searxhpopupmenu .serchvalue-bar {
  width: 220px;
}
.full-searxhpopupmenu .guestvalue-bar {
  width: 220px;
  position: absolute;
  right: 110px;
}
#main-header {
  position: fixed;
}
.serchbar-hrder-menu {
  padding: 5px 8px 10px !important;
}
.guestvalue-bar .dropdown {
  position: relative;
  display: inline-block;
}
.guestvalue-bar .dropdown-button {
  font-size: 15px;
  cursor: pointer;
  border: 0;
  background: transparent;
  width: 100%;
  float: left;
  padding: 5px 1px 4px;
}
.guestvalue-bar .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 340px !important;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 20px 20px 20px 20px;
  top: 30px;
  right: -90px;
  border: 1px solid #f1f1f1;
  padding: 10px 20px 20px;
}
.leftadlt-type h5 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.leftadlt-type p {
  font-size: 12px;
  margin: 0;
}
.leftadlt-type {
  width: 50%;
  float: left;
}
.rightadlt-qty {
  width: 110px;
  float: right;
  text-align: right;
}
.dropdown-guest-quntity {
  border-bottom: 1px solid #f1f1f1;
  width: 100%;
  float: left;
  padding: 10px 0;
}
.rightadlt-qty button {
  background: #fff;
  border: 1px solid #ccc;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 30px;
  line-height: 10px;
}
.plususqnty-button {
  float: right;
}
.minusqnty-button {
  float: left;
}
.rightadlt-qty #numericValue {
  float: left;
  text-align: center;
  width: 40px;
  padding: 6px 0 0 0;
}
.serchbar-hrder-menu .searchvalue-bar .btn span {
  display: none;
}
.full-searxhpopupmenu .react-datepicker-wrapper {
  display: block !important;
  width: 88px !important;
  float: left;
}
.full-searxhpopupmenu #txt_smalldate {
  display: none !important;
}
.full-searxhpopupmenu .react-datepicker-wrapper #txtFromdate {
  max-width: 100%;
  padding: 0;
}
.full-searxhpopupmenu .react-datepicker-wrapper #txtTodate {
  max-width: 100%;
}
.full-searxhpopupmenu .serchbar-hrder-menu {
  top: 10px;
  width: 750px;
  background: #fff;
}
#txtFromdate:focus {
  box-shadow: none;
  border: 0;
}
.filtrbtn-serachbar {
  position: absolute;
  right: 15%;
  top: 26px;
}
.button-filter-modal {
  border: 1px solid #ccc;
  border-radius: 50px;
  padding: 10px 25px;
  height: 60px;
}
.header.fixed-tops.sticked + div .search_page_searchfilter {
  z-index: 99999999;
  position: sticky;
  top: 0;
  width: 900px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100px;
}
.header.fixed-tops.sticked + div .search_page_searchfilter .button-filter-modal span {
  display: none;
}
.header.fixed-tops.sticked + div .search_page_searchfilter .button-filter-modal {
  padding: 0;
  width: 50px;
  height: 50px;
  background: #fff;
}
.header.fixed-tops.sticked + div .search_page_searchfilter .filtrbtn-serachbar {
  right: -8px;
  top: 30px;
}
.header.sticked #navbar {
  opacity: 0;
}
#searchbar_header {
  width: 370px;
  margin: 0 auto 0;
  border: 1px solid #ddd;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
  border-radius: 32px;
  height: 45px;
  left: 0;
  right: 0;
}
.common_input_search {
  position: relative;
}
.search_page_searchfilter .filtrbtn-serachbar {
  position: static;
  width: 120px;
  float: left;
  margin: 0 0 0 10px;
  display: none;
}
.where_search_bar {
  position: relative;
  width: 33%;
  float: left;
  border-radius: 32px 32px 32px 32px;
}
.when_dateout_bar {
  width: 17%;
  float: left;
  border-radius: 32px 32px 32px 32px;
}
.when_datein_bar {
  width: 22%;
  float: left;
  border-radius: 32px 32px 32px 32px;
}
.full_searxhpopupmenu .when_datein_bar {
  width: 17%;
}
.who_guest_bar.common_input_search {
  width: 33%;
  float: left;
  border-radius: 32px;
}
.common_input_search:hover {
  background: #ebebeb;
}
.border_rghtinput {
  height: 30px;
  background: #ddd;
  width: 1px;
  position: absolute;
  right: 0;
  top: 18px;
}
.where_search_bar:hover .border_rghtinput {
  display: none;
}
.when_datein_bar:hover .border_rghtinput {
  display: none;
}
.when_dateout_bar:hover .border_rghtinput {
  display: none;
}
.hovered-lines .border_rghtinput {
  display: none;
}
.where_search_bar.focus-wheresearch {
  background: #fff;
}
.where_search_bar.focus-wheresearch .border_rghtinput {
  display: none;
}
.full_searxhpopupmenu .searchbar_header.focus-bggrey {
  background: #ebebeb;
}
.where_search_bar.common_input_search:focus-within {
  background: #fff;
}
.when_datein_bar.common_input_search:focus-within {
  background: #fff;
}
.when_dateout_bar.common_input_search:focus-within {
  background: #fff;
}
.who_guest_bar.common_input_search:focus-within {
  background: #fff;
}
.searchbar_header:focus {
  background: #ebebeb;
}
.full_searxhpopupmenu #searchbar_header {
  width: 680px;
  height: 60px;
  /* float: left; */
  position: relative;
}
.full_searxhpopupmenu .anywhere_span {
  display: none;
}
.full_searxhpopupmenu .anyweek_span {
  display: none;
}
.full_searxhpopupmenu .addguest_span {
  display: none;
}
.show_mrg_fullinput {
  display: none;
}
.full_searxhpopupmenu .show_mrg_fullinput {
  display: block;
}
.full_searxhpopupmenu .anywhere_span, .full_searxhpopupmenu .anyweek_span, .full_searxhpopupmenu .addguest_span {
  display: none;
}
.anywhere_span, .anyweek_span, .addguest_span {
  display: block;
}
.anywhere_span {
  height: 42px;
  background: #fff;
  border-radius: 32px 0 0 32px;
  font-weight: 500;
  font-size: 14px;
  padding: 14px 5px 0 20px;
}
.anyweek_span.small_comn_label {
  height: 42px;
  background: #fff;
  border-radius: 32px 0 0 32px;
  font-weight: 500;
  font-size: 14px;
  padding: 14px 0 0 2px;
}
.addguest_span {
  height: 42px;
  background: #fff;
  border-radius: 32px 0 0 32px;
  font-weight: 500;
  font-size: 14px;
  padding: 14px 0 0 2px;
}
.small_comn_label h5 {
  font-size: 14px;
  display: block;
  border-right: 1px solid #ccc;
  height: 20px;
  font-weight: 600;
}
.addguest_span h5 {
  border: 0;
  padding: 0 10px;
  border-left: 1px solid #ccc;
  margin: 0 8px;
  color: #aaa;
  font-weight: 400;
}
.anyweek_span h5 {
  border-right: 0;
  text-align: center;
}
.when_dateout_bar {
  display: none;
}
.full_searxhpopupmenu .when_dateout_bar {
  display: block;
}
.common_input_search:hover {
  background: #ddd;
}
.txt_serach_cont {
  display: none;
}
.searchbuton_bar.common_input_search:hover {
  background: #1ba0cd;
}
.full_searxhpopupmenu .txt_serach_cont {
  display: inline-block;
  padding: 0 5px;
  font-size: 16px;
  font-weight: 500;
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.selected-serch_drop {
  background: #fff;
  border-radius: 32px;
}
.dropdown_searchh_value h5 {
  font-size: 16px;
  font-weight: 600;
}
.dropdown_searchh_value li {
  display: block;
  border-bottom: 1px solid #f1f1f1;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  padding: 8px 0;
}
/*.dropdown_searchh_value {
    display: none;
}*/
.selected-serch_ppop .dropdown_searchh_value {
  width: 370px;
  border: 1px solid #ddd;
  padding: 30px;
  border-radius: 32px;
  top: auto;
  position: absolute;
  margin: 7px 0 0;
  background: #fff;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  overflow-y: auto;
}
#dropdownContent {
  display: block !important;
}
.rightadlt-qty .minus-button {
  float: left;
}
.rightadlt-qty .plus-button {
  float: right;
}
.rightadlt-qty .minus-button {
  display: block !important;
}
.when_dateout_bar .date_span {
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  left: 20px;
  top: 10px;
  z-index: 9;
}
#main_fullmobile_serch {
  position: relative;
  display: none;
}
.common_input_search:hover {
  background: #ddd;
}
input, select, textarea {
  outline: 0;
}
.full_searxhpopupmenu .searchbar_header.focus-bggrey {
  background: #ebebeb;
}
.show_mrg_fullinput.selected-serch_ppop {
  background: #fff;
  border-radius: 60px;
}
.searchbar .form-control {
  border: 1px solid #ddd;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
  height: 50px;
}
.searchbar .btn-search {
  background: #dbc194;
  background: linear-gradient(135deg, #dbc194 0%, #b1916f 100%);
  background: -moz-linear-gradient(135deg, #dbc194 0%, #b1916f 100%);
  background: -webkit-linear-gradient(135deg, #dbc194 0%, #b1916f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dbc194", endColorstr="#b1916f", GradientType=1);
  color: #fff;
  border: 0;
  padding: 0;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin: -5px 0 0;
  position: absolute;
  top: 10px;
  right: 7px;
  z-index: 9;
}
.btn-filter {
  background-color: #dbc194;
  background: linear-gradient(135deg, #dbc194 0%, #b1916f 100%);
  background: -moz-linear-gradient(135deg, #dbc194 0%, #b1916f 100%);
  background: -webkit-linear-gradient(135deg, #dbc194 0%, #b1916f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dbc194", endColorstr="#b1916f", GradientType=1);
  color: #fff;
  border: 0;
}
.currency-icon svg {
  display: block;
  height: 16px;
  width: 16px;
  fill: #b1916f;
}
#offcanvasRight ul {
  padding: 0;
  margin: 0;
}
#header #offcanvasRight li {
  list-style: none;
}
#offcanvasRight li a {
  display: block;
  color: #333;
  padding: 10px 20px;
  border-bottom: 1px solid #666;
}
#offcanvasRight ul .nav-link {
  padding: 10px 15px;
  color: #333;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
}
#offcanvasRight ul .nav-link:hover {
  color: #3d96bc;
  border-color: #3d96bc;
}
#offcanvasRightLabel {
  margin-bottom: 0;
}
#offcanvasRight .nav li:hover .dropdown-menu {
  display: block;
}
.offcanvas-body {
  padding: 0;
}
/* Blogs */
.card {
  border-color: #fff;
}
/* .blog-grid .col img { 
   width: 100%; 
 } */
.blog-grid .row-cols-md-2 .col img {
  width: 100%;
  
  object-fit: cover;
}
.blog-grid .row-cols-lg-4 .col img {
  width: 100%;
  height: 223px;
  object-fit: cover;
}
.blog-grid .col .card-title, .blog-grid .col .card-body {
  padding: 12px;
}
.blog-grid .col .card-title {
    font-size: 24px;
    margin-bottom: 0;
    /*background: linear-gradient(135deg, #dbc194 0%, #b1916f 100%);
  color: #fff;*/
    color: #000;
}
.blog-grid .col .card-title a {
  text-decoration: none;
  color: #fff;
}
.blog-grid .col .btn {
  background-color: #3d96bc;
  border-color: #2b7797;
}
/* Footer */
#footer {
  width: 100%;
  float: left;
  position: static;
  margin-top: 20px;
}
.footer {
  background-color: #f1f1f1;
  color: #333;
  font-size: 16px;
}
.footer h5 {
  font-size: 20px;
  margin-bottom: 18px;
}
.footer .footer-content {
  padding-top: 60px;
  line-height: 20px !important;
  font-weight: 400;
}
.footer .footer-content .footer-info {
  margin-bottom: 30px;
}
.footer .footer-content .footer-info h3 {
  font-size: 22px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
}
.footer .footer-content .footer-info h3 span {
  color: #333;
}
.footer .footer-content .footer-info p {
  font-size: 16px;
  line-height: 24px;
}
.footer .contact-us-link {
  font-weight: bold;
}
.footer .footer-content h4 {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 15px;
}
.footer .footer-content .footer-links {
  margin-bottom: 30px;
}
.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-links ul i {
  padding-right: 2px;
  color: #333;
  font-size: 12px;
  line-height: 1;
}
.footer .ftr-links li {
  margin-bottom: 12px;
  position: relative;
  background-size: 7px 12px;
}
.footer .ftr-links li::before {
  content: "\F285";
  font-family: "bootstrap-icons";
  font-size: 12px;
  position: absolute;
  left: 0;
}
.footer .ftr-links li a {
  display: block;
  padding-left: 18px;
}
.footer .footer-links ul i {
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  float: left;
  width: 18px;
}
.footer .footer-links ul a {
  display: inline-block;
  word-break: break-word;
  float: left;
  white-space: normal;
  width: calc(100% - 20px);
}
.footer .footer-links ul li {
  padding: 10px 0 !important;
  display: block;
  line-height: 25px !important;
  word-break: break-all;
  float: left;
  width: 100%;
}
.footer-links {
  margin-bottom: 0 !important;
}
.footer .bi.bi-youtube {
  font-size: 20px;
}
.footer-address li {
  display: block;
  margin-bottom: 5px;
}
.copyright {
  border-top: 1px solid #ccc;
  padding: 20px 0;
  margin: 20px 0 0;
  line-height: 20px;
}
.footer-content .col-lg-8.col-sm-12, .footer-content .col-lg-12 {
  padding-top: 10px !important;
}
.footer .footer-no-email {
  padding-bottom: 0.25rem !important;
}
.footer a {
  color: #000;
}
.overlay_mobpop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  padding: 50px 0;
  z-index: 9;
}

.blog-home .filtrbtn-serachbar {
  display: none !important;
					  
}
#showPopup_mobmenu {
  border: 0.5px solid rgba(0 0 0/0.08);
  box-shadow: 0 3px 10px rgba(0 0 0/0.1);
  border-radius: 32px;
  padding: 18px 10px 8px 50px;
  width: 300px;
  position: relative;
  margin-right: 30px;
}
.left_mob_icsrch {
  width: 20px;
  position: absolute;
  left: 18px;
}
.left_mob_icsrch .fa.fa-search {
  font-size: 20px;
					
}
.anywhre_mob_lable {
  font-weight: 600;
  display: block;
  font-size: 14px;
  margin: 0 0 0;
  line-height: 10px;
}
.anyweek_mob_lable {
  color: #aaa;
  font-size: 12px;
  display: inline-block;			  
}
.guest_mob_lable {
  color: #aaa;
  font-size: 12px;
  display: inline-block;
  padding: 0 6px;					 
}
.footer_bar_login {
  width: 100%;
  background: #fff;
  float: left;
  position: fixed; 
  bottom: 0;
  left: 0;
  right: 0;
  height: 55px;
  display: none;
  opacity: 1;
  z-index: 99;
  border-top: 1px solid #ddd;
  box-shadow: 0 0 6px 2px #bdbdbd;
}
.footer_bar_login ul {
  padding: 0;					  
  margin: 0;
  display: flex;
}
.footer_bar_login li {
  width: 33.33%;
  list-style-type: none;
  text-align: center;
}
.footer_bar_login li .btn {
  font-size: 27px;
  color: #333;			
}
.footer-currency-sec .btn {
    padding: 0;
    float: right;
}
.footer-currency-sec svg {
    width: 16px;
    height: 16px;
    fill: #b1916f;
}
.footer-selected-currency {
    margin-left: 10px;
}
.navbar-toggler_btn {
    width: 40px;
    padding: 4px 4px 0;
    height: 35px;
    position: absolute;
    right: 20px;
    border-radius: 6px;
    top: 35px;
    background: transparent;
    border: 0;
	display: none;
}
.menu_bar_detail .navbar-toggler_btn {
    position: absolute;
    right: 70px;
    top: 29px;
}
.icon-bar {
    width: 100%;
    height: 2px;
    background: #333;
    float: left;
    margin-bottom: 5px;
}
#header #blogNav li {
  list-style: none;
}
#blogNav ul {
  padding: 0;
  margin: 0;
}
#blogNav ul .nav-link:hover {
  color: #fff;
}
#blogNav .nav li:hover .dropdown-menu {
  display: block;
}
.offcanvas-body {
  padding: 0;
}
.menu_bar_detail {
    display: none;
}
.blog-categories .card-title {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
}
.card-img-top
{
    height:230px;
}
.card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.active > .page-link, .page-link.active {
    background-color: #b1916f;
    border: 0px;
}
.page-link {
    color: rgba(0, 0, 0, 0.80);
}
.blog-card__footer {
    margin-top: auto;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.blog-card .card {
    overflow: hidden;
}
.blog-card__image-wrap {
    position: relative;
    width: 100%;
    flex-shrink: 0;
    padding-top: 56.25%;
    background: #ececec;
}

    .blog-card__image-wrap img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-width: none;
    }

.btn-primary-gold {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    padding: 0 28px;
    background: linear-gradient(135deg, #dbc194 0%, #b1916f 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.01em;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: background-color 200ms ease;
    text-decoration: none;
    white-space: nowrap;
    opacity: 0.9;
}
    .btn-primary-gold:hover {
        opacity: 1;
        color: #fff;
    }

/* Media Queries */
@media screen and (max-width: 1280px) {
    .header {
    padding: 15px 0;
  }
}
@media screen and (max-width: 1279px) {
  .header .logo {
    display: block !important;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
    .blog-card {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}
   

    @media (min-width: 681px) and (max-width: 799px) {
        #main_fullmobile_serch {
            left: -20px;
        }

        #showPopup_mobmenu {
            width: 222px;
        }

        .filtrbtn-serachbar.mob-filtersh {
            right: -65px;
        }
    }

    @media screen and (max-width: 1600px) {
        .filtrbtn-serachbar {
            right: 13%;
        }
    }

    @media screen and (max-width: 1380px) {
        .header {
            padding: 15px 0;
        }

            .header .container-fluid, .container {
                padding: 0 15px;
            }

        .menu_bar_detail .navbar-toggler_btn {
            right: 20px;
        }
    }

    #closePopup_menu {
        border: 1px solid #bbb;
        padding: 6px;
        text-align: center;
        border-radius: 50%;
        height: 30px;
        width: 30px;
        position: absolute;
        left: 10px;
        top: 10px;
        line-height: 10px;
        cursor: pointer;
    }

    @media screen and (max-width: 1150px) {
        .search_page_searchfilter {
            position: static;
        }

        .search_page_searchfilter {
            display: none;
        }

            .search_page_searchfilter .filtrbtn-serachbar {
                display: none;
            }

        .filtrbtn-serachbar.mob-filtersh {
            display: none;
            right: -360px;
            top: 3px;
            margin: 0 auto;
            left: 0;
            width: 60px;
            z-index: 9;
        }

        .overlay_mobpop .show_mrg_fullinput {
            display: block;
        }

        .overlay_mobpop #searchbar_header {
            display: block;
            width: 100%;
            height: auto;
            box-shadow: none;
            border: 0;
            padding: 10px 20px;
        }

        .common_input_search .show_mrg_fullinput {
            width: 100%;
            float: left;
            border: 1px solid #f1f1f1;
            border-radius: 50px;
            height: 55px;
        }

        .overlay_mobpop .addguest_span {
            display: none;
        }

        .common_input_search:hover {
            background: transparent;
        }

        #searchbar_header {
            border: 0;
            box-shadow: none;
            border-radius: 0;
            position: relative;
            width: 100%;
            height: auto;
            float: left;
            background: #fff;
        }

        .property-detail #searchbar_header {
            width: 100%;
        }

        #ui-datepicker-div {
            z-index: 9999999999 !important;
        }

        .alredyhost-sect .container {
            width: 100%;
        }

        .left_property_detail {
            width: 58%;
        }

        .right_property_booking {
            width: 40%;
        }

        .where_search_bar {
            width: 28%;
        }

        .full_searxhpopupmenu #searchbar_header {
            width: 630px;
        }

        #searchbar_header {
            width: 690px;
            display: none;
        }

        .search_page_searchfilter {
            position: static;
        }

            .search_page_searchfilter .filtrbtn-serachbar {
                display: none;
            }

        .overlay_mobpop .show_mrg_fullinput {
            display: block;
        }

        .overlay_mobpop #searchbar_header {
            display: block;
            width: 100%;
            height: auto;
            box-shadow: none;
            border: 0;
            padding: 10px 20px;
        }

        .common_input_search .show_mrg_fullinput {
            width: 100%;
            float: left;
            border: 1px solid #f1f1f1;
            border-radius: 50px;
            height: 55px;
        }

        .overlay_mobpop .addguest_span {
            display: none;
        }

        .common_input_search:hover {
            background: transparent;
        }

        #searchbar_header {
            border: 0;
            box-shadow: none;
            border-radius: 0;
            position: relative;
            width: 100%;
            height: auto;
            float: left;
            background: #fff;
        }

        .search_page_searchfilter {
            display: none;
        }

        .overlay_mobpop .searchbuton_bar {
            width: 100%;
            float: left;
            text-align: right;
            position: static;
        }

        .overlay_mobpop .common_input_search {
            width: 100% !important;
            float: left !important;
            border-radius: 0 !important;
            display: block;
            margin-bottom: 10px;
        }

        .border_rghtinput {
            display: none;
        }

        .Search-button .txt_serach_cont {
            display: inline-block;
            padding: 0 5px 4px;
            font-size: 16px;
        }

        .Search-button {
            background: linear-gradient(135deg, #dbc194 0%, #b1916f 100%);
            color: #fff;
            border: 0;
            height: 42px;
            border-radius: 10px;
            margin: 0;
            width: 150px;
        }

        #main_fullmobile_serch {
            display: block;
        }

        .add_guest_showdrop.selected-serch_ppop .dropdown_searchh_value {
            height: 180px;
            top: 100px;
            position: fixed;
            left: 0;
            right: 0;
            margin: 0 auto;
        }

        .message_host_page .left_property_detail {
            width: 50%;
            padding-right: 0;
        }

        .message_host_page .right_property_booking {
            width: 45%;
            margin-left: 0;
        }
    }

    @media screen and (max-width: 992px) {
        .copyright .col-lg-12 {
            text-align: center;
        }

        .footer-currency-sec .btn {
            padding: 6px 10px;
            float: none;
            margin: 10px 0;
        }
    }

    @media screen and (max-width: 991px) {
        .login_sign_dropbtn {
            display: none;
        }

        .menu_bar_detail {
            display: block;
        }

        #navblog {
            padding: 0;
            margin: 0 !important;
        }

        .navbar-toggler_btn {
            display: block;
        }

        .navbar-expand-lg .navbar-nav.category-nav .nav-link:hover {
            background-color: transparent;
            color: #fff;
        }

        #blogNav ul .nav-link {
            padding: 10px 15px;
            color: #333;
            font-size: 16px;
            border-bottom: 1px solid #ccc;
        }

        #blogNav li a {
            display: block;
            color: #333;
            padding: 10px 20px;
            border-bottom: 1px solid #666;
        }

        #blogNav ul .nav-link:hover {
            color: #3d96bc;
            border-color: #3d96bc;
        }
    }

    @media screen and (max-width: 950px) {
        .footer_bar_login {
            display: block;
        }

        .copyright {
            margin-bottom: 20px;
        }
    }

    @media screen and (max-width: 767px) {
        .blog-filter-section {
            margin-top: 5px;
        }

        .topbar .text-end {
            display: none;
        }

        .footer-content .col-md-6 {
            margin-top: 16px;
        }

        .topbar .contact-us-link {
            text-align: right;
            right: 18px;
            position: absolute;
            margin-top: -3px;
            padding: 8px;
        }

        .header {
            top: 41px !important;
        }
    }

    @media screen and (max-width: 680px) {
        .header .logo {
            display: none !important;
        }
    }

    @media screen and (max-width: 578px) {
        #main_fullmobile_serch {
            display: block !important;
            padding: 0;
            width: 85%;
            float: left;
            position: relative;
        }

        #showPopup_mobmenu {
            width: 100% !important;
            margin: 0 !important;
        }
    }