@import "all.min.css";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;800;900&display=swap");
body {
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

body {
  margin: 0px;
  padding: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  overflow: hidden;
}

header {
  margin: 0px;
  padding: 20px 0px 0px 0px;
  height: 160px;
  background-color: #72BF44;
}
header .logo {
  width: 260px;
}
header .logo a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  top: 0px;
  left: inherit;
}
header .logo a img {
  height: 50px;
}
header .logo object {
  width: 260px;
  height: 46px;
  position: relative;
  display: block;
}
header .nav-link {
  color: #fff !important;
  white-space: nowrap;
}
header .nav-link:hover {
  color: #ffbe00 !important;
}
header .nav-item {
  padding-right: 20px;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.btn-login {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  margin-left: 30px;
  color: #736D6D;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 20px;
  white-space: nowrap;
}
.btn-login:hover {
  background-color: #F77E0B;
  color: #fff;
}

.checkinoutblock {
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1098039216);
  padding: 12px 20px 18px 20px;
  position: relative;
  top: -67px;
}
.checkinoutblock .icon {
  width: 40px;
  padding-top: 10px;
}
.checkinoutblock .icon i {
  font-size: 28px;
  color: #72BF44;
}
.checkinoutblock .txtinput label {
  display: block;
  color: #72BF44;
  font-weight: 400;
  font-size: 14px;
  padding-bottom: 10px;
}
.checkinoutblock .txtinput select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  --webkit-appearance:none;
  --moz-appearance:none;
  border: none;
  position: relative;
  width: 210px;
  background-image: url("../images/angle-down.svg");
  background-repeat: no-repeat;
  background-size: 11px 24px;
  background-position: right center;
  display: block;
  font-weight: 600;
  padding: 0px 10px;
  border: none;
  box-shadow: none;
}
.checkinoutblock .txtinput select option {
  padding: 10px 0px !important;
}
.checkinoutblock .txtinput select:focus-visible {
  border: none !important;
  outline: none;
  box-shadow: inherit !important;
}
.checkinoutblock .txtinput input[type=text] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  --webkit-appearance:none;
  --moz-appearance:none;
  border: none;
  position: relative;
  width: 130px !important;
  background-color: #fff !important;
  background-image: url("../images/angle-down.svg");
  background-repeat: no-repeat;
  background-size: 11px 24px;
  background-position: right center;
  display: block;
  color: #000;
  font-weight: 600;
}
.checkinoutblock .txtinput input[type=text] option {
  padding: 10px 0px !important;
}
.checkinoutblock .txtinput input[type=text]:focus-visible {
  border: none !important;
  outline: none;
  box-shadow: inherit !important;
}
.checkinoutblock .txtinput input[type=text]::-moz-placeholder {
  color: #000;
}
.checkinoutblock .txtinput input[type=text]::placeholder {
  color: #000;
}
.checkinoutblock .txtinput input[type=text]::-webkit-input-placeholder {
  color: #000;
}
.checkinoutblock .txtinput input[type=text]::-ms-input-placeholder {
  color: #000;
}
.checkinoutblock .btn-search {
  background-color: #F77E0B;
  border-radius: 15px;
  font-size: 24px;
  text-align: center;
  color: #fff;
  border: none;
  padding: 10px 30px;
  display: block;
  width: 100%;
}
.checkinoutblock .btn-search:hover {
  background-color: #72BF44;
}

.mapbtnpoints {
  padding: 0px 20px 20px 50px;
  position: relative;
  margin-top: -80px;
  border-radius: 0px 0px 15px 15px;
  z-index: 99;
  text-align: center;
}
.mapbtnpoints a {
  background-color: #F8F8F8;
  border-radius: 20px;
  font-size: 16px;
  color: #6E7869;
  border: none;
  padding: 5px 30px;
  margin-right: 15px;
  text-decoration: none;
  border: 1px solid #fff;
}
.mapbtnpoints a:hover, .mapbtnpoints a.active {
  background-color: #72BF44;
  color: #fff;
}
.mapbtnpoints .active a {
  background-color: #72BF44;
  color: #fff;
}
.mapbtnpoints .nav-item {
  padding-right: 0px;
}

.brd-right:after {
  background-color: #D9D3D3;
  content: "";
  width: 1px;
  height: 60px;
  position: relative;
  right: -36px;
}

.brd-left:after {
  background-color: #D9D3D3;
  content: "";
  width: 1px;
  height: 60px;
  position: relative;
  right: -50px;
}

.gmap, .gmap-1 {
  position: relative;
  margin-top: -15%;
  z-index: -1;
}
.gmap img, .gmap-1 img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

header.ht-90 {
  height: 90px;
}

.bg-lt-grey {
  background-color: #f8f8f8;
  padding-bottom: 50px;
}

.greentxt {
  display: block;
  color: #72BF44;
  font-weight: 400;
  font-size: 14px;
  padding-bottom: 10px;
  text-align: center;
}

.roomscheck .btn-default {
  border: 1px solid #ced4da;
  border-radius: 0px;
  height: 38px;
}

.cmsblock p {
  font-size: 14px;
  text-align: justify;
}
.cmsblock p a {
  color: #72BF44 !important;
}
.cmsblock p a:hover {
  color: #F77E0B !important;
  text-decoration: none;
}
.cmsblock ul li, .cmsblock ol li {
  font-size: 14px;
  padding-bottom: 5px;
}
.cmsblock ul li a, .cmsblock ol li a {
  color: #72BF44;
}
.cmsblock ul li a:hover, .cmsblock ol li a:hover {
  color: #F77E0B !important;
  text-decoration: none;
}
.cmsblock h5 {
  font-size: 17px;
  font-weight: 600;
}
.cmsblock h2, .cmsblock h4 {
  text-align: left !important;
}
.cmsblock h2 strong, .cmsblock h4 strong {
  font-weight: 600;
}

ul.sidedropdownmenu {
  list-style: none;
}
ul.sidedropdownmenu li {
  padding: 10px 0px;
  border-bottom: 1px solid #f4f4f4;
}
ul.sidedropdownmenu li a {
  color: #333;
  text-decoration: none;
}
ul.sidedropdownmenu li a:hover {
  color: #72BF44;
}
ul.sidedropdownmenu li ul {
  margin: 0px;
  padding: 0px;
}

.home-banner {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  position: relative;
  margin-top: -40px;
  height: 400px;
}
.home-banner img {
  width: 100%;
}
.home-banner .swiper-button-prev, .home-banner .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #fff;
  opacity: 0;
}
.home-banner .swiper-button-prev:after, .home-banner .swiper-button-next:after {
  font-size: 20px;
  color: #000;
}
.home-banner .homesliderSwiper:hover .swiper-button-prev, .home-banner .homesliderSwiper:hover .swiper-button-next {
  opacity: 1;
}

.trendingprops h4 {
  margin: 0px;
  padding: 10px 0px 20px 0px;
  color: #000;
  font-size: 20px;
}
.trendingprops .swiper-button-prev, .trendingprops .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #fff;
  opacity: 0;
}
.trendingprops .swiper-button-prev:after, .trendingprops .swiper-button-next:after {
  font-size: 20px;
  color: #000;
}
.trendingprops .trendingSwiper:hover .swiper-button-prev, .trendingprops .trendingSwiper:hover .swiper-button-next {
  opacity: 1;
  top: 40%;
}

.trendingSwiper {
  position: relative;
}
.trendingSwiper img {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.trendingSwiper .trdtxt {
  position: absolute;
  bottom: 0px;
  z-index: 99;
  padding-left: 20px;
  width: 100%;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.9));
  padding-bottom: 15px;
  padding-top: 20px;
  border-radius: 0px 0px 10px 10px;
}
.trendingSwiper .trdtxt h4 {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  color: #fff;
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.trendingSwiper .trdtxt .btn-booknow {
  background-color: #ffbe00;
  color: #000;
  font-size: 14px;
  text-align: center;
  padding: 3px 10px;
  border-radius: 30px;
}

.download-app-box {
  border-radius: 30px;
  margin: 30px 0px 100px 0px;
  background: url("../images/app-slihoutte.png") repeat-x #72BF44;
  background-position: left bottom;
}
.download-app-box img.mobileapp {
  position: relative;
  margin-bottom: -60px;
}
.download-app-box .innerapp {
  padding-left: 80px;
}
.download-app-box .innerapp h2 {
  font-weight: 300;
  color: #fff;
  font-size: 45px;
  margin: 0px;
  padding: 0px 0px 15px;
}
.download-app-box .innerapp h2 span {
  font-weight: 700;
  color: #ffbe00;
}
.download-app-box .innerapp .form-control {
  line-height: 2.1;
}
.download-app-box .innerapp .form-control:focus {
  box-shadow: inherit;
  border-color: #ced4da;
}
.download-app-box .innerapp .input-group-text {
  background-color: #fbfbfb;
}
.download-app-box .innerapp .btn-warning:hover {
  background-color: #F77E0B;
  border-color: #F77E0B;
  color: #fff;
}

.page-breadcrumb {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.page-breadcrumb li {
  display: inline-block;
  font-size: 12px;
}
.page-breadcrumb li a {
  color: #72BF44;
  text-decoration: none;
}
.page-breadcrumb li a:hover {
  color: #F77E0B;
}

#registerForm .form-group, #contactform .form-group {
  margin-bottom: 15px;
}
#registerForm .form-control, #contactform .form-control {
  height: 45px;
}
#registerForm .form-control:focus, #contactform .form-control:focus {
  box-shadow: inherit !important;
  border-color: #72BF44;
}
#registerForm textarea.form-control, #contactform textarea.form-control {
  height: inherit;
}
#registerForm label, #contactform label {
  font-size: 14px;
}
#registerForm .checkbox, #contactform .checkbox {
  font-size: 12px;
}
#registerForm .input-group a, #contactform .input-group a {
  color: #F77E0B;
  padding: 0px 5px;
}
#registerForm .input-group a:hover, #contactform .input-group a:hover {
  text-decoration: none;
}
#registerForm .btn-submit, #contactform .btn-submit {
  background-color: #F77E0B;
  padding: 10px 20px;
  color: #fff;
  border-radius: 5px;
  border: 0px;
  font-size: 16px;
}
#registerForm .btn-submit:hover, #contactform .btn-submit:hover {
  background-color: #72BF44;
}
#registerForm .invalid, #contactform .invalid {
  color: #ff0000;
  font-size: 12px;
}

.detailbox .ratingbox {
  padding: 5px 5px 3px 3px;
  color: #fff;
  display: inline-block;
  background-color: #F4A624;
  font-size: 13px;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.detailbox h4 {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  font-size: 22px;
  color: #000;
  font-weight: 500;
}
.detailbox h4 a {
  color: #000;
  text-decoration: none;
}
.detailbox h4 a:hover {
  color: #72BF44;
}
.detailbox p {
  color: #666;
  font-size: 14px;
  line-height: 22px;
  margin: 0px;
  padding: 0px 0px 5px 0px;
}

p.orangecol {
  color: #F77E0B;
  padding-bottom: 10px;
}
p.orangecol span {
  color: #e6e6e6;
}
p.orangecol img {
  width: 24px;
  height: 24px;
}

.pricebox .singlebox {
  background-color: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.0705882353);
  border-radius: 7px;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}
.pricebox .singlebox h4 {
  margin: 0px;
  padding: 10px 5px;
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
}
.pricebox .singlebox h4 i {
  font-weight: 300;
  font-size: 16px;
}
.pricebox .singlebox h4 span {
  display: block;
  font-size: 11px;
  font-weight: 300;
  color: #333;
  white-space: nowrap;
}
.pricebox .singlebox a {
  text-decoration: none;
}
.pricebox .singlebox a:hover {
  background-color: #F77E0B;
}
.pricebox .singlebox a:hover h4, .pricebox .singlebox a:hover span {
  color: #fff;
}
.pricebox .singlebox:hover {
  background-color: #F77E0B;
}

.img-object {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.rmobjbox {
  position: relative;
}
.rmobjbox a.wishicon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 80%;
  background-color: rgba(255, 255, 255, 0.5);
  color: #000;
}
.rmobjbox a.wishicon i {
  position: absolute;
  left: 7px;
  top: 8px;
}
.rmobjbox a.wishicon:hover {
  color: #F77E0B;
  background-color: #72BF44;
}

.swiper-button-next, .swiper-button-prev {
  color: #fff !important;
}

.swiper-pagination-bullet {
  background: #fff !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: #72BF44 !important;
}

.roomleft h4 {
  margin: 0px;
  padding: 0px;
  font-size: 30px;
  color: #161414;
  background-color: #fff;
  font-weight: 600;
}
.roomleft h5 {
  position: relative;
}
.roomleft h5 span {
  background-color: #fff;
  padding-right: 10px;
}
.roomleft h5:after {
  content: "";
  height: 1px;
  background-color: #e0e0e0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 11px;
  z-index: -1;
}
.roomleft p {
  color: #666;
  font-size: 16px;
  line-height: 28px;
}
.roomleft p a.readlink {
  color: #F77E0B;
  text-decoration: none;
  padding-bottom: 30px;
  font-size: 20px;
}
.roomleft p a.readlink:hover {
  color: #333;
}
.roomleft p small a {
  text-decoration: none;
  color: #72BF44;
}
.roomleft p small a:hover {
  color: #F77E0B;
}
.roomleft h3 {
  margin: 0px;
  padding: 10px 0px 20px 0px;
  font-size: 28px;
  color: #242623;
  font-weight: 600;
}
.roomleft ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.roomleft ul li {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  color: #242623;
  padding-bottom: 15px;
}
.roomleft ul li:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  color: #242623;
  position: absolute;
  top: 0;
  left: 0;
}
.roomleft h6 {
  margin: 0px;
  padding: 10px 0px 30px 0px;
  font-size: 24px;
}
.roomleft h6 i {
  color: #F77E0B;
}

.hotelratingbar p {
  font-size: 12px;
  color: #000;
  white-space: nowrap;
  font-weight: 500;
  border: 0;
}
.hotelratingbar p:nth-child(3n+1) {
  width: 210px;
  display: inline-block;
}
.hotelratingbar .progress {
  width: 100%;
  height: 8px !important;
  margin: 0px 20px;
  margin-top: 7px;
}

.hotelfaccilties {
  text-align: center;
}
.hotelfaccilties [class*=col] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.hotelfaccilties img {
  width: 54px;
  height: 54px;
  margin-bottom: 5px;
}
.hotelfaccilties h5 {
  font-size: 20px;
  color: #8E8D8D;
}
.hotelfaccilties h5:after {
  display: none;
}

.commentavt {
  padding-bottom: 20px;
}
.commentavt .avatar img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
}
.commentavt .content {
  padding-left: 20px;
}
.commentavt .content h5 {
  margin: 0px;
  padding: 5px 0px 0px 0px;
  font-size: 13px;
  font-weight: 600;
}
.commentavt .content h5:after {
  display: none;
}
.commentavt .content h6 {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  color: #a7a7a7;
  font-weight: 400;
}

.visits input:checked ~ .visit-rsn {
  background-color: #5DA815;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  border-radius: 15px;
  cursor: pointer;
}
.visits input:checked ~ .visit-rsn img {
  fill: #fff;
}

.visits input:checked ~ .visit-rsn:before {
  opacity: 1;
}

.visits input:disabled ~ .visit-rsn {
  background-color: #e30303;
  color: #fff;
  border-radius: 5px;
}

.visits .form-check-input {
  opacity: 0;
}

.visits input.form-check-input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  margin-left: 0;
}

.visits span.visit-rsn .icon {
  width: 80px;
  height: 80px;
  display: block;
  margin: 0px auto;
  background-color: #fff;
  border-radius: 100%;
  padding-top: 15px;
}

.visits span.visit-rsn img {
  width: 50px;
  display: block;
  margin: 0px auto;
}

.cus-visits span.visit-rsn img {
  display: block;
  width: 50px;
}

.cus-visits span.visit-rsn:before {
  top: 50% !important;
}

.visits span.visit-rsn:before {
  color: #000;
  background-color: #fff;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 10px;
  font-weight: 900;
  position: absolute;
  left: 10px;
  top: 20px !important;
  border-radius: 50px;
  width: 22px;
  height: 22px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  opacity: 0;
}

.visits span.visit-rsn {
  background-color: #f3f9ff;
  border: 0;
  border-radius: 4px;
  color: #64627c;
  display: block;
  font-size: 14px;
  margin-bottom: 0;
  padding: 13px 5px;
  text-align: center;
  position: relative;
  font-weight: 600;
}

.visits span.visit-rsn {
  text-align: center;
  border: 0;
  border-radius: 5px;
  padding: 10px 10px;
  background: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.0705882353);
  min-width: 133px;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  letter-spacing: 1px;
  cursor: pointer;
}

.grwhiete {
  fill: #fff;
}

.booknow-rightbox {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.031372549);
}
.booknow-rightbox .booknow-header {
  background-color: #72BF44;
  border-radius: 10px 20px 0px 0px;
  padding: 20px 10px;
}
.booknow-rightbox .booknow-header .d-flex .icon {
  padding-right: 10px;
}
.booknow-rightbox .booknow-header .d-flex .icon img {
  height: 45px;
  width: 45px;
}
.booknow-rightbox .booknow-header .d-flex .icontxt {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  display: block;
  color: #fff;
}
.booknow-rightbox .booknow-header .d-flex .offertxt a {
  background-color: #95cf73;
  font-size: 15px;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  text-decoration: none;
  white-space: nowrap;
  padding: 10px;
}
.booknow-rightbox .booknow-header .d-flex .offertxt a:hover {
  background-color: #7dce4d;
}
.booknow-rightbox .booking-body {
  padding: 25px 20px;
}
.booknow-rightbox .booking-body .booksummary label {
  color: #222123;
  font-size: 18px;
  padding-bottom: 10px;
}
.booknow-rightbox .booking-body .booksummary .datebox {
  border-radius: 10px;
  border: 1px solid #707070;
  display: flex;
  margin-bottom: 10px;
}
.booknow-rightbox .booking-body .booksummary .datebox .chkindate, .booknow-rightbox .booking-body .booksummary .datebox .chkintime {
  width: 50%;
  padding: 10px 20px;
}
.booknow-rightbox .booking-body .booksummary .datebox .chkindate label, .booknow-rightbox .booking-body .booksummary .datebox .chkintime label {
  color: #324c6a;
  font-size: 17px;
  font-weight: 500;
}
.booknow-rightbox .booking-body .booksummary .datebox .chkintime {
  border-left: 1px solid #707070;
}
.booknow-rightbox .booking-body .booksummary .datebox .form-control, .booknow-rightbox .booking-body .booksummary .datebox .timepicker {
  border: none;
  font-size: 20px;
  padding: 0px;
  color: #000;
  font-weight: 600;
  background-color: inherit;
}
.booknow-rightbox .booking-body .booksummary .datebox .form-control::-webkit-input-placeholder, .booknow-rightbox .booking-body .booksummary .datebox .timepicker::-webkit-input-placeholder {
  color: #000;
}
.booknow-rightbox .booking-body .booksummary .datebox.picker__input.picker__input--active {
  border: none;
  font-size: 20px;
  padding: 0px;
}
.booknow-rightbox .booking-body .booksummary .bookslotbox {
  background-color: #f2f2f9;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.booknow-rightbox .booking-body .booksummary .bookslotbox .visits .form-check-input {
  opacity: 1;
}
.booknow-rightbox .booking-body .booksummary .bookslotbox .visits span.visit-rsn {
  text-align: left;
  padding-left: 40px;
  border-radius: 10px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.0784313725);
  border: 2px solid transparent;
  height: 50px;
}
.booknow-rightbox .booking-body .booksummary .bookslotbox .visits span.visit-rsn:before {
  background-color: #fff;
  border: 2px solid #ccc;
  color: #fff;
  top: 22px !important;
  opacity: 1;
}
.booknow-rightbox .booking-body .booksummary .bookslotbox .visits input:checked ~ .visit-rsn {
  background-color: #fff;
  border: 2px solid #72BF44;
  height: 50px;
}
.booknow-rightbox .booking-body .booksummary .bookslotbox .visits input:checked ~ .visit-rsn:before {
  background-color: #72BF44;
  border: 2px solid #72BF44;
}
.booknow-rightbox .booking-body .booksummary .bookslotbox .visits input:checked ~ .visit-rsn .pricetxt {
  color: #72BF44;
}
.booknow-rightbox .booking-body .booksummary .bookslotbox .visits input:checked ~ .visit-rsn .hrstxt {
  color: #72BF44;
}
.booknow-rightbox .booking-body .booksummary .bookslotbox .pricetxt {
  color: #989090;
  font-weight: 600;
  font-size: 18px;
}
.booknow-rightbox .booking-body .booksummary .bookslotbox .hrstxt {
  color: #000000;
  font-weight: 600;
  font-size: 18px;
}
.booknow-rightbox .booking-body .booksummary .guestbox {
  border-radius: 10px;
  border: 1px solid #707070;
  padding: 15px 10px;
  margin-bottom: 20px;
}
.booknow-rightbox .booking-body .booksummary .guestbox label {
  color: #ADAAB1;
  font-size: 14px;
  display: block;
  padding-bottom: 5px;
}
.booknow-rightbox .booking-body .booksummary .guestbox select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  --webkit-appearance:none;
  --moz-appearance:none;
  border: none;
  position: relative;
  width: 100%;
  background-image: url("../images/angle-down.svg");
  background-repeat: no-repeat;
  background-size: 32px 30px;
  background-position: right center;
  display: block;
  font-weight: 600;
  padding: 0px 10px 0px 0px;
  border: none;
  box-shadow: none;
}
.booknow-rightbox .booking-body .booksummary .guestbox select option {
  padding: 10px 0px !important;
}
.booknow-rightbox .booking-body .booksummary .guestbox select:focus-visible {
  border: none !important;
  outline: none;
  box-shadow: inherit !important;
}
.booknow-rightbox .booking-body .form-control:focus {
  box-shadow: inherit !important;
  border-color: #ced4da;
}
.booknow-rightbox .totalpricebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.booknow-rightbox .totalpricebox .price {
  color: #72BF44;
  font-size: 30px;
  font-weight: 600;
}
.booknow-rightbox .totalpricebox .price i {
  font-size: 24px;
}
.booknow-rightbox .totalpricebox .price span {
  color: #ABACAA;
  font-weight: 400;
  font-size: 16px;
  display: block;
}
.booknow-rightbox .totalpricebox .btn-booknow button {
  background-color: #F77E0B;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  padding: 8px 15px;
  border-radius: 15px;
  color: #fff;
  border: none;
  transition: all ease 0.2s;
}
.booknow-rightbox .totalpricebox .btn-booknow button:hover {
  background-color: #72BF44;
}

.bookinginfoform {
  border: 2px solid #e1e1e1;
  padding: 20px;
  border-radius: 12px;
  margin: 20px 0px;
}
.bookinginfoform h4 {
  font-size: 24px;
  color: #000;
  padding-bottom: 10px;
}
.bookinginfoform h6 {
  color: #b8b8b7;
  margin: 0px;
  padding: 0px;
  font-size: 22px;
}
.bookinginfoform p {
  margin: 0px;
  padding: 0px 0px 5px 0px;
  color: #817E7C;
}
.bookinginfoform label {
  font-size: 16px;
  color: #000;
  padding-bottom: 10px;
  font-weight: 500;
}
.bookinginfoform .form-control {
  border-radius: 3px;
  border-color: #ccc;
  height: 45px;
}
.bookinginfoform .form-control:focus {
  box-shadow: inherit;
  border-color: #333;
}
.bookinginfoform .btn-continue {
  background-color: #F77E0B;
  border-radius: 14px;
  padding: 10px 30px;
  border: none;
  color: #fff;
  width: 100%;
}
.bookinginfoform .btn-continue:hover {
  background-color: #72BF44;
}
.bookinginfoform .btn-outline-secondary {
  color: #72BF44;
  border: 1px solid #ccc;
}
.bookinginfoform .btn-outline-secondary:hover {
  background-color: #72BF44;
  border-color: #72BF44;
  color: #fff;
}

.bookhoteldetails {
  display: flex;
}

.hoteldetailsview {
  font-size: 13px;
  color: #242623;
}
.hoteldetailsview h3 {
  font-size: 22px;
  color: #242623;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.hoteldetailsview p {
  color: #242623;
  margin: 0px;
  font-size: 14px;
  padding: 0px 0px 5px 0px;
}
.hoteldetailsview .badge {
  background-color: #72BF44;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.hoteldetailsview .staytxt {
  padding-top: 5px;
}

.applycouponbox {
  border-radius: 10px;
  border: 1px solid #707070;
  font-size: 12px;
  color: #222123;
  margin-bottom: 10px;
  padding: 8px;
}
.applycouponbox img {
  height: 24px;
}

.roomtitle h4 {
  margin: 0px;
  padding: 0px;
  color: #F77E0B;
  font-size: 16px;
}

.detailsprice {
  color: #222123;
  font-size: 15px;
}
.detailsprice [class*=col] {
  padding: 10px 10px;
  font-size: 18px;
}
.detailsprice .col-lg-4, .detailsprice .col-lg-7 {
  font-size: 16px;
  font-weight: 600;
  text-align: right;
}
.detailsprice h5 {
  margin: 0px;
  padding: 10px 0px 15px 0px;
  font-weight: 500;
  font-size: 18px;
  color: #222123;
  text-align: left;
}
.detailsprice small {
  color: #86808D;
}
.detailsprice .totaltxt {
  color: #F77E0B;
  font-size: 25px;
  font-weight: 600;
  text-align: right;
}

.btn-payhotel {
  background-color: #72BF44;
  padding: 13px 40px;
  border-radius: 7px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  border: none;
  margin-right: 20px;
}
.btn-payhotel i {
  font-size: 20px;
}
.btn-payhotel:hover {
  background-color: #F77E0B;
}

.btn-paynow {
  background-color: #fff;
  padding: 13px 50px 10px 20px;
  border: 1px solid #C8C8C8;
  border-radius: 7px;
  text-align: left;
  color: #817E7E;
  font-size: 24px;
  margin-right: 20px;
  position: relative;
}
.btn-paynow i {
  position: absolute;
  top: 20px;
  right: 10px;
}
.btn-paynow:hover {
  background-color: #F77E0B;
  color: #fff;
  border-color: #F77E0B;
}

a.btn-abt-info, .btn-navigate, .btn-exclusive, .btn-ptpartner {
  padding: 5px 7px 3px 7px;
  color: #fff;
  display: inline-block;
  background-color: #72BF44;
  font-size: 13px;
  border-radius: 5px;
  margin-bottom: 10px;
  text-decoration: none;
  margin-right: 10px;
}
a.btn-abt-info:hover, .btn-navigate:hover, .btn-exclusive:hover, .btn-ptpartner:hover {
  color: #fff;
  opacity: 0.9;
}

.btn-ptpartner {
  font-size: 11px;
  position: absolute;
  bottom: -10px;
  padding: 5px 10px 3px 10px;
  border-radius: 0px 20px 0px 20px;
  left: 0px;
  background-color: #72BF44;
}
.btn-ptpartner:hover {
  color: #fff;
  opacity: inherit;
}

.btn-exclusive {
  background-color: #ffbe00;
  color: #000;
  font-size: 11px;
  position: absolute;
  bottom: -10px;
  padding: 5px 10px 3px 10px;
  border-radius: 0px 20px 0px 20px;
  left: 0px;
  cursor: default;
}
.btn-exclusive:hover {
  color: inherit;
  opacity: inherit;
}

.btn-navigate {
  background-color: #F77E0B;
}
.btn-navigate:hover {
  color: #fff;
  opacity: 0.9;
}

.lsvrating {
  font-size: 14px;
}
.lsvrating i {
  color: #ffbe00;
}

p.lstpricing {
  color: #000 !important;
  font-weight: 600;
  font-size: 18px;
  margin: 0px;
  padding: 0px;
}
p.lstpricing del {
  color: #797979 !important;
}
p.lstpricing small {
  color: #72BF44;
  font-size: 14px;
  font-weight: 400;
}

.badge-success {
  background-color: #72BF44;
  height: 24px;
  padding: 5px 5px 5px 5px;
  font-weight: 300;
}

.reviewboxht {
  overflow: hidden;
  height: 300px;
}

.btn-success {
  background-color: #72BF44;
  border-color: #72BF44;
}
.btn-success:hover {
  background-color: #F77E0B;
  border-color: #F77E0B;
}

.py-8 {
  padding: 80px 0px;
}

.btn-viewinvvoice {
  padding: 10px;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
  display: block;
  color: #fff;
  text-decoration: none;
  background-color: #F77E0B;
}
.btn-viewinvvoice:hover {
  color: #fff;
}
.btn-viewinvvoice:hover {
  background-color: #72BF44;
}

.btn-backtohome {
  padding: 10px;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
  display: block;
  color: #fff;
  text-decoration: none;
  background-color: #72BF44;
}
.btn-backtohome:hover {
  color: #fff;
}
.btn-backtohome:hover {
  background-color: #F77E0B;
}

.paymentbox h4 {
  color: #72BF44;
}
@keyframes hvr-hang {
  0% {
    transform: translateY(8px);
  }
  50% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(8px);
  }
}
.hvr-hang {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  animation-name: hvr-hang-sink, hvr-hang;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}

.invdetailsbox label {
  color: #999;
}
.invdetailsbox p {
  color: #333;
  font-weight: 500;
}
.invdetailsbox h2 {
  font-weight: 600;
  text-align: center;
  font-size: 30px;
  color: #72BF44;
}
.invdetailsbox h2 i {
  font-size: 26px;
}

.listingviewmap img {
  width: 100%;
  height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

.frproplistmap {
  width: 90px;
  padding: 5px 0px;
  color: #fff;
  background-color: #F77E0B;
  border-radius: 30px;
  text-align: center;
  margin: 0px auto;
  position: fixed;
  left: 46%;
  bottom: 70px;
  text-decoration: none;
}
.frproplistmap:hover {
  background-color: #72BF44;
  color: #fff;
}

.booksummary .d-flex a {
  text-decoration: none;
  color: #72BF44;
}
.booksummary .d-flex a:hover {
  color: #F77E0B;
}

.roomchase-box {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 15px;
  margin-bottom: 10px;
  padding-top: 15px;
}
.roomchase-box img {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.roomchase-box h4 {
  font-size: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.roomchase-box .roomstayprice {
  font-weight: 600;
  color: #72BF44;
  font-size: 26px;
  line-height: 26px;
}
.roomchase-box .roomstayprice span {
  display: block;
  font-weight: 400;
  color: #a0a49e;
  font-size: 17px;
}
.roomchase-box .roomstayprice i {
  font-size: 22px;
}

.chsroomcount span {
  font-size: 14px;
  font-weight: 600;
  padding-left: 7px;
}
.chsroomcount .counter {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chsroomcount .counter input {
  width: 40px;
  border: 0;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
  color: #000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
}
.chsroomcount .counter span {
  display: block;
  font-size: 20px;
  font-weight: 300;
  border-radius: 5px;
  padding: 0 8px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d4d0d0;
  color: #F77E0B;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: 600;
}
.chsroomcount .counter span:hover {
  background-color: #72BF44;
  color: #fff;
}

.roomselecthours {
  padding-bottom: 20px;
}
.roomselecthours input[type=radio] {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
.roomselecthours label {
  background-color: #fff;
  border-radius: 7px;
  font-weight: 600;
  color: #000;
  font-size: 20px;
  text-align: center;
  display: inline-block;
  padding: 10px 20px;
  margin-right: 20px;
  border: 1px solid #eee;
  cursor: pointer;
}
.roomselecthours input[type=radio]:checked + label {
  background-color: #F77E0B;
  color: #fff;
}

.spacestyling .card {
  padding: 14px;
  border-color: #eee;
}
.spacestyling .card img {
  margin-bottom: 10px;
  border-radius: 10px;
}
.spacestyling .card img:hover {
  opacity: 0.8;
}
.spacestyling .card h4 {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  font-weight: 500;
  color: #000;
  font-size: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}
.spacestyling .card p {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  font-size: 14px;
  color: #000;
  text-align: center;
  line-height: 18px;
}
.spacestyling .card a.spaceadd {
  background-color: #F77E0B;
  padding: 10px 20px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  margin: 0px auto;
  margin-bottom: 10px;
  width: 85%;
}
.spacestyling .card a.spaceadd:hover {
  background-color: #72BF44;
}
.spacestyling .card span.greentxt {
  padding-bottom: 0px;
}

.gustbookdetails .input-group-lg > .form-control {
  font-size: 15px;
}
.gustbookdetails .input-group-lg > .form-control {
  border-radius: 0.3rem;
}
.gustbookdetails .input-group-lg > .input-group-text {
  padding: 0.5rem 0.5rem !important;
}

#show_unmarried_couple_popup h4.modal-title {
  font-size: 20px !important;
}
#show_unmarried_couple_popup h3 {
  margin: 0px;
  padding: 0px;
  font-size: 24px !important;
  text-align: center !important;
}

#couponofferModal .modal-content {
  border-radius: 0px !important;
}
#couponofferModal .modal-header {
  background-color: #72BF44;
  padding: 10px;
  color: #fff;
  border-radius: 0px !important;
}
#couponofferModal .modal-header button {
  background-color: inherit;
  color: #fff;
  border: 0px;
}
#couponofferModal .modal-header button:focus {
  box-shadow: inherit !important;
}
#couponofferModal .modal-header button i {
  color: #fff;
}
#couponofferModal .modal-body {
  background-color: #eee;
}
#couponofferModal .modal-body .couponouter {
  height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
}
#couponofferModal .modal-body .couponouter::-webkit-scrollbar {
  width: 10px;
}
#couponofferModal .modal-body .couponouter::-webkit-scrollbar-track {
  background: #fff;
}
#couponofferModal .modal-body .couponouter::-webkit-scrollbar-thumb {
  background: #888;
}
#couponofferModal .modal-body .couponouter::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#couponofferModal .modal-body .couponouter .couponbox {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
}
#couponofferModal .modal-body .couponouter .couponbox .coucontent {
  padding-right: 10px;
}
#couponofferModal .modal-body .couponouter .couponbox .coucontent small {
  font-size: 12px;
}
#couponofferModal .modal-body .couponouter .couponbox .coucontent h4 {
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  color: #72BF44;
  text-transform: uppercase;
}
#couponofferModal .modal-body .couponouter .couponbox .coucontent h4 span {
  color: #000;
  font-size: 14px;
  text-transform: capitalize;
}
#couponofferModal .modal-body .couponouter .couponbox a.couponcopy {
  background-color: #F77E0B;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  height: 33px;
  line-height: 23px;
  font-size: 12px;
  white-space: nowrap;
  border: 1px solid transparent;
}
#couponofferModal .modal-body .couponouter .couponbox a.couponcopy:hover {
  background-color: #fff;
  border-color: #F77E0B;
  color: #F77E0B;
}

.propertiesfresh [class*=col-] {
  position: relative;
}
.propertiesfresh h4 {
  margin: 0px;
  padding: 10px 0px 20px 0px;
  color: #000;
  font-size: 20px;
}
.propertiesfresh img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  margin-bottom: 25px;
}
.propertiesfresh .trdtxt {
  position: absolute;
  bottom: 20px;
  z-index: 9;
  padding-left: 20px;
  width: 96.5%;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.9));
  padding-bottom: 15px;
  padding-top: 20px;
  border-radius: 0px 0px 10px 10px;
}
.propertiesfresh .trdtxt h4 {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  color: #fff;
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.propertiesfresh .trdtxt .btn-booknow {
  background-color: #72BF44;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 3px 10px;
  border-radius: 30px;
  border: 1px solid #fff;
}

.mostcities h4 {
  margin: 0px;
  padding: 10px 0px 20px 0px;
  color: #000;
  font-size: 20px;
}
.mostcities .citybox {
  width: 100%;
  flex: 0 0 11.5%;
  position: relative;
}
.mostcities .citybox img {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  margin-bottom: 20px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  border: 1px solid #fff;
}
.mostcities .citybox .trdtxt {
  position: absolute;
  bottom: 20px;
  z-index: 9;
  padding-left: 10px;
  width: 100%;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.9));
  padding-bottom: 15px;
  padding-top: 20px;
  border-radius: 0px 0px 5px 5px;
}
.mostcities .citybox .trdtxt h4 {
  margin: 0px;
  padding: 0px;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mostcities .d-flex {
  flex-wrap: wrap;
}

.swiper-button-next, .swiper-button-prev {
  margin-top: inherit !important;
}

.viewalllink {
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 14px;
  background-color: #72BF44;
  border-radius: 5px;
  white-space: nowrap;
}
.viewalllink:hover {
  background-color: #F77E0B;
  color: #fff;
}

.stepsbookingbox h3 {
  margin: 0px;
  padding: 0px 0px 20px 0px;
  color: #000;
  font-size: 24px;
}
.stepsbookingbox h4 {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  font-size: 16px;
  color: #666;
}
.stepsbookingbox p {
  margin: 0px;
  padding: 0px 30px;
  font-size: 13px;
}
.stepsbookingbox .icon {
  width: 74px;
  height: 74px;
  background-color: #fff;
  margin: 0px auto;
  border-radius: 100%;
  line-height: 74px;
  margin-bottom: 10px;
}
.stepsbookingbox .icon img {
  width: 48px;
  height: 48px;
}

.invalid {
  font-size: 12px;
}

.hour-breadcrubmb {
  position: relative;
  margin-top: -40px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
}
.hour-breadcrubmb a {
  color: #72BF44;
  padding-right: 20px;
  text-decoration: none;
  text-align: left;
}
.hour-breadcrubmb a:hover {
  color: #F77E0B;
}
.hour-breadcrubmb a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-size: 10px;
  position: relative;
  left: 10px;
}
.hour-breadcrubmb h3 {
  margin: 0px 0px 20px 0px;
  padding: 5px 0px 10px 0px;
  font-size: 24px;
  text-align: left;
  color: #333;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
}
.hour-breadcrubmb h3 span {
  font-weight: 500;
  font-size: 15px;
}

.stay-pricefilter {
  display: flex;
  margin: 0px;
  padding: 0px 0px 20px 0px;
  list-style: none;
}
.stay-pricefilter li {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.stay-pricefilter li a {
  margin: 0px 7px;
  padding: 3px 10px;
  text-decoration: none;
  color: #333;
}

.stay-pricefilter li a:hover, .stay-pricefilter li.active a {
  background-color: #72BF44;
  color: #fff;
  border-radius: 5px;
}

.newfilterbox .accordion {
  height: 620px;
  overflow-y: scroll;
}
.newfilterbox .accordion::-webkit-scrollbar {
  width: 5px;
}
.newfilterbox .accordion::-webkit-scrollbar-track {
  background: #ccc;
  border-radius: 10px;
}
.newfilterbox .accordion::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.newfilterbox .accordion::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.newfilterbox .accordion-item {
  border: 0px;
  margin-bottom: 10px;
}
.newfilterbox .accordion-item:first-of-type {
  border-radius: 0px !important;
}
.newfilterbox .accordion-item:first-of-type .accordion-button {
  border-radius: 0px !important;
}
.newfilterbox .accordion-button {
  padding: 7px 10px;
  font-size: 16px;
  font-weight: 600;
  color: #72BF44;
}
.newfilterbox .accordion-button:not(.collapsed)::after {
  top: 4px;
  font-size: 24px;
}
.newfilterbox .accordion-button:not(.collapsed) {
  background-color: #fff;
  box-shadow: inherit;
}
.newfilterbox .accordion-button::after {
  top: -4px;
  font-size: 24px;
}
.newfilterbox .accordion-body {
  padding: 5px;
}
.newfilterbox .input-group-text {
  border-radius: 0px;
}
.newfilterbox .form-control {
  border-radius: 0px;
}
.newfilterbox .form-control:focus {
  box-shadow: inherit !important;
  border: 1px solid #ced4da;
}

.checkfilters {
  margin: 0px;
  padding: 10px 0px 0px 0px;
  list-style: none;
  position: relative;
}
.checkfilters li {
  padding: 5px 0px;
  position: relative;
}
.checkfilters li input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  --webkit-apprance: none;
  --moz-appreance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  position: relative;
  top: 4px;
}
.checkfilters li label {
  font-size: 15px;
  padding-left: 7px;
}
.checkfilters li input[type=checkbox]:checked {
  background-color: #72BF44;
  border-color: #72BF44;
}
.checkfilters li input[type=checkbox]:checked + label:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  position: absolute;
  top: 8px;
  left: 2px;
  z-index: 99;
  font-size: 14px;
  color: #fff;
}

.newfilterbox a.clear, .show-all a {
  color: #F77E0B;
  text-decoration: none;
  font-size: 14px;
}

.newfilterbox a.clear:hover, .show-all a:hover {
  color: #333;
}

.htfix {
  height: 180px;
  overflow: hidden;
  transition: all ease 0.2s;
}

.filroombox .img-object {
  height: 200px;
  border: 1px solid #eee;
}

.filpricing .pricebox .singlebox {
  background-color: #72BF44;
  color: #fff !important;
}

.filpricing .pricebox .singlebox h4, .filpricing .pricebox .singlebox h4 span {
  color: #fff;
}

#filterSidebar .card-body {
  padding: 0px;
}

.mapposition {
  position: relative;
  top: -60px;
}

.nearbyplaces {
  padding-bottom: 20px;
}
.nearbyplaces h5 {
  margin-bottom: 15px;
}
.nearbyplaces h5:after {
  background-color: inherit !important;
}

.locaboxnear {
  margin-bottom: 20px;
}
.locaboxnear .nearloc img {
  width: 70px;
  height: 70px;
  margin-right: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.locaboxnear .nearloc-content h6 {
  font-size: 15px;
  margin: 0px;
  padding: 0px;
  text-transform: capitalize;
  color: #242623;
}
.locaboxnear .nearloc-content p {
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  text-transform: capitalize;
  color: #333;
}

.amtfil img {
  width: 30px;
  height: 30px;
  border: 1px solid #eee;
  margin-right: 5px;
  padding: 5px;
}

p.orfacttitle {
  font-weight: 500;
  color: #F77E0B;
  font-size: 12px;
}

.htlistingSwiper2 .swiper-slide img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  border-radius: 10px;
}
.htlistingSwiper2 .swiper-button-next:after, .htlistingSwiper2 .swiper-button-prev:after {
  font-size: 20px;
}

.htlistingSwiper img {
  width: 100%;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  border-radius: 5px;
  cursor: pointer;
}

.addwishicon {
  position: absolute;
  top: 6px;
  right: 18px;
  z-index: 999;
  width: 34px;
  height: 34px;
  background-color: #fff;
  border-radius: 100%;
}

.addwishicon input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.addwishicon label:before {
  width: 40px;
  height: 40px;
  content: "\f4c7";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #D9D9D9;
  font-size: 35px;
  position: relative;
  top: -9px;
}

.addwishicon input[type=checkbox]:checked + label:before {
  color: #f77e0b;
}

footer {
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  padding: 15px 0px;
  font-size: 14px;
  color: #81877E;
  text-align: center;
  background: #fff !important;
}
footer span {
  text-align: left;
}
footer ul {
  margin: 0px;
  padding: 0px;
  display: inline;
}
footer ul li {
  display: inline-block;
  padding: 0px 8px;
}
footer ul li:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f111";
  color: #bcbcbc;
  font-weight: 900;
  font-size: 6px;
  padding-right: 5px;
  position: relative;
  top: -2px;
}
footer ul li a {
  color: #81877E;
  text-decoration: none;
  font-size: 13px;
}
footer ul li a:hover {
  color: #72BF44;
}

.footersticky {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 999;
  margin-top: 50px;
}

footer.greenfooter {
  background-color: #72BF44 !important;
  position: relative;
  color: #fff;
}
footer.greenfooter .row:first-child {
  position: relative;
}
footer.greenfooter p {
  color: #fff;
  font-size: 13px;
  clear: both;
  text-align: justify;
  line-height: 24px;
}
footer.greenfooter p:first-child {
  padding-right: 100px;
}
footer.greenfooter .footerlogo {
  display: block;
  width: 100%;
}
footer.greenfooter:before {
  content: "";
  left: 0px;
  top: 0px;
  position: absolute;
  width: 36%;
  height: 100%;
  background-color: #6bb440;
}
footer.greenfooter h5 {
  font-size: 18px;
  color: #fff;
  text-align: left;
}
footer.greenfooter ul {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  list-style: none;
}
footer.greenfooter ul li {
  list-style: none;
  display: block;
}
footer.greenfooter ul li:before {
  display: none;
}
footer.greenfooter ul li a {
  font-size: 14px;
  text-decoration: none;
  padding-bottom: 12px;
  display: block;
  color: #fff;
  list-style: none;
  font-weight: 300;
  text-align: left;
}
footer.greenfooter ul li a:hover {
  text-decoration: underline;
}
footer.greenfooter .btn-host {
  background-color: #fff;
  border-radius: 12px;
  padding: 10px 20px;
  font-size: 20px;
  color: #403A3A;
  text-decoration: none;
  font-weight: 500;
  float: left;
}
footer.greenfooter .btn-host:hover {
  background-color: #F77E0B;
  color: #fff;
}
footer.greenfooter .subscribe label {
  font-weight: 300;
  padding-bottom: 10px;
}
footer.greenfooter .subscribe .btn-secondary {
  background-color: #6bb440;
  border-radius: 10px !important;
  color: #fff;
  border: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
footer.greenfooter .subscribe .btn-secondary:hover {
  background-color: #F77E0B;
}
footer.greenfooter .subscribe .input-group {
  border: 1px solid #fff;
  border-collapse: collapse;
  border-radius: 12px;
}
footer.greenfooter .subscribe .form-control {
  background-color: inherit;
  border: 0px;
  height: 55px;
  color: #fff !important;
}
footer.greenfooter .subscribe .form-control::-moz-placeholder {
  color: #fff;
}
footer.greenfooter .subscribe .form-control::placeholder {
  color: #fff;
}
footer.greenfooter .subscribe .form-control::-webkit-placeholder {
  color: #fff;
}
footer.greenfooter .subscribe .form-control::-moz-placeholder {
  color: #fff;
}
footer.greenfooter .subscribe .form-control:focus {
  box-shadow: inherit !important;
}
footer .copyright {
  background-color: #fff;
  padding: 5px 0px;
  position: relative;
  z-index: 99;
  color: #81877E;
  bottom: -16px;
}
footer .copyright ul.socialicons li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
footer .copyright ul.socialicons li a {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  line-height: 35px;
}
footer .copyright ul.socialicons li a:hover {
  opacity: 0.8;
}
footer .copyright ul.socialicons li a i {
  line-height: 35px;
}
footer .copyright ul.socialicons li:nth-child(1) a {
  background-color: #4b69b1;
}
footer .copyright ul.socialicons li:nth-child(2) a {
  background-color: #0678b6;
}
footer .copyright ul.socialicons li:nth-child(3) a {
  background-color: #e83f3a;
}

.orangecol {
  color: #F77E0B;
}

.loginbox {
  padding: 20px;
}
.loginbox h3 {
  margin: 0px;
  padding: 0px 0px 20px 0px;
  font-size: 24px;
  font-weight: 600;
}
.loginbox .iti {
  display: block !important;
}
.loginbox .iti--separate-dial-code .iti__selected-flag {
  background-color: #fff !important;
  border-radius: 5px;
}
.loginbox .form-control {
  height: 55px;
}
.loginbox .form-control:focus {
  box-shadow: inherit;
  border-color: #72BF44;
}
.loginbox .btn-login-continue {
  padding: 12px 10px;
  margin-top: 20px;
  background-color: #F77E0B;
  border-radius: 5px;
  font-size: 22px;
  text-align: center;
  display: block;
  color: #fff;
  border: 0px;
  width: 100%;
  text-decoration: none;
}
.loginbox .btn-login-continue:hover {
  background-color: #72BF44;
}

.btn-bcom-host {
  padding: 12px 10px;
  margin-top: 20px;
  background-color: #F77E0B;
  border-radius: 5px;
  font-size: 22px;
  text-align: center;
  display: block;
  color: #fff;
  border: 0px;
  width: 100%;
  text-decoration: none;
}
.btn-bcom-host:hover {
  background-color: #72BF44;
}

.boxlogin .card {
  margin-top: 15%;
}

.loginlater {
  text-decoration: none;
  color: #72BF44;
  padding: 5px 0px;
  text-align: center;
  display: block;
}
.loginlater:hover {
  color: #F77E0B;
}

a.resendtxt {
  color: #F77E0B;
  text-decoration: none;
  padding: 10px 0px;
  display: block;
  text-align: center;
}
a.resendtxt:hover {
  color: #72BF44;
}

.dashbg {
  background-color: #fafafa;
}

.dashboard-sidebar {
  background-color: #72BF44;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.dashboard-sidebar ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.dashboard-sidebar ul li {
  padding: 8px 10px;
  border-bottom: 1px solid #89dd57;
  box-shadow: 0px 1px 0px #6ba846;
}
.dashboard-sidebar ul li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.dashboard-sidebar ul li a i {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.dashboard-sidebar ul li a:hover {
  color: #ffbe00;
}
.dashboard-sidebar ul li.active a {
  color: #ffbe00;
}

.profilebox {
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
}
.profilebox img {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
.profilebox .content {
  padding-left: 10px;
}
.profilebox .content h5 {
  margin: 0px;
  padding: 8px 0px 0px 0px;
  font-weight: 400;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 170px;
}

.dashboard-box .nav-link {
  color: #333;
}
.dashboard-box .nav-pills .nav-link.active, .dashboard-box .nav-pills .show > .nav-link {
  background-color: #F77E0B;
}
.dashboard-box hr {
  margin: 0.5rem 0;
}
.dashboard-box .img-object {
  height: 190px;
}

.bookingdata h3 {
  margin: 0px;
  padding: 0px 0px 5px 0px;
  font-size: 20px;
}
.bookingdata h4 {
  margin: 0px;
  padding: 0px;
  font-weight: 600;
  color: #F77E0B;
  font-size: 24px;
}
.bookingdata h4 i {
  font-size: 20px;
  color: #F77E0B;
}
.bookingdata p {
  margin: 0px;
  padding: 0px 0px 5px 15px;
  font-size: 12px;
  position: relative;
}
.bookingdata p i {
  position: absolute;
  top: 3px;
  left: 0px;
}
.bookingdata .btn-review {
  display: block;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 12px;
  margin-bottom: 5px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #F77E0B;
}
.bookingdata .btn-review:hover {
  background-color: #72BF44;
}
.bookingdata .btn-cancel-booking {
  display: block;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 12px;
  margin-bottom: 5px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #e80808;
}
.bookingdata .btn-cancel-booking:hover {
  background-color: #72BF44;
}
.bookingdata .btn-view-invoice-booking {
  display: block;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 12px;
  margin-bottom: 5px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #72BF44;
}
.bookingdata .btn-view-invoice-booking:hover {
  background-color: #F77E0B;
}
.bookingdata .btn-modify-booking {
  display: block;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 12px;
  margin-bottom: 5px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  color: #000;
  background-color: #ffbe00;
}
.bookingdata .btn-modify-booking:hover {
  background-color: #F77E0B;
  color: #fff;
}

.cancel-btn {
  border-radius: 10px;
  padding: 10px 30px;
  font-size: 14px;
  margin-bottom: 5px;
  color: #fff;
  text-align: center;
  border: 0px;
  background-color: #e80808;
}
.cancel-btn:hover {
  background-color: #72BF44;
}

.continue-btn {
  border-radius: 10px;
  padding: 10px 30px;
  font-size: 14px;
  margin-bottom: 5px;
  color: #fff;
  text-align: center;
  border: 0px;
  background-color: #72BF44;
}
.continue-btn:hover {
  background-color: #F77E0B;
}

#cancelModal .modal-header {
  padding: 10px;
}
#cancelModal h5 {
  font-size: 16px;
  text-align: center;
}
#cancelModal p {
  font-size: 12px;
  text-align: center;
}
#cancelModal h1.modal-title {
  color: #e80808;
  text-align: center;
}

.bookingdata .alert {
  border: 0px;
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  font-size: 12px;
}

.bookingdata .alert-success {
  color: #1ab65c;
  background-color: #dbf6e6;
}

.bookingdata .alert-danger {
  color: #d41a19;
  background-color: #fddddd;
}

.bookingdata .alert-warning {
  color: #F77E0B;
}

#rateingModal .modal-header {
  padding: 10px;
}
#rateingModal h1.modal-title {
  font-size: 24px !important;
  margin: 0px;
  padding: 0px;
}
#rateingModal h3 {
  font-size: 18px;
}
#rateingModal h4 {
  margin: 0px;
  padding: 0px 0px 5px 0px;
  font-size: 20px;
  text-align: center;
}
#rateingModal p.modalrating {
  margin: 0px;
  padding: 0px 0px 5px 0px;
}
#rateingModal p.modalrating i {
  color: #f5be0b;
}
#rateingModal p.locationaddress {
  margin: 0px;
  padding: 0px 0px 5px 15px;
  font-size: 12px;
  position: relative;
}
#rateingModal p.locationaddress i {
  position: absolute;
  top: 3px;
  left: 0px;
}
#rateingModal .form-control {
  background-color: #f9f9f9;
  border: 0;
}
#rateingModal .form-control:focus {
  box-shadow: inherit;
}
#rateingModal .btn-ratenow {
  background-color: #F77E0B;
  display: block;
  padding: 15px 10px;
  border-radius: 5px;
  color: #fff;
  border: 0;
  width: 100%;
}
#rateingModal .btn-ratenow:hover {
  background-color: #72BF44;
}

.starrating {
  border: none;
  text-align: center;
  display: block;
  margin: 0px auto;
  padding-bottom: 5px;
}

.starrating > input {
  display: none;
}

.starrating > label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  content: "\f005";
  font-weight: 900;
}

.starrating > .half:before {
  content: "\f089";
  position: absolute;
}

.starrating > label {
  color: #ddd;
  float: right;
}

.starrating > input:checked ~ label,
.starrating:not(:checked) > label:hover,
.starrating:not(:checked) > label:hover ~ label {
  color: #FFD700;
}

.starrating > input:checked + label:hover,
.starrating > input:checked ~ label:hover,
.starrating > label:hover ~ input:checked ~ label,
.starrating > input:checked ~ label:hover ~ label {
  color: #FFED85;
}

.detailbox {
  position: relative;
}
.detailbox .whremove a {
  color: #333;
  position: absolute;
  top: 5px;
  right: 10px;
}
.detailbox .whremove a:hover {
  opacity: 0.5;
}

.refralbox {
  text-align: center;
}
.refralbox h3 {
  margin: 0px;
  padding: 0px 0px 5px 0px;
  color: #F77E0B;
  font-weight: 600;
  font-size: 28px;
}
.refralbox p {
  font-size: 14px;
}
.refralbox img {
  height: 300px;
}

.btn-sharenow, .btn-feedback {
  background-color: #F77E0B;
  display: block;
  padding: 12px 10px;
  border-radius: 5px;
  color: #fff;
  border: 0;
  font-size: 20px;
  text-decoration: none;
  width: 100%;
  margin: 20px 0px 30px 0px;
}
.btn-sharenow:hover, .btn-feedback:hover {
  background-color: #72BF44;
}

.refer-socialicons ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.refer-socialicons ul li {
  display: inline-block;
}
.refer-socialicons ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  border-radius: 100%;
  color: #fff;
}
.refer-socialicons ul li:nth-child(5n+1) a {
  background-color: #296a30;
}
.refer-socialicons ul li:nth-child(5n+2) a {
  background-color: #0991f4;
}
.refer-socialicons ul li:nth-child(5n+3) a {
  background-color: #2852ff;
}
.refer-socialicons ul li:nth-child(5n+4) a {
  background-color: #f14134;
}
.refer-socialicons ul li:nth-child(5n+5) a {
  background-color: #0a4541;
}

.needhelp .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  border-radius: 100%;
  color: #F77E0B;
  font-size: 20px;
  border: 1px solid #F77E0B;
  margin-right: 10px;
}

.feebackbox .input-group {
  margin-bottom: 15px;
}
.feebackbox .form-control {
  height: 45px;
  font-size: 14px;
}
.feebackbox .form-control:focus {
  box-shadow: inherit;
  border-color: #ced4da;
}
.feebackbox textarea.form-control {
  height: inherit;
}
.feebackbox .input-group-text {
  background-color: #fff;
}
.feebackbox label {
  font-size: 14px;
}
.feebackbox .form-check {
  font-size: 14px;
}
.feebackbox .form-check-input {
  width: 18px;
  height: 18px;
}
.feebackbox .form-check-input:checked {
  background-color: #72BF44;
  border-color: #72BF44;
}
.feebackbox label.form-check-label {
  padding-top: 2px;
  padding-left: 5px;
}

h2.dash-title {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 10px 0px;
  border-bottom: 1px solid #f5f2f2;
  color: #F77E0B;
  font-weight: 600;
  font-size: 20px;
  text-align: left;
}

.needhelp {
  margin-bottom: 20px;
}
.needhelp h4 {
  margin: 0px;
  font-weight: 300;
  line-height: 24px;
  padding: 0px;
  text-align: center;
  font-size: 16px;
}
.needhelp h4 span {
  text-transform: uppercase;
  color: #72BF44;
  font-weight: 600;
  font-size: 20px;
}

.custneed {
  font-size: 20px;
  text-align: center;
  text-transform: capitalize;
}
.custneed span {
  font-weight: 600;
  color: #72BF44;
}

.searchpoints label {
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  background-color: #fff;
  padding-left: 3px;
  padding-right: 3px;
  position: relative;
  top: 11px;
  left: 6px;
}
.searchpoints label i {
  color: #72BF44;
}
.searchpoints .form-control, .searchpoints .form-select {
  height: 50px;
  font-weight: 600;
  font-size: 16px;
}
.searchpoints .form-control:focus, .searchpoints .form-select:focus {
  box-shadow: inherit;
  border-color: #72BF44;
}
.searchpoints .btn-search {
  white-space: nowrap;
  background-image: linear-gradient(to right, #ff7700, #ffac00);
  border-radius: 5px;
  font-size: 16px;
  height: 50px;
}
.searchpoints .btn-search:hover {
  background-image: linear-gradient(to left, #ff7700, #ffac00);
}

.roomsearchblock {
  width: 100%;
  max-width: 480px;
  padding: 10px;
  position: absolute;
  background-color: #fff;
  right: 0px;
  border-radius: 0px 0px 10px 10px;
  z-index: 99;
}
.roomsearchblock .rmcount {
  background-color: #f8f8f8;
  padding-bottom: 10px;
}
.roomsearchblock .rmcount span {
  font-size: 14px;
  font-weight: 600;
  padding-left: 7px;
}
.roomsearchblock .rmcount .counter {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.roomsearchblock .rmcount .counter input {
  width: 50px;
  border: 0;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
  background: #f8f8f8;
  color: #000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
}
.roomsearchblock .rmcount .counter span {
  display: block;
  font-size: 24px;
  font-weight: 300;
  border-radius: 5px;
  padding: 0 10px;
  cursor: pointer;
  background-color: #72BF44;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.roomsearchblock .rmcount .counter span:hover {
  background-color: #313131;
}

.btn-cancel {
  display: block;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  border: none;
  width: 100%;
  padding: 10px 0px;
  border-color: #ccc;
  background-color: #f8f8f8;
}
.btn-cancel:hover {
  background-color: #313131;
  color: #fff;
}

.btn-done {
  display: block;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  border: none;
  width: 100%;
  padding: 10px 0px;
  background-color: #72BF44;
  color: #fff;
}
.btn-done:hover {
  background-color: #F77E0B;
}

.newserchkbox label {
  padding-left: 20px;
  font-size: 16px;
}
.newserchkbox input[type=radio] {
  -webkit-appearance: none;
  position: relative;
}
.newserchkbox input[type=radio]:before {
  content: "\f111";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  position: absolute;
  left: -24px;
  top: -22px;
  font-size: 22px;
  color: #ccc;
}
.newserchkbox input[type=radio]:checked:before {
  content: "\f192";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  left: -24px;
  top: -22px;
  font-size: 22px;
  color: #F77E0B;
}

@media only screen and (max-width: 768px) {
  .searchpoints .newserchkbox label {
    font-size: 13px !important;
  }
}
h4.pagetitle {
  font-size: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  position: relative;
}
h4.pagetitle:before {
  width: 100px;
  height: 2px;
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #F77E0B;
}

.cmsbox p {
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
}
.cmsbox p a {
  color: #72BF44 !important;
}
.cmsbox p a:hover {
  color: #F77E0B !important;
}
.cmsbox a {
  color: #72BF44 !important;
}
.cmsbox a:hover {
  color: #F77E0B !important;
}

.greencol {
  color: #72BF44;
}

.contactform .form-control {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-radius: 0px;
  margin-bottom: 30px;
}
.contactform .form-control:focus {
  box-shadow: inherit;
  border-color: #72BF44;
}

.careerform {
  background-color: #72BF44;
  padding: 20px;
  border-radius: 5px;
}
.careerform .form-control {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-radius: 0px;
  margin-bottom: 20px;
  background-color: inherit;
  border-color: #fff;
}
.careerform .form-control:focus {
  box-shadow: inherit;
  border-color: #fff;
}
.careerform .form-control::-moz-placeholder {
  color: #fff;
}
.careerform .form-control::placeholder {
  color: #fff;
}
.careerform .form-control::-webkit-placeholder {
  color: #fff;
}

.infocontact {
  background-color: #72BF44;
  border-radius: 5px;
  padding: 20px;
}
.infocontact h4 {
  color: #fff;
  padding-bottom: 30px;
}
.infocontact ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.infocontact ul li {
  color: #fff;
  font-size: 20px;
  padding-bottom: 30px;
  display: flex;
}
.infocontact ul li i {
  width: 50px;
  display: block;
  font-size: 30px;
}

.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  background-color: #72BF44;
  color: #fff;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
}

.accordion-button:not(.collapsed) {
  background-color: rgba(114, 191, 68, 0.1);
  color: #000;
}

.accordion-button:focus {
  box-shadow: inherit !important;
  border-color: inherit !important;
}

.accordion-button::after {
  background-image: inherit !important;
  content: "\f107";
  font-size: 30px;
  font-weight: 300;
  position: relative;
  top: -6px;
  right: -3px;
  font-family: "Font Awesome 5 Pro";
}

.accordion-button:not(.collapsed)::after {
  background-image: inherit !important;
  content: "\f107";
  font-size: 30px;
  font-weight: 300;
  position: relative;
  top: 6px;
  right: 4px;
  font-family: "Font Awesome 5 Pro";
}

.blogbox img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 450px;
}
.blogbox .card-title a {
  color: #72BF44;
  text-decoration: none;
}
.blogbox .card-title a:hover {
  color: #F77E0B;
}
.blogbox .dateformat {
  padding: 5px 10px 5px;
  margin: 10px;
  left: 0px;
  bottom: 0px;
  border-radius: 5px;
  position: absolute;
  background-color: #ffbe00;
  text-align: center;
}
.blogbox .dateformat span {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  display: block;
}

.yellowcol {
  color: #ffbe00;
}

.active > .page-link, .page-link.active {
  background-color: #72BF44 !important;
  border-color: #72BF44 !important;
}

.page-link {
  color: #000;
}
.page-link:hover {
  color: #72BF44;
}

.hostbg {
  background: url("../images/becomehost.png") no-repeat;
  background-size: 50% 50%;
  background-position: right center;
}

.hostbox .form-group {
  position: relative;
  margin-bottom: 15px;
}
.hostbox .form-group i {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #72BF44;
  width: 40px;
  height: 45px;
  font-size: 18px;
  color: #fff;
  line-height: 45px;
  text-align: center;
}
.hostbox .form-group .form-control, .hostbox .form-group .form-select {
  height: 45px;
  padding-left: 45px;
  color: #6c7592;
  border-radius: 0;
}
.hostbox .form-group .form-control:focus, .hostbox .form-group .form-select:focus {
  box-shadow: inherit;
  border-color: #72BF44;
}

.jointxt {
  font-weight: 700;
  font-size: 120px;
  white-space: nowrap;
  transform: rotate(270deg);
  position: absolute;
  left: -80px;
  top: 170px;
  color: #f3f3f3;
}

.borderlbl2 {
  border: 1px solid #ccc;
  padding: 20px 20px;
  position: relative;
  border-radius: 5px;
  margin-top: 20px;
}
.borderlbl2 .borderlblLable {
  position: absolute;
  left: 20px;
  top: -15px;
  height: 30px;
  line-height: 30px;
  background: white;
  font-size: 18px;
  font-weight: 300;
  padding: 0px 5px;
}
.borderlbl2 .borderlblLable span {
  font-size: 16px;
  font-weight: 600;
  color: #F77E0B;
}
.borderlbl2 a {
  color: #333;
  padding-top: 10px;
  font-size: 14px;
  text-decoration: underline;
}
.borderlbl2 a:hover {
  color: #F77E0B;
  text-decoration: none;
}

a.number001 {
  color: #333;
  text-decoration: none;
  font-weight: 600;
}

.citymap1 .modal-content {
  border-radius: 0px;
}
.citymap1 .btn-close:focus {
  box-shadow: inherit !important;
}

.virtualtour h1 {
  margin: 0px;
  padding: 20px 0px 10px 0px;
  text-align: center;
  font-weight: 700;
  color: #544A4A;
  text-transform: uppercase;
  font-size: 30px;
}
.virtualtour h1 a {
  color: #72BF44;
  text-decoration: none;
}
.virtualtour h1 a:hover {
  color: #544A4A;
}
.virtualtour p {
  text-align: center;
}
.virtualtour p a {
  color: #666;
  text-decoration: none;
}
.virtualtour p a:hover {
  color: #72BF44;
}
.virtualtour .form-control {
  transition: inherit;
}
.virtualtour input[type=text], .virtualtour input[type=email] {
  background-color: #EFEFEF;
  border: 0px;
  height: 50px;
  border: 1px solid transparent;
}
.virtualtour input[type=text]:focus, .virtualtour input[type=email]:focus {
  box-shadow: inherit;
  border: 1px solid #ccc;
  background-color: #fff;
}
.virtualtour textarea {
  background-color: #EFEFEF;
  border: 0;
  border: 1px solid transparent;
}
.virtualtour textarea:focus {
  box-shadow: inherit;
  border: 1px solid #ccc;
}
.virtualtour .btn_submit {
  background-color: #4A4947;
  color: #fff;
  border-radius: 50px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 15px 0px;
  width: 100%;
  font-size: 20px;
  margin-bottom: 30px;
  border: none;
  transition: all ease-in 0.5s;
}
.virtualtour .btn_submit:hover {
  background-color: #F2B705;
  color: #000;
}

#franchise_form .form-group {
  margin-bottom: 15px;
}

.galblock .nav-tabs li {
  padding: 5px 10px 0px 10px;
}
.galblock .nav-tabs li a {
  color: #333;
  text-decoration: none;
}

.galblock .nav-tabs li.active a {
  border-bottom: 2px solid #72BF44 !important;
  padding-bottom: 10px;
}

.vacnbox span.locbox {
  font-size: 13px;
}
.vacnbox h3 {
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  color: #72BF44;
}
.vacnbox .btn-viewdetails {
  background-color: #72BF44;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 5px;
  border: 0px;
}
.vacnbox .btn-viewdetails:hover {
  background-color: #ffbe00;
  color: #000;
}
.vacnbox .btn-apply {
  background-color: #F77E0B;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 5px;
  border: 0px;
}
.vacnbox .btn-apply:hover {
  background-color: #ffbe00;
  color: #000;
}

#view_vacancy_details .modal-header {
  padding: 10px 20px;
}
#view_vacancy_details .modal-header h4.modal-title {
  font-size: 18px;
}
#view_vacancy_details h4.modal-title {
  text-align: left;
}
#view_vacancy_details .table {
  font-size: 13px;
}
#view_vacancy_details .table th {
  font-weight: 600;
}
#view_vacancy_details .btn-close:focus {
  box-shadow: inherit !important;
}

.qkform label {
  font-size: 14px;
}
.qkform .form-group {
  margin-bottom: 15px;
}
.qkform .form-group .form-control {
  height: 45px;
}
.qkform .form-group .form-control:focus {
  border-color: #72BF44;
  box-shadow: inherit !important;
}
.qkform .form-group textarea.form-control {
  height: inherit !important;
}

.btn-submit {
  background-color: #F77E0B;
  padding: 10px 20px;
  color: #fff;
  border-radius: 5px;
  border: 0px;
  font-size: 16px;
}
.btn-submit:hover {
  background-color: #72BF44;
}

a.mobile-menu {
  display: none;
}

.mobile-icon-menu {
  display: none;
}

.home-banner img {
  height: 380px;
}

@media only screen and (max-width: 1520px) {
  .jointxt {
    left: -70px;
    top: 160px;
    font-size: 100px;
  }
  .hostbox .form-group {
    margin-bottom: 12px;
  }
  .hostbox .form-group .form-control, .hostbox .form-group .form-select {
    height: 38px;
  }
  .hostbox .form-group i {
    height: 38px;
    line-height: 38px;
  }
  .hostbox .btn-login-continue {
    padding: 8px 10px;
  }
  .searchpoints label {
    font-size: 11px;
  }
  .searchpoints .form-control, .searchpoints .form-select {
    font-size: 12px;
  }
  .checkinoutblock .btn-search {
    padding: 10px 10px;
  }
  .home-banner img {
    height: 325px;
  }
}
@media only screen and (max-width: 1400px) {
  header .nav-item {
    padding-right: 20px;
  }
  .mapbtnpoints button {
    font-size: 18px;
    padding: 10px 16px;
  }
  .brd-right:after {
    right: -16px;
  }
  .brd-left:before {
    right: 30px;
  }
  .mapbtnpoints a {
    font-size: 14px;
    padding: 5px 20px;
  }
  .download-app-box .innerapp {
    padding-left: 20px;
  }
  .download-app-box .innerapp h2 {
    font-size: 35px;
  }
  .download-app-box .innerapp .form-control {
    font-size: 12px;
  }
  .download-app-box .innerapp .btn-warning {
    font-size: 12px;
  }
  .home-banner {
    height: 345px;
  }
}
@media only screen and (max-width: 1290px) {
  .roomchase-box img {
    width: 75px;
    height: 75px;
  }
}
@media only screen and (max-width: 1199px) {
  .btn-login {
    padding: 10px 10px;
    font-size: 14px;
  }
  header .nav-item {
    padding-right: 5px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
  }
  .mapbtnpoints {
    padding-left: 0px;
  }
  .mapbtnpoints a {
    font-size: 14px;
    padding: 5px 18px;
  }
  .gmap-1 {
    margin-top: -25% !important;
  }
  .checkinoutblock #list-exclusive .col-lg-6 {
    width: 100%;
  }
  .checkinoutblock #list-exclusive .rstgrid .col-lg-6 {
    width: 75%;
  }
  .checkinoutblock .searchpoints .btn-search {
    margin-top: 20px;
  }
  .img-object {
    height: 200px;
  }
  .booknow-rightbox .booknow-header {
    padding: 20px 10px 10px;
  }
  .booknow-rightbox .booknow-header .d-flex {
    display: block !important;
  }
  .booknow-rightbox .booknow-header .d-flex .offertxt a {
    margin-top: 10px;
    display: block;
  }
  .booknow-rightbox .booking-body .booksummary .datebox .form-control, .booknow-rightbox .booking-body .booksummary .datebox .timepicker {
    font-size: 16px;
  }
  footer.greenfooter .btn-host {
    font-size: 16px;
  }
  .roomsearchblock {
    transform: translate(-210px, -69px) !important;
  }
  .profilebox .content h5 {
    font-size: 16px;
    width: 110px;
  }
  .profilebox .content p {
    font-size: 12px;
  }
  .roomchase-box h4 {
    font-size: 16px;
  }
  .roomchase-box .roomstayprice {
    font-size: 18px;
  }
  .roomchase-box .roomstayprice i {
    font-size: 14px;
  }
  .booksummary .applyc .form-control {
    font-size: 14px !important;
  }
  .detailsprice .totaltxt {
    font-size: 20px;
  }
  .home-banner {
    height: 345px;
  }
  .hostbg {
    background-size: 600px 75%;
  }
  .searchpoints label {
    font-size: 13px;
  }
  .searchpoints .form-control, .searchpoints .form-select {
    font-size: 16px;
  }
  .mostcities .citybox {
    flex: 0 0 19%;
  }
}
@media only screen and (max-width: 992px) {
  .mapbtnpoints {
    padding-left: 32%;
    margin-top: -70px;
  }
  .gmap {
    margin-top: -25%;
  }
  .gmap-1 {
    margin-top: -48% !important;
  }
  .checkinoutblock {
    top: -55px;
  }
  .rstgrid .col-lg-6 {
    width: 50% !important;
  }
  a.mobile-menu {
    visibility: visible;
    display: block;
    color: #fff !important;
    margin-top: 15px;
    font-size: 20px;
    position: absolute;
    top: -3px;
  }
  header .logo {
    margin-left: 38px;
    position: relative;
  }
  #sidebarMenu .offcanvas-header {
    background-color: #F77E0B;
    color: #fff;
  }
  .rmobjbox {
    margin-bottom: 20px;
  }
  .visits span.visit-rsn, .visits input:checked ~ .visit-rsn {
    font-size: 14px;
  }
  .hotelratingbar.py-3 {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
  }
  .detailbox h4 {
    font-size: 18px;
  }
  .detailbox p {
    font-size: 12px;
  }
  .blogbox img {
    height: 300px;
  }
  .roomsearchblock {
    transform: translate(-19px, -69px) !important;
  }
  .hoteldetailsview h3 {
    padding-top: 10px;
  }
  .starrating > label {
    float: inherit !important;
  }
  .dashboard-box .nav-link {
    font-size: 14px;
  }
  .roomselecthours label {
    margin-bottom: 10px;
  }
  .home-banner {
    height: 220px;
  }
  .download-app-box {
    margin-top: 0px;
  }
  .jointxt {
    display: none;
  }
  .home-banner {
    height: 240px;
  }
  .home-banner img {
    height: 220px;
  }
  .mostcities .citybox {
    flex: 0 0 23%;
  }
}
@media only screen and (max-width: 768px) {
  .mapbtnpoints {
    margin-top: -67px;
  }
  .searchpoints .form-control, .searchpoints .form-select {
    height: 40px !important;
    font-size: 13px !important;
  }
  .searchpoints label {
    font-size: 11px !important;
  }
  .searchpoints .btn-search {
    height: 40px !important;
    font-size: 14px !important;
  }
  .gmap-1 {
    margin-top: -10% !important;
  }
  header {
    height: 80px;
    padding-top: 12px;
  }
  footer {
    padding-bottom: 40px;
    border: 0px;
  }
  .ptstaylist {
    display: flex;
    flex-flow: wrap;
    width: 100%;
    position: absolute;
    top: 60px;
    z-index: 99;
  }
  .ptstaylist a {
    width: 50%;
    background-color: #76cb43;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 5px 0px;
  }
  .ptstaylist a:last-child {
    background-color: #66a93d;
  }
  .ptstaylist button {
    flex-basis: 100%;
    border-radius: 0px;
  }
  .bottombox .offcanvas {
    height: 40vh !important;
  }
  .bottombox .offcanvas .checkinoutblock {
    box-shadow: inherit !important;
    padding: 0px;
    padding-top: 30px;
  }
  .stayexbottombox .offcanvas {
    height: 65vh !important;
  }
  .stayexbottombox .offcanvas .checkinoutblock {
    box-shadow: inherit !important;
    padding: 0px;
    padding-top: 30px;
  }
  .stayexbottombox .rstgrid .col-lg-6 {
    width: 100% !important;
  }
  header .logo a img {
    height: 40px;
  }
  .roomsearchblock {
    position: inherit;
  }
  .checkinoutblock #list-exclusive .roomsearchblock .col-lg-6 {
    width: 50%;
  }
  header.ht-90 {
    height: 70px;
  }
  .roomsearchblock {
    transform: translate(-10px, 1px) !important;
  }
  .bookingdata h3 {
    padding-top: 10px;
  }
  .btn-login {
    position: relative;
    top: -10px;
  }
  .gmap {
    margin-top: 0%;
  }
  .mobile-icon-menu {
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 10px 0px;
    border-top: 1px solid #f4f4f4;
    background-color: #fff;
  }
  .mobile-icon-menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
  }
  .mobile-icon-menu ul li {
    width: 20%;
    text-align: center;
  }
  .mobile-icon-menu ul li a {
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 10px;
  }
  .mobile-icon-menu ul li a i {
    display: block;
    font-size: 18px;
  }
  .mobile-icon-menu {
    display: block;
    background-color: #fff;
    z-index: 9999;
  }
  .pt-100 {
    padding-top: 80px;
  }
  footer.greenfooter ul li a {
    font-size: 16px;
  }
  .frproplistmap {
    left: 40%;
    bottom: 105px;
  }
  .roomleft ul {
    padding-bottom: 30px;
  }
  .spacestyling .card img {
    width: 100%;
  }
  .download-app-box {
    padding: 50px 0px;
    margin-bottom: 20px;
  }
  .download-app-box .innerapp {
    padding-top: 70px;
  }
  .jointxt {
    display: block;
    transform: rotate(0deg);
    top: 0;
    left: inherit;
    position: inherit;
    margin-left: 30px;
    font-size: 55px;
  }
  .hostbg {
    background: inherit;
  }
  .hostbox .form-group {
    margin-bottom: 15px;
  }
  .hostbox .form-group .form-control, .hostbox .form-group .form-select {
    height: 45px;
  }
  .hostbox .form-group i {
    height: 45px;
    line-height: 45px;
  }
  .hostbox .btn-login-continue {
    padding: 12px 10px;
  }
  .mostcities .citybox {
    flex: 0 0 31%;
  }
}
@media only screen and (max-width: 576px) {
  .img-object {
    height: 180px;
  }
  .btn-login {
    border-radius: 5px;
  }
  footer.greenfooter .btn-host {
    margin-bottom: 15px;
  }
  .ptstaylist a, .ptstaylist button {
    font-size: 14px;
  }
  .gmap img, .gmap-1 img {
    height: 80vh;
  }
  .bookingdata small {
    font-size: 12px;
  }
  .download-app-box {
    margin-left: 0px;
  }
  .download-app-box .btn-warning {
    flex: 0 0 100%;
    border-radius: 5px 5px 5px 5px !important;
    margin-top: 10px;
  }
  .download-app-box .form-control {
    border-radius: 0px 5px 5px 0px !important;
  }
  .stepsbookingbox {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 480px) {
  header {
    height: 70px;
  }
  header .logo a img {
    height: 30px;
    margin-top: 8px;
  }
  .btn-login {
    position: relative;
    padding: 7px 10px;
    font-size: 13px;
    top: -5px;
  }
  .ptstaylist {
    top: 65px;
  }
  .booknow-rightbox .booking-body .booksummary .datebox .chkintime label {
    font-size: 14px;
  }
  .home-banner {
    background-color: inherit;
  }
  .home-banner img {
    border: 8px solid #fff;
  }
  .download-app-box {
    margin-bottom: 40px;
  }
  .mostcities .citybox {
    flex: 0 0 46%;
  }
}/*# sourceMappingURL=styles.css.map */