/* FONTS */
@import url(../fonts/font-face.css);
/*@import url(../fonts/orkney/font-face.css);*/
/* FONTS */

/* COMMON CSS*/
::selection {
  background: rgb(255, 131, 0);
  color: #fff;
}

::-moz-selection {
  background: rgb(255, 131, 0);
  color: #fff;
}

.error {
  color: red;
}

.orange-btn {
  background: rgb(255, 131, 0);
  border-radius: 0;
  color: white;
  padding: 13px 25px;
  transition: 0.6s ease;
  box-shadow: 0 0 !important;
}

.orange-btn:hover {
  color: white;
}

.white-btn {
  color: rgba(0, 0, 0, 0.5803921568627451);
  border-radius: 0;
  background: white;
  padding: 13px 25px;
  transition: 0.6s ease;
  box-shadow: 0 0 !important;
}

.white-btn:hover {
  color: rgba(0, 0, 0, 0.5803921568627451);
}

.grey-btn {
  padding: 18px;
  background: rgb(242, 242, 242);
  font-size: 15px;
  box-shadow: 0 0 !important;
  outline: none;
}

.transparent-btn {
  border: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  padding: 15px 50px;
  transition: 0.6s ease;
}

.transparent-btn:hover {
  color: rgb(255, 255, 255);
}

.blue-btn {
  background: rgb(29, 96, 147);
  border-radius: 100px;
  padding: 12px 45px;
  color: white;
  letter-spacing: 1px;
  font-size: 17px;
}

.blue-btn:hover {
  color: white;
}

.white-btn {
  color: rgb(29, 96, 147);
  border-radius: 100px;
  border: 1px solid rgb(29, 96, 147);
  padding: 12px 45px;
  background: white;
  letter-spacing: 1px;
  font-size: 17px;
}

.white-btn:hover {
  color: rgb(29, 96, 147);
}

body {
  font-family: 'Flama' !important;
}

h1,
h2,
h3,
h4 {
  font-family: 'Flama' !important;
}

/* COMMON CSS*/

/* HEADER*/
header ul {
  display: flex;
  align-items: center;
  margin: 0;
  list-style: none;
  padding: 0;
}

header ul li a {
  color: white;
  font-size: 15px;
  margin: 0 45px;
  text-decoration: none;
  transition: 0.6s ease;
}

header ul li a:hover {
  color: white;
  text-decoration: none;
}

header .hamburger span {
  height: 4px;
  background: rgb(255, 255, 255);
  display: block;
  border-radius: 30px;
  margin-bottom: 5px;
}

header .hamburger span:nth-child(1) {
  width: 21px;
}

header .hamburger span:nth-child(2) {
  width: 28px;
}

header .hamburger span:nth-child(3) {
  width: 16px;
}

.default-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 70px 50px 20px 50px;
  transition: all 0.4s ease;
  z-index: 99;
}

.default-header .logo-wrapper img {
  max-width: 175px;
  transition: 0.4s ease;
}

header.active-navigation {
  background: #13507e;
  padding: 20px 50px !important;
}

.default-header.active-navigation img {
  max-width: 110px !important;
}

header.second-header img {
  max-width: 150px;
}

header.second-header {
  background: #13507e;
  padding: 30px 50px;
  /*position: sticky;*/
  top: 0;
  z-index: 99;
  transition: all 0.4s ease;
}

.second-header .location-wrapper {
  min-width: 75%;
  margin: 0 auto !important;
  text-align: center;
}

.second-header .location-wrapper input[type="text"] {
  padding: 17.5px 50px 17.5px 30px;
  width: 60%;
  font-size: 14px;
}

.second-header .location-wrapper .grey-btn {
  padding: 14.5px 15px;
  width: 27%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.second-header ul {
  justify-content: flex-end;
}

.second-header .btn-group .btn {
  border-radius: 5px;
  font-size: 13px;
  padding: 18px 40px;
  border: none;
}

.second-header .btn-group .btn:nth-child(2) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.second-header .btn-group .btn.active {
  background: rgb(255, 131, 0);
  color: white;
}

.side-menu,
.login-wrapper {
  position: fixed;
  right: -100%;
  bottom: 0;
  left: auto;
  top: 0;
  min-width: 500px;
  background: white;
  height: 100%;
  min-height: 100vh;
  z-index: 100;
  transition: 0.6s ease;
  overflow: auto;
}

.login-wrapper {
  min-width: 48%;
}

.login-wrapper img {
  max-width: 75%;
}

.login-wrapper .btn {
  padding: 15px 45px;
  font-size: 15px;
  border-radius: 8px;
}

.login-wrapper h1 {
  font-size: 2.8em;
  font-weight: bold;
  color: rgb(69, 69, 70);
}

.login-wrapper .form-wrapper {
  padding-right: 45%;
}

.form-wrapper input,
.form-wrapper textarea {
  border: 1px solid black;
  padding: 12px 20px;
  height: auto;
  box-shadow: 0 0 !important;
  color: rgba(190, 190, 190, 0.5686274509803921);
}

.login-wrapper .form-wrapper input::placeholder {
  color: rgba(190, 190, 190, 0.5686274509803921);
}

.login-wrapper .form-wrapper a {
  color: rgb(255, 131, 0);
}

#otp-wrapper input {
  max-width: 50px;
  border-width: 0 0 2px 0;
  border-radius: 0px;
  padding: 12px 0;
  margin: 0 20px 0 0;
  border-color: rgb(161, 191, 214);
  font-size: 30px;
  text-align: center;
}

.side-menu.active,
.login-wrapper.active {
  right: 0;
}

.side-menu .side-menu-inner,
.login-wrapper .side-menu-inner {
  padding: 45px 30px 50px 70px;
}

.side-menu .remove,
.login-wrapper .remove {
  position: sticky;
  right: 0;
  display: inline-block;

}

.side-menu .remove img,
.login-wrapper .remove img {
  max-width: 15px;
}

.side-menu ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.side-menu ul li a {
  color: rgb(69, 69, 70);
  font-size: 17px;
  margin-bottom: 20px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  transition: 0.4s ease;
}

.side-menu ul li a::before {
  content: "-";
  position: absolute;
  left: 0;
  top: -21px;
  font-size: 40px;
  font-weight: 500;
  display: none;
  transition: 0.6s ease
}

.side-menu ul li a:hover::before {
  display: block;
}

.side-menu ul li a:hover {
  padding-left: 35px;
  font-weight: bold;
}

.side-menu .social-wrapper img {
  max-width: 16px;
  margin: 0 5px;
}

.side-menu .social-wrapper a {
  text-decoration: none;
}

.background-wrap,
.background-wrap1 {
  position: fixed;
  display: none;
  width: 100%;
  background: rgba(23, 22, 22, 0.68);
  top: 0;
  bottom: 0;
  z-index: 99;
  left: 0;
}

/* HEADER*/


/* BODY*/

#home-page .banner-wrapper {
  background: url(../images/banner.png) no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  color: white;
}

#home-page .banner-wrapper .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

#home-page .banner-wrapper h1 {
  font-size: 4em;
  font-weight: bold;
}

#home-page .banner-wrapper h1 img {
  max-width: 100px;
  margin: 0 10px;
}

#home-page .banner-wrapper .btn-group .btn {
  padding: 18px 40px;
  font-size: 15px;
  box-shadow: 0 0 !important;
  outline: none;
}

#home-page .banner-wrapper .btn-group .orange-btn {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

#home-page .banner-wrapper .btn-group .white-btn {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border: none;
  color: rgba(0, 0, 0, 0.5803921568627451);
  letter-spacing: normal;
}

#home-page p {
  font-size: 16px;
  font-weight: lighter;
  line-height: 2;
}

.listing-page .list-wrapper .pg-address {
  min-height: 85px;
}

.location-wrapper input[type="text"] {
  padding: 24px 60px 24px 40px;
  width: 70%;
  border: none;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow: 0 0 !important;
  outline: none;
  font-size: 15px;
  color: rgb(211, 211, 211);
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: 93% 15px;
  background-size: 30px;
}

#home-page .location-wrapper input[type="text"] {
  background-position: 93% 19px;
}

.location-wrapper input[type="text"]::placeholder {
  color: rgb(211, 211, 211);
}

.location-wrapper .grey-btn {
  border-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 21.5px 18px;
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.location-wrapper .grey-btn img {
  max-width: 25px;
  margin-right: 5px !important;
}

.location-wrapper .grey-btn span {
  position: relative;
  top: 2px;
  line-height: 1;
}

.present-wrapper {
  padding: 30px 0;
  box-shadow: 0 0 2px 4px rgba(0, 0, 0, 0.2);
  background: #f7f7f740;
}

.present-wrapper .owl-stage {
  min-width: 100%;
}

.present-wrapper h1 {
  font-weight: bold;
  font-size: 42px;
  margin: 0;
}

.present-wrapper h6 {
  font-size: 19px;
  color: rgba(0, 0, 0, 0.47843137254901963);
  margin-top: 25px;
}

.present-wrapper img {
  max-width: 100px;
}

.explore-wrapper {
  padding: 50px 0;
  text-align: center;
  background: url(../images/hang-lamp.png) no-repeat;
  background-position: 98% -6%;
  background-size: 18%;
}

.explore-wrapper .col-auto {
  padding: 0 50px;
  border-right: 1px solid rgb(201, 201, 201);
}

.explore-wrapper .col-auto:last-child {
  border-right: none;
}

.explore-wrapper .col-auto h3 {
  font-size: 3em;
  font-weight: 600;
  color: rgb(69, 69, 70);
}

#home-page .explore-wrapper .content p {
  font-size: 20px;
}

.explore-wrapper .content .orange-btn {
  padding: 15px 50px;
  font-size: 15px;
  border-radius: 8px;
}

.explorer {
  background: url(../images/green-bg.png) no-repeat;
  background-size: cover;
  color: white;
  padding: 50px 0;
}

.list-wrapper .inner-list {
  padding: 60px 0;
}

.explorer h2 {
  font-style: italic;
  font-weight: bold;
  font-size: 3em;
}

#home-page .explorer p {
  font-size: 20px;
}

.expect-wrapper {
  background: url(../images/orange-bg.png) no-repeat;
  background-size: cover;
  color: white;
  padding: 75px 0;
}

.expect-wrapper h2 {
  font-weight: 700;
  font-size: 3.3em;
}

.expect-wrapper h3 {
  font-size: 1.7em;
  line-height: 1.5;
}

.expect-wrapper img {
  max-width: 230px;
}

.feature-wrapper .feature-content {
  background: rgb(29, 96, 147);
  color: white;
  padding: 75px 40px 60px 9vw;
}

.feature-wrapper .feature-content h2 {
  font-weight: bold;
  font-size: 3em;
}

.feature-wrapper .feature-content img {
  max-width: 75px;
  margin-left: auto;
  display: block;
}

#home-page .feature-wrapper .feature-content p {
  font-size: 17px;
  padding-right: 20%;
}

.feature-wrapper .pagination-wrapper {
  background: rgb(248, 248, 248);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(226, 226, 226);
  padding: 15%;
}

.feature-wrapper .pagination-wrapper h1 {
  font-size: 5.5em;
  font-weight: bold;
  letter-spacing: 10px;
}

.joy-wrapper {
  padding: 50px 0 0 0;
}

.joy-wrapper h1 {
  font-size: 4em;
  color: rgb(69, 69, 70);
  font-weight: bold;
  line-height: 1.5;
}

.joy-wrapper .img-wrapper {
  min-height: 100px;
}

.subscribe-wrapper .orange-btn {
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
}

footer .second-footer .subscribe-wrapper input[type="email"] {
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
}

.joy-wrapper h1 img {
  max-width: 100px;
}

.joy-wrapper h3 {
  color: rgb(172, 172, 172);
  font-weight: bold;
  line-height: 1.5;
  font-size: 2em;
}

.joy-wrapper .joy-list {
  text-align: center;
}

.joy-wrapper .joy-list img {
  max-width: 50px;
}

.joy-wrapper .joy-list h6 {
  font-weight: 600;
  color: rgb(52, 52, 52);
  font-size: 18px;
}

.comparison-wrapper {
  background: url(../images/comparison-bg.png) no-repeat;
  background-size: cover;
  padding: 100px 0;
  color: white;
}

.comparison-wrapper h2 {
  font-weight: bold;
  font-size: 3em;
}

.comparison-wrapper h3 {
  font-weight: bold;
  font-size: 2em;
}

.comparison-wrapper .left-content img {
  max-width: 70%;
}

.comparison-wrapper .right-content .list-wrapper .row {
  background: white;
  color: rgba(52, 52, 52, 0.85);
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  max-width: 580px;
  margin-left: auto;
}

.comparison-wrapper .right-content .list-wrapper ul {
  padding: 20px;
  list-style: none;
  margin: 0;
}

.comparison-wrapper .right-content .list-wrapper .list-item:nth-child(1) ul {
  padding: 20px 45px;
}

.comparison-wrapper .right-content .list-item.active {
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  transform: scale(1.1);
  background: white;
}

.comparison-wrapper .right-content .list-item.active ul {
  padding: 45px 30px 0 30px;
}

.comparison-wrapper .right-content .list-item.active img {
  max-width: 25px;
}

.comparison-wrapper .right-content .list-item.active li {
  font-size: 16px;
  min-height: 54.55px;
}

.comparison-wrapper .right-content .list-item img {
  max-width: 27px;
  margin: auto;
  display: block;
}

.comparison-wrapper .right-content .list-item li {
  font-size: 15px;
  min-height: 60px;
}

.unique-wrapper {
  padding: 75px 0;
  background-image: url(../images/unique-bg.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 58% 101%;
  background-color: rgb(238, 243, 247);
  color: white;
}

.unique-wrapper .video-wrapper {
  position: relative;
}

.unique-wrapper .play-button {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  width: 100%;
  height: 100%;
}

.unique-wrapper .play-button img {
  max-width: 140px;
  cursor: pointer;
}

.unique-wrapper h2 {
  font-weight: bold;
  font-size: 3em;
}

.unique-wrapper ul {
  list-style: outside;
  padding: 0 15px;
}

.unique-wrapper ul li {
  margin-bottom: 10px;
  line-height: 2;
}

.testimonial-wrapper {
  background: url(../images/testimonial-bg.png) no-repeat;
  background-size: cover;
  color: white;
  visibility: visible;
}

.testimonial-wrapper .right-content img {
  max-width: 150px;
}

.testimonial-wrapper h2 {
  font-weight: bold;
  font-size: 3em;
}

.testimonial-wrapper h6 {
  font-weight: bold;
  font-size: 20px;
  margin: 0;
}

.testimonial-wrapper .owl-nav {
  position: absolute;
  top: 10%;
  right: 0;
}

.testimonial-wrapper .owl-nav button {
  margin: 0 7px;
  box-shadow: 0 0 !important;
  outline: none;
}

.testimonial-wrapper .owl-nav button img {
  max-width: 45px;
}

.testimonial-wrapper .owl-dots {
  position: absolute;
  bottom: 5%;
  text-align: center;
  width: 100%;
}

.testimonial-wrapper .owl-dots span {
  width: 9px;
  height: 9px;
  background: #B6E2E1;
  display: inline-block;
  margin: 0 5px;
  border-radius: 50%;
}

.testimonial-wrapper .owl-dots .owl-dot.active span {
  background: #fff;
}

.news-wrapper {
  padding: 75px 0;
}

.news-wrapper {
  padding-left: 10vw;
}

.news-wrapper h2 {
  font-weight: bold;
  font-size: 3em;
}

.news-wrapper .card-wrapper {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  background: white;
  padding: 20px;
  margin: 10px;
  border-radius: 10px;
}

.news-wrapper .card-wrapper h6 {
  color: rgb(171, 171, 174);
  font-size: 13px !important;
  margin: 0;
}

.news-wrapper .card-wrapper span {
  color: rgb(171, 171, 174);
  font-size: 12px !important;
}

.news-wrapper .card-wrapper p {
  margin: 0;
  font-size: 14px !important;
  color: #010104;
}

.news-wrapper .card-wrapper span {
  font-size: 12px !important;
}

.img-carousel .owl-dots {
  text-align: center;
}

.img-carousel .owl-dots span {
  width: 7px;
  height: 7px;
  background: rgb(210, 211, 213);
  display: inline-block;
  margin: 0 5px;
  border-radius: 50%;
}

.img-carousel .owl-dots .owl-dot.active span {
  background: rgb(0, 116, 194);
}

#news-carousel>.owl-stage-outer {
  max-height: 600px;
}

.present-wrapper .bg-wrapper {
  background-size: 100%;
  background-position: center;
  display: flex;
  margin-right: 3vw;
  min-width: 35vw;
  min-height: 200px;
  justify-content: flex-end;
  text-align: center;
  align-items: center;
}

.present-wrapper .bg-wrapper h2 {
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
}

.present-wrapper .bg-wrapper .list {
  padding: 0 20px;
}

.present-wrapper .bg-wrapper span {
  font-size: 14px;
  line-height: normal;
  display: block;
  color: #000000b8;
}

/* CONTACT*/

#contact-page .banner-wrapper h1 {
  font-size: 4em;
  font-weight: bold;
}

#contact-page .banner-wrapper h2 {
  font-weight: 600;
  color: rgb(100, 98, 103);
  line-height: 1.3;
}

#contact-page .form-wrapper input,
#contact-page .form-wrapper textarea {
  border: 1px solid rgb(222, 222, 223);
  color: rgb(179, 179, 179);
  font-size: 15px;
}

#contact-page .form-wrapper .form-control::placeholder {
  color: rgb(179, 179, 179);
}

#contact-page .form-wrapper .submit-btn {
  color: white;
  padding: 12px 30px;
  border-radius: 5px;
}

#contact-page .form-wrapper p {
  font-size: 17px;
}

/* CONTACT*/

/* HOW IT WORK*/
#works-page .banner-wrapper h1 {
  font-size: 4em;
  font-weight: bold;
}

#works-page h2 {
  font-weight: 600;
  color: rgb(100, 98, 103);
  line-height: 1.3;
}

#works-page .number {
  background: rgb(253, 104, 32);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
}

#works-page p {
  font-size: 17px;
}

#works-page .list-wrapper {
  max-height: 500px;
  min-height: 500px;
}

#works-page .list-wrapper .list-item {
  padding-right: 25px;
}

/*#works-page .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
#works-page .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
#works-page .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgb(253, 107, 32);
}

#works-page .mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgb(248, 248, 248);
}

#works-page .mCSB_scrollTools {
  width: 12px;
}

#works-page .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
#works-page .mCSB_scrollTools .mCSB_draggerRail {
  width: 10px;
}*/

#works-page .stay-wrapper {
  padding: 50px 0 0 0;
}

/* HOW IT WORK*/

/* REFER*/
#refer-page .banner-content {
  padding: 100px 0;
  width: 100%;
}

#refer-page .banner-wrapper {
  background: url(../images/refer.png) no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  color: white;
  padding: 50px 0;
}

#refer-page .banner-wrapper h1 {
  font-size: 4em;
  font-weight: bold;
}

#refer-page .banner-wrapper p {
  font-size: 17px;
  line-height: 2;
}

#refer-page .btn {
  border-radius: 5px;
  padding: 12px 30px;
  background: rgb(252, 132, 43);
  font-size: 16px;
  letter-spacing: 0.5px;
}

#refer-page .modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0, 0, 0, 0.7);
  display: none;
  z-index: 99;
}

#refer-page .modal-wrapper .modal-content {
  background: url(../images/refer-modal.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px 50px;
  max-width: 55%;
  border-radius: 5px;
}

#refer-page .modal-wrapper .modal-content h2 {
  color: rgb(100, 98, 103);
  font-weight: 600;
}

#refer-page .modal-wrapper .modal-content h5 {
  color: rgb(100, 98, 103);
  font-size: 18px;
}

#refer-page .modal-wrapper .modal-content label {
  font-size: 14px;
}

#refer-page .modal-wrapper .modal-content .refer-code {
  background: rgb(219, 219, 219);
  display: inline-block;
  padding: 12px 20px;
  font-size: 14px;
  text-transform: uppercase;
}

/* REFER*/

/* LISTING*/

.toggle-btn {
  width: 70px;
  height: 35px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  background: 50px center #E6E6E6;
  cursor: pointer;
  -webkit-transition: background-color 0.4s ease-in-out;
  -moz-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
  cursor: pointer;
}

.toggle-btn.active {
  background: 10px center #E6E6E6;
}

.toggle-btn.active .round-btn {
  left: 37px;
  background-color: #3FBDBB;
}

.toggle-btn .round-btn {
  width: 25px;
  height: 25px;
  background-color: #BCBCBC;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 7px;
  top: 50%;
  margin-top: -13px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.toggle-btn .cb-value {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.breadcrumb-wrapper {
  padding: 25px 0;
}

.breadcrumb-wrapper p,
.breadcrumb-wrapper p a {
  font-size: 15px;
  color: #646267;
  text-decoration: none;
  margin: 0;
}

.breadcrumb-wrapper span {
  color: rgb(29, 96, 147);
}

.listing-page .form-wrapper .col-auto {
  padding: 0 8px !important;
  margin: 0;
  display: flex;
  align-items: center;
}

.listing-page .form-wrapper select {
  background: url(../images/listing/down.svg) no-repeat;
  background-size: 10px;
  background-position: 89% center;
  -webkit-appearance: none;
  min-width: 145px;
  -moz-appearance: none;
  padding: 10px 20px;
  height: auto;
  font-size: 13.5px;
  font-weight: 500;
  border-radius: 7px;
  outline: none;
  box-shadow: 0 0 !important;
  color: #454546;
  border: 1px solid #454546;
}

.listing-page .form-wrapper select.special-feature {
  min-width: 160px;
}

.listing-page .form-wrapper select:focus,
.listing-page .form-wrapper input[type="date"]:focus {
  color: #FF8311;
  border-color: #FF8311;
  background: url(../images/listing/down-orange.svg) no-repeat;
  background-size: 10px;
  background-position: 89% center;
}

.listing-page .form-wrapper input[type="date"] {
  background: url(../images/listing/down.svg) no-repeat;
  background-size: 10px;
  -webkit-appearance: none;
  max-width: 185px;
  -moz-appearance: none;
  background-position: 89% center;
  padding: 9px 20px;
  height: auto;
  font-size: 13.5px;
  font-weight: 500;
  border-radius: 7px;
  outline: none;
  box-shadow: 0 0 !important;
  color: #454546;
  border: 1px solid #454546;
}

.listing-page .filter-wrapper img {
  max-width: 32px;
}

.listing-page a.btn {
  color: white;
}

.listing-page a {
  text-decoration: none;
  color: inherit;
}

.listing-page .filter-wrapper span {
  color: #454546;
  font-size: 14px;
  margin-left: 5px;
}

.listing-page .map-icon span {
  color: #454546;
  font-size: 15px;
  margin-right: 10px;
  font-weight: 600;
}

.listing-page .result-content>h5 {
  font-size: 25px;
}

.listing-page .list-wrapper .content {
  padding: 25px 30px;
}

.listing-page .list-wrapper {
  background: white;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
  border-radius: 7px;
  padding: 0;
  margin: 20px 0 40px 0;
}

.listing-page .list-wrapper .orange-btn,
.listing-page .list-wrapper .blue-btn {
  padding: 5px 20px;
  border-radius: 7px;
  font-size: 11px;
}

.listing-page .list-wrapper h6 {
  color: rgb(100, 98, 103);
  font-weight: bold;
  font-size: 15px;
}

.listing-page .list-wrapper h5 {
  font-weight: bold;
  font-size: 24px;
  margin: 0;
}

.listing-page .list-wrapper span {
  font-size: 13px;
  margin-bottom: 10px;
  display: block;
}

.listing-page .list-wrapper .grey-btn {
  color: rgb(29, 96, 147);
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 500;
}

.listing-page .list-wrapper .content img {
  max-width: 25px;
  cursor: pointer;
}

.listing-page .button-wrapper .orange-btn {
  display: block;
  border-radius: 7px;
  padding: 25px 50px;
  font-size: 18px;
}

.listing-page .result-wrapper .container .result-content {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 !important;
}

.listing-page .result-wrapper .container .list-wrapper .img-content,
.listing-page .result-wrapper .container .list-wrapper .content {
  flex: 0 0 100%;
  max-width: 100%;
}

.listing-page .result-wrapper .container .list-wrapper .img-content {
  padding: 0 !important;
}

.listing-page .result-wrapper .container .list-wrapper .img-wrapper {
  min-height: 230px !important;
}

.listing-page .result-wrapper .container .list-outer {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 12px;
}

.listing-page .container .button-wrapper .orange-btn {
  display: inline-block;
  border-radius: 7px;
  padding: 25px 15%;
  font-size: 18px;
}

.listing-page .container .list-wrapper .content {
  padding: 20px;
}

.listing-page .container .list-wrapper .content img {
  max-width: 18px;
}

.listing-page .container .list-wrapper h6 {
  font-size: 12px;
}

.listing-page .container .list-wrapper h5 {
  font-size: 16px;
  height: auto;
  text-overflow: ellipsis;
}

svg.favourite-wrap {
  width: 25px;
  height: 25px;
  cursor: pointer;
}

svg use.favourite-active {
  display: none;
}

/* LISTING*/

/* DETAIL*/

.calendar {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.ui-datepicker-header {
  height: 60px;
  line-height: 60px;
  margin-bottom: 15px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  width: 40px;
  height: 40px;
  text-indent: 9999px;
  border: 1px solid #eeeeee;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-top: 12px;
  position: relative;
}

.ui-datepicker-prev {
  float: left;
  margin-left: 12px;
}

.ui-datepicker-prev:after {
  transform: rotate(45deg);
  margin: -43px 0px 0px 8px;
}

.ui-datepicker-next {
  float: right;
  margin-right: 12px;
}

.ui-datepicker-next:after {
  transform: rotate(-135deg);
  margin: -43px 0px 0px 6px;
}

.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  content: '';
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  border-left: 2px solid rgb(120, 120, 120);
  border-bottom: 2px solid rgb(120, 120, 120);
  margin: -46px 15px;
}

.ui-datepicker-next:after {
  margin: -46px 10px;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover:after,
.ui-datepicker-next:hover:after {
  border-color: #ff8300;
}

.ui-datepicker-title {
  text-align: center;
  font-size: 22px;
  color: rgb(101, 101, 101);
  font-weight: 600;
}

.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}

.ui-datepicker-calendar thead tr th span {
  display: block;
  /* width: 40px; */
  color: rgb(101, 101, 101);
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 500;
}

.ui-state-default {
  display: block;
  text-decoration: none;
  color: rgb(0, 0, 0);
  line-height: 40px;
  font-size: 17px;
  width: 40px;
  height: 40px;
  text-align: center;
  margin: auto;
  display: block;
}

td:not(.ui-datepicker-unselectable) .ui-state-default:hover,
.ui-state-active {
  background: rgb(255, 131, 0);
  border-radius: 50%;
  color: white;
}

.ui-state-highlight {
  background: rgb(23, 95, 149) !important;
  color: white !important;
  border-radius: 50%;
}

.ui-datepicker-unselectable .ui-state-default {
  color: #eee;
  border: 2px solid transparent;
}

.product-details .list-item {
  background: rgb(245, 245, 245);
  border-radius: 100px;
  padding: 25px 15px 10px 15px;
  min-width: 80px;
  max-width: 80px;
  position: sticky;
  top: 25px;
}

.product-details .list-item svg {
  width: 50px;
  height: 50px;
  display: block;
  margin: auto;
  margin-bottom: 30px;
  fill: rgb(107, 107, 107);
  stroke: rgb(107, 107, 107);
  stroke-width: 0px;
  transition: 0.4s ease;
  border-radius: 50%;
  padding: 10px;
}

.product-details .list-item a.active svg {
  background: rgb(255, 131, 0);
  fill: white;
  stroke: white;
  stroke-width: 0px;
}

.product-details .calendar-box {
  background: white;
  box-shadow: 0 0 25px 6px rgba(0, 0, 0, 0.1);
  border-radius: 9px;
  position: sticky;
  top: 25px;
}

.product-details .calendar-box .content {
  padding: 30px 30px 10px 30px;
}

.product-details .calendar-box h5 {
  font-size: 24px;
  font-weight: 600;
}

.product-details .calendar-box h5 span {
  color: rgb(255, 131, 0);
}

.product-details .calendar-box h5 img {
  max-width: 10px;
  margin: 0 10px;
}

.product-details .calendar-box p {
  color: rgb(207, 207, 207);
  font-size: 15px;
}

.product-details .calendar-box .button-wrapper .btn {
  padding: 20px;
  font-size: 17px;
}

.product-details .calendar-box .time-wrapper {
  display: none;
}

.product-details .calendar-box .time-wrapper.active {
  display: flex;
  flex-wrap: wrap;
}

.product-details .calendar-box .time-wrapper .btn {
  font-size: 12px;
  border-radius: 100px;
  padding: 7px 12px;
  margin-right: 10px;
  margin-bottom: 10px;
  background: transparent;
  color: rgb(255, 131, 0);
  border: 1px solid rgb(255, 131, 0);
  min-width: 95px;
}

.product-details .calendar-box .time-wrapper .btn:hover,
.product-details .calendar-box .time-wrapper .btn.active {
  background: rgb(255, 131, 0);
  color: white;
}

.product-details .calendar-box .button-wrapper .blue-btn[disabled] {
  color: rgb(180, 175, 175);
  background: rgb(242, 242, 242);
  pointer-events: none;
}

.product-details .calendar-box .button-wrapper .blue-btn {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

.product-details .calendar-box .btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.product-details .calendar-box .btn-group>.btn-group:not(:last-child)>.btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.product-details .detail-wrapper h2,
.product-details .detail-wrapper h3,
.product-details .detail-wrapper h4 {
  font-family: 'Flama' !important;
}

.product-details .detail-wrapper h5 {
  font-size: 32px;
  font-weight: 600;
}

.product-details .detail-wrapper .img-wrapper img.share {
  max-width: 40px;
  margin-right: 10px;
}

.product-details .detail-wrapper .img-wrapper img.more {
  max-width: 17px;
  margin-left: 10px;
}

.product-details .detail-wrapper h3 {
  color: rgb(23, 95, 149);
  font-size: 24px;
}

.product-details .detail-wrapper p {
  font-size: 17px;
  line-height: normal;
}

.product-details .detail-wrapper p a {
  color: rgb(23, 95, 149);
  text-decoration: underline;
}

.product-details .location-wrapper span {
  color: rgb(23, 95, 149);
  font-size: 16px;
}

.product-details .location-wrapper img {
  max-width: 20px;
}

.product-details .room-details h4 {
  color: rgb(0, 0, 0);
}

.product-details .detail-wrapper p {
  color: rgb(100, 98, 103);
}

.product-details .room-details span,
.product-details .special-features span {
  color: rgb(100, 98, 103);
  font-size: 14px;
}

.product-details .room-details .row {
  position: relative;
}

.product-details .room-details .row::after {
  content: "";
  position: absolute;
  top: 15%;
  left: 44%;
  width: 2px;
  height: 65px;
  background: rgb(214, 214, 214);
}

.product-details .room-details h6,
.product-details #food h6 {
  font-size: 19px;
  line-height: normal;
  font-style: italic;
  color: rgb(0, 0, 0);
  font-weight: 500;
}

.product-details .special-features h6 {
  font-size: 19px;
  line-height: normal;
  color: rgb(0, 0, 0);
  font-weight: 500;
}

.product-details #food .list img {
  max-width: 50px;
}

.product-details #food .row {
  position: relative;
}

.product-details #food .row::after {
  content: "";
  position: absolute;
  top: 0;
  left: 44%;
  width: 2px;
  height: 100%;
  background: rgb(214, 214, 214);
}

.product-details #timings ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.product-details #timings ul li {
  color: rgb(100, 98, 103);
  font-size: 17px;
  margin-bottom: 7px;
}

.product-details #timings ul li span.item {
  min-width: 120px;
  display: inline-block;
}

.product-details #amenities img {
  max-width: 70px;
  min-width: 70px;
}

.product-details #amenities h6 {
  text-align: center;
}

.product-details #amenities .img-block {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#detail-page .result-wrapper h4 {
  font-size: 32px;
  /*font-family: 'orkney'!important;*/
  font-family: 'Flama' !important;
  font-weight: 600;
}

.product-details .share-wrapper {
  display: none;
}

.product-details .share-wrapper .row h6 {
  font-size: 19px;
  line-height: normal;
  font-style: italic;
  color: rgb(0, 0, 0);
  font-weight: 500;
}

.product-details .share-wrapper .row h4 {
  font-family: 'Flama' !important;
}

.product-details .share-wrapper span {
  color: rgb(100, 98, 103);
  font-size: 14px;
}

.product-details .share-wrapper .list {
  padding: 15px;
  border: 1px solid transparent;
  cursor: pointer;
}

.product-details .share-wrapper .list.active {
  border: 1px solid rgb(255, 131, 0);
}

.product-details .share-wrapper p.start {
  margin: 0;
  color: rgb(255, 131, 0);
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
}

.product-details .share-wrapper p.share {
  color: rgb(23, 95, 149);
  font-size: 18px;
  margin: 0;
}

.product-details .tag-wrapper {
  background: url(../images/detail/tag.png) no-repeat;
  background-size: cover;
}

.product-details .tag-wrapper h6 {
  text-align: center;
  padding: 20px 0;
  margin: 0;
}

.location-wrapper form {
  margin: 0;
  justify-content: center;
}

#detail-page #light-gallery {
  position: relative;
}

#detail-page #light-gallery .see-more-btn {
  background: #000000ab;
  border-radius: 0;
  font-size: 14px;
  color: white;
  padding: 9px 17px;
  transition: 0.6s ease;
  position: absolute;
  bottom: 16px;
  right: 3px;
  border-radius: 5px;
  border-bottom-right-radius: 0px;
  box-shadow: 0 0 25px 15px rgb(255 252 252 / 10%);
}

.calendar-box select {
  box-shadow: 0 0 !important;
  outline: none !important;
  border-radius: 0 !important;
  font-size: 15px;
  height: auto;
  padding: 13px 20px;
}

.favourite-wrap.active .favourite {
  display: none;
}

.favourite-wrap.active .favourite-active {
  display: block;
}

.sharing-wrapper {
  position: relative;
}

.sharing-wrapper .dropdown-inner {
  display: none;
  background: white;
  box-shadow: 0 0 25px 6px rgb(0 0 0 / 10%);
  border-radius: 9px;
  list-style: none;
  padding: 15px 20px;
  position: absolute;
  right: 0;
  margin: 0;
}

.sharing-wrapper .dropdown-inner li:not(:last-child) {
  padding-bottom: 5px;
}

.sharing-wrapper .dropdown-inner li a {
  font-size: 15px;
}

/* DETAIL*/

/* BODY*/

/* FOOTER*/

footer .first-footer .tab-header {
  box-shadow: 0 0 43px 15px rgba(0, 0, 0, 0.2);
  padding: 30px 0;
}

footer .first-footer .tab-header a {
  color: #484848;
  font-size: 18px;
  margin: 0 60px 0 0;
  font-weight: bold;
  text-decoration: none;
}

footer .first-footer .tab-header a:hover,
footer .first-footer .tab-header a.active {
  color: #FF8300;
  text-decoration: none;
}

footer .first-footer .tab-header ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .first-footer .tab-body {
  padding: 30px 0;
}

footer .first-footer .tab-body h5 {
  color: rgb(100, 98, 103);
  font-weight: bold;
  font-size: 18px;
}

footer .first-footer .tab-body ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

footer .first-footer .tab-body ul li a {
  color: #646267;
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 7px;
  display: inline-block;
}

footer .second-footer {
  background: #216391;
  background-size: cover;
  color: white;
  padding: 100px 0 10px 0;
}

footer .second-footer h1 {
  font-weight: bold;
}

footer .second-footer .subscribe-wrapper input[type="email"] {
  padding: 14px 22px;
  border: none;
  color: rgba(72, 72, 72, 0.6509803921568628);
  outline: none;
  box-shadow: 0 0 !important;
}

footer .second-footer .subscribe-wrapper input[type="email"]::placeholder {
  color: rgba(72, 72, 72, 0.6509803921568628);
}

footer .second-footer .logo-wrapper a img {
  max-width: 230px;
}

footer .second-footer .nav-row h5 {
  font-size: 17px;
  font-weight: 600;
}

footer .second-footer .nav-row ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .second-footer .nav-row ul li a,
footer .second-footer .nav-row ul li address {
  color: white;
  text-decoration: none;
  margin-bottom: 7px;
  display: inline-block;
  font-size: 14px;
}

footer .second-footer .nav-row {
  padding-bottom: 70px;
}

footer .second-footer .copyright-wrapper {
  padding: 40px 0;
  border-top: 1.5px solid white;
}

footer .second-footer .copyright-row .social-wrapper a {
  margin: 0 20px 0 0;
  display: inline-block;
}

footer .second-footer .copyright-row .social-wrapper a img {
  max-width: 25px;
  display: inline-block;
}

footer .second-footer .copyright-row p,
footer .second-footer .copyright-row p a {
  font-size: 14px;
  text-decoration: none;
  color: white;
}

.copyright-wrapper ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  list-style: none;
  margin: 0;
}

.copyright-wrapper ul li a {
  color: white;
  font-size: 14px;
  padding-left: 45px;
}

footer .social-wrapper {
  display: flex;
  align-items: center;
}

footer .social-wrapper a,
.tollfree .round-bg {
  background: #ef8645;
  display: inline-flex;
  border-radius: 50%;
  padding: 5px;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  align-items: center;
  justify-content: center;
}

footer .social-wrapper a img {
  max-height: 20px;
  max-width: 19px;
}

a.tollfree {
  color: white;
  text-decoration: none;
  display: flex;
  margin-bottom: 40px;
  align-items: center;
}

.tollfree .round-bg img {
  width: 20px;
}

.querybtn {
  background: #ef8645;
  color: white !important;
  border-radius: 60px;
  padding: 10px 35px;
  box-shadow: 0 0 !important;
  transition: 0.6s ease;
  outline: none;
  position: relative;
}

/* FOOTER*/

a.border-link {
  width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
  padding: 30px 43.5px;
  border: 1px solid rgb(213, 213, 213);
  background-color: #FFF;
  text-align: center;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 189px;
  height: 189px;
}

#detail-page .right-wrapper .second-wrapper {
  display: none;
}

#detail-page .right-wrapper .second-wrapper:nth-child(1),
#detail-page .right-wrapper .second-wrapper:nth-child(2),
#detail-page .right-wrapper .second-wrapper:nth-child(3),
#detail-page .right-wrapper .second-wrapper:nth-child(4) {
  display: block;
}

.present-wrapper img.mb-4 {
  margin: auto !important;
  max-width: 85px;
}

.present-wrapper .owl-nav button.disabled,
.present-wrapper .owl-nav button.off {
  display: none !important;
}

.present-wrapper .owl-nav button.owl-prev {
  left: 0;
}

.present-wrapper .owl-nav button.owl-next {
  right: 0;
}

.present-wrapper .owl-nav button {
  width: 4.28571rem;
  position: absolute;
  inset: 1.3rem 0px 0px auto;
  height: calc(100% - 1.65rem);
  opacity: 0.4;
  background-color: rgb(52, 52, 52) !important;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  z-index: 999;
  outline: none;
}

.present-wrapper .new-place {
  position: absolute;
  top: -25px;
  right: -20px;
}

.present-wrapper .item {
  padding: 0;
}

.present-wrapper .item .img-wrapper {
  min-height: 92px;
  display: flex;
  align-items: flex-end;
}

.present-wrapper h6 span {
  width: 100%;
  height: auto;
  display: inline-block;
  font-size: 14px;
  font-style: italic;
}

.cs>.col-md-3:last-child h6 span {
  display: none;
}

#detail-page #amenities {
  background: whitesmoke;
  padding: 50px 30px;
}

#detail-page #amenities .tab-header ul {
  border-bottom: 1px solid #dee2e6;
}

#detail-page #amenities .tab-header ul a {
  padding-bottom: 15px;
  display: inline-block;
  margin-right: 20px;
  border-bottom: 3px solid transparent;
  text-decoration: none !important;
}

#detail-page #amenities .tab-header ul a.active {
  border-color: rgb(255, 131, 0);
}

#detail-page #amenities .tab-header {
  margin-bottom: 25px;
}

#detail-page #amenities .tab-info {
  display: none;
}

#detail-page #amenities .tab-info.active {
  display: block;
}


#detail-page .second-wrapper {
  flex: 0 0 100%;
  max-width: 100%;
}

#detail-page .first-wrapper {
  flex: 0 0 100%;
  max-width: 100%;
  grid-row-gap: 0px;
  display: grid;
  grid-template-areas:
    'first first first first second third'
    'first first first first fourth fifth';
  grid-gap: 10px;
}

#detail-page .first-wrapper .img-wrapper {
  display: none;
}

#detail-page .first-wrapper .img-wrapper:nth-child(1) {
  grid-area: first;
  display: block;
  width: 50vw;
}

#detail-page .first-wrapper .img-wrapper:nth-child(2) {
  grid-area: second;
  display: block;
  width: calc(25vw - 10px);
}

#detail-page .first-wrapper .img-wrapper:nth-child(3) {
  grid-area: third;
  display: block;
  width: calc(25vw - 10px);
}

#detail-page .first-wrapper .img-wrapper:nth-child(4) {
  grid-area: fourth;
  display: block;
  width: calc(25vw - 10px);
}

#detail-page .first-wrapper .img-wrapper:nth-child(5) {
  grid-area: fifth;
  display: block;
  width: calc(25vw - 10px);
}

#detail-page .first-wrapper .img-wrapper:nth-child(1) img {
  max-height: 480px;
}

#detail-page .first-wrapper .img-wrapper:nth-child(2) img,
#detail-page .first-wrapper .img-wrapper:nth-child(3) img,
#detail-page .first-wrapper .img-wrapper:nth-child(4) img,
#detail-page .first-wrapper .img-wrapper:nth-child(5) img {
  height: 229px;
  max-height: 250px;
}

#detail-page .first-wrapper .img-wrapper a {
  width: 100%;
  height: 100%;
  display: flex;
}

#amenities .nav-tabs li:nth-child(4),
#amenities .nav-tabs li:nth-child(5) {
  display: none;
}

/*============
    START PRELOADER
    ============*/
#load-neww,
#load {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
}

.contents svg {
  width: 300px;
  height: 200px;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%) matrix(1, 0, 0, 1, 0, 0);
}

#outline {
  stroke-width: 8 !important;
  stroke-dasharray: 2.427766571px, 242.7766571045px;
  stroke-dashoffset: 0;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: rgb(241, 131, 56);
  stroke-miterlimit: 10;
  animation: anim 1.6s linear infinite;
}

#outline-bg {
  opacity: 0.05;
  fill: none;
  stroke: #fff;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

@keyframes anim {
  12.5% {
    stroke-dasharray: 33.9887319946px, 242.7766571045px;
    stroke-dashoffset: -26.7054322815px
  }

  43.75% {
    stroke-dasharray: 84.9718299866px, 242.7766571045px;
    stroke-dashoffset: -84.9718299866px
  }

  100% {
    stroke-dasharray: 2.427766571px, 242.7766571045px;
    stroke-dashoffset: -240.3488905334px
  }
}

/*============
 END PRELOADER
  ============*/

/* MEDIA QUERIES*/
@media screen and (orientation:landscape) {

  /*============
        #HOME
  ============*/
  /* main banner - #HOMEPAGE*/
  #home-page .banner-wrapper h1 {
    font-size: 1.5rem !important;
  }

  #home-page .banner-wrapper h1 img[src*="png"] {
    position: absolute;
    left: 0px;
    left: -999px;
  }

  #home-page .explorer {
    display: none;
  }

  /*============
        #LISTING
  ============*/
  .girl-btn {
    background: rgb(255, 131, 0);
    color: white;
    transition: 0.6s ease;
    box-shadow: 0 0 !important;
    padding: 5px 20px;
    border-radius: 7px;
    font-size: 11px;
  }

  .girl-btn:hover {
    color: white;
  }

  /*============
        #DETAIL
      ============*/
  #detail-page .second-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #detail-page .first-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    grid-row-gap: 0px;
    display: grid;
    grid-template-areas:
      'first first first first second third'
      'first first first first fourth fifth';
    grid-gap: 10px;
  }

  #detail-page .first-wrapper .img-wrapper {
    display: none;
  }

  #detail-page .first-wrapper .img-wrapper:nth-child(1) {
    grid-area: first;
    display: block;
    width: 50vw;
  }

  #detail-page .first-wrapper .img-wrapper:nth-child(2) {
    grid-area: second;
    display: block;
    width: calc(25vw - 10px);
  }

  #detail-page .first-wrapper .img-wrapper:nth-child(3) {
    grid-area: third;
    display: block;
    width: calc(25vw - 10px);
  }

  #detail-page .first-wrapper .img-wrapper:nth-child(4) {
    grid-area: fourth;
    display: block;
    width: calc(25vw - 10px);
  }

  #detail-page .first-wrapper .img-wrapper:nth-child(5) {
    grid-area: fifth;
    display: block;
    width: calc(25vw - 10px);
  }

  #detail-page .first-wrapper .img-wrapper:nth-child(1) img {
    max-height: 480px;
  }

  #detail-page .first-wrapper .img-wrapper:nth-child(2) img,
  #detail-page .first-wrapper .img-wrapper:nth-child(3) img,
  #detail-page .first-wrapper .img-wrapper:nth-child(4) img,
  #detail-page .first-wrapper .img-wrapper:nth-child(5) img {
    height: 134px;
    max-height: 134px;
  }

  .list-group {
    position: relative;
    top: 15px;
  }

  /*VIRTUAL TOUR*/
  #panorama {
    width: 100%;
    height: 420px;
    position: relative;
    left: 0px;
    top: 0px;
    border: thin solid gainsboro;
    margin: 0px;
  }

  .product-details .calendar-box .button-wrapper .btn {
    border-radius: 0px 0px 8px 8px;
  }

  .schedule-btn-custom {
    width: 100%;
    letter-spacing: 1px;
  }
}

/*EOF @media screen and (orientation:landscape)*/

@media (max-width: 576px) {
  #home-page .banner-wrapper {
    min-height: inherit;
    background: url(../images/infinity.jpeg) no-repeat;
    background-size: contain;
    background-position: 58% 65% !important;
    background-color: #1c5a8b;
    background-size: 65%;
  }

  /*HOMEPAGE */
  /* MAIN BANNER - #HOMEPAGE*/
  #home-page .banner-wrapper h1 {
    font-size: 1.7rem !important;
  }

  /*joy-wrapper - #HOMEPAGE*/
  .joy-wrapper h1,
  #home-page .banner-wrapper h1 {
    font-size: 1.8em;
  }

  .joy-wrapper .img-wrapper {
    min-height: 100px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 15px;
  }

  .joy-wrapper .joy-list img {
    max-width: 40px;
    margin: 0 !important;
  }

  .joy-wrapper {
    max-height: 1355px;
  }

  /*present carousel*/
  a.border-link {
    display: block;
    box-sizing: border-box;
    padding: 30px 43.5px;
    border: 1px solid rgb(213, 213, 213);
    background-color: #FFF;
    text-align: center;
    text-decoration: none;
    /* background-image: url(../images/100.svg); */
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 189px;
    height: 225px;
  }

  /*present-wrapper:overlay - #HOMEPAGE*/
  .present-wrapper .item .border-link .present-item-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -35px;
    width: 100%;
    height: 200%;
    font-size: 0.9rem;
    letter-spacing: .1rem;
    text-align: center;
    color: #fff;
    background-color: #FF8300 !important;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    display: none;
    /*hidden on mobile*/
  }

  .present-wrapper .item .border-link:hover .present-item-overlay {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.85rem;
    letter-spacing: .1rem;
    text-align: center;
    font-weight: bolder;
    background-color: #FF8300 !important;
    opacity: 0.9;
    color: #fff;
    display: none
  }

  /* search location - #HOMEPAGE*/
  section#home-page #searchkey {
    width: 100%;
    height: 50px;
    position: relative;
    top: -5px;
    border-radius: 8px;
  }

  section#home-page #searchresult {
    width: 100%;
    height: 100%;
    max-height: 100px;
    font-size: 90%;
    line-height: 1.7;
    position: relative;
    top: -10px;
    background-color: white;
    overflow-y: scroll;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  section#home-page .location-wrapper form button[type="submit"] {
    height: 50px;
    position: absolute;
    top: -5px;
    right: 0px;
  }

  section#home-page #searchresult div.search-box__SearchResultsContainer-sc-1lgxjp5-3 a:first-child,
  section#home-page #searchresult div.search-box__SearchResultsContainer-sc-1lgxjp5-3 a:last-child {
    margin-top: 5px;
  }

  section#home-page #searchresult div.search-box__SearchResultsContainer-sc-1lgxjp5-3 a {
    padding: 3px;
    display: block;
  }

  section#home-page #searchresult div.search-box__SearchResultsContainer-sc-1lgxjp5-3 a:hover {
    text-decoration: none;
  }

  section#home-page #searchresult div.search-box__SearchResultsContainer-sc-1lgxjp5-3 a div.kEgufb {
    transition: background-color 200ms ease-in-out;
  }

  section#home-page #searchresult div.search-box__SearchResultsContainer-sc-1lgxjp5-3 a:hover div.kEgufb {
    background-color: #fdc890;
  }

  section#home-page #searchresult div.search-box__SearchResultsContainer-sc-1lgxjp5-3 a div.kEgufb span.eFypde {
    display: inline-block;
    padding: 2px 2px;
    margin-left: 3px;
    border-radius: 3px;
    margin-bottom: 1px;
    color: #141414e0;
    font-weight: bold;
  }

  section#home-page #searchresult div.search-box__SearchResultsContainer-sc-1lgxjp5-3 a div.kEgufb span.gfOvuu {
    background-color: orange;
    color: white;
    display: block;
    float: right;
    padding: 4px 7px;
    text-align: center;
  }

  #home-page .explorer {
    display: none;
  }

  /*expect-wrapper*/
  .expect-wrapper img[src*="expect-1.png"] {
    width: 200px;
    height: 200px;
  }

  .expect-wrapper img[src*="expect-2.png"] {
    width: 200px;
    height: 108px;
  }

  .expect-wrapper img[src*="expect-3.png"] {
    width: 200px;
    height: 120px;
  }

  .expect-wrapper img[src*="expect-4.png"] {
    width: 200px;
    height: 183px;
    position: relative;
    top: -26px;
  }

  /* testimonial section*/
  .testimonial-wrapper .right-content img {
    max-width: 100px;
    margin-top: 45px;
  }

  /*feature-carousel - #HOMEPAGE*/
  #home-page .owl-theme .owl-nav.disabled+.owl-dots {
    position: relative;
    top: 0%;
    left: 0%;
  }

  #home-page .owl-carousel button:focus {
    outline: 0px transparent;
  }

  /*============
        #LISTING
      ============*/
  /* search location - #Property Listing Page*/
  form#propListPage {
    position: relative;
    z-index: 1;
  }

  #propListPage #searchkey {
    width: 100%;
    height: 43px;
    position: relative;
    top: 0px;
    border-radius: 8px;
  }

  #propListPage #searchresult {
    width: 100%;
    height: auto;
    max-height: 125px;
    font-size: 14px;
    text-align: left !important;
    line-height: 2;
    position: absolute;
    top: 37px;
    left: 0px;
    background-color: white;
    overflow-y: scroll;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1)
  }

  #propListPage .location-wrapper form button[type="submit"] {
    width: 10%;
    height: 56px;
    position: relative;
    top: 0px;
    right: 0px;
  }

  #propListPage #searchresult .search-box__SearchResultsContainer-sc-1lgxjp5-3 a:first-child,
  #propListPage #searchresult .search-box__SearchResultsContainer-sc-1lgxjp5-3 a:last-child {
    margin-top: 5px;
  }

  #propListPage #searchresult .search-box__SearchResultsContainer-sc-1lgxjp5-3 a {
    padding: 3px;
    display: block;
  }

  #propListPage #searchresult .search-box__SearchResultsContainer-sc-1lgxjp5-3 a:hover {
    text-decoration: none;
  }

  /*#propListPage #searchresult .search-box__SearchResultsContainer-sc-1lgxjp5-3 a div.kEgufb {
    transition: background-color 200ms ease-in-out;
    width: 120%;
    position: relative;
    left: -35px;
    padding-left: 10px;
  }*/

  #propListPage #searchresult .search-box__SearchResultsContainer-sc-1lgxjp5-3 a:hover div.kEgufb {
    background-color: #fdc890;
  }

  #propListPage #searchresult .search-box__SearchResultsContainer-sc-1lgxjp5-3 a div.kEgufb span.eFypde {
    color: #141414e0;
    font-weight: bold;
  }

  #propListPage #searchresult .search-box__SearchResultsContainer-sc-1lgxjp5-3 a div.kEgufb span.gfOvuu {
    background-color: orange;
    color: white;
    display: block;
    float: right;
    padding: 1px 5px;
  }

  /*carousel*/
  div[name="propListCarousel"].carousel .carousel-inner .carousel-item img:before {
    content: "No image";
    position: absolute;
    top: 45%;
    left: 42%;
  }

  div[name="propListCarousel"].carousel .carousel-inner .carousel-item img {
    width: 100%;
    height: 258px;
    background-color: transparent;
    background-image: url("../images/placeholder.png");
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-origin: border-box;
    background-clip: border-box;
    background-attachment: scroll;
  }

  /*listing page customs*/
  .result-wrapper .container-fluid .row .col-md-5+.col-md-6 {
    position: relative;
    left: 0px;
  }

  .girl-btn {
    background: rgb(255, 131, 0);
    color: white;
    transition: 0.6s ease;
    box-shadow: 0 0 !important;
    padding: 5px 20px;
    border-radius: 7px;
    font-size: 11px;
  }

  .girl-btn:hover {
    color: white;
  }

  /*============
      #DETAIL
    ============*/

  #detail-page .second-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #detail-page .first-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    grid-row-gap: 0px;
    display: grid;
    grid-template-areas:
      'first first first first second third'
      'first first first first fourth fifth';
    grid-gap: 10px;
  }

  #detail-page .first-wrapper .img-wrapper {
    display: none;
  }

  #detail-page .first-wrapper .img-wrapper:nth-child(1) {
    grid-area: first;
    display: block;
    width: 50vw;
  }

  #detail-page .first-wrapper .img-wrapper:nth-child(2) {
    grid-area: second;
    display: block;
    width: calc(25vw - 10px);
  }

  #detail-page .first-wrapper .img-wrapper:nth-child(3) {
    grid-area: third;
    display: block;
    width: calc(25vw - 10px);
  }

  #detail-page .first-wrapper .img-wrapper:nth-child(4) {
    grid-area: fourth;
    display: block;
    width: calc(25vw - 10px);
  }

  #detail-page .first-wrapper .img-wrapper:nth-child(5) {
    grid-area: fifth;
    display: block;
    width: calc(25vw - 10px);
  }

  #detail-page .first-wrapper .img-wrapper:nth-child(1) img {
    max-height: 480px;
  }

  #detail-page .first-wrapper .img-wrapper:nth-child(2) img,
  #detail-page .first-wrapper .img-wrapper:nth-child(3) img,
  #detail-page .first-wrapper .img-wrapper:nth-child(4) img,
  #detail-page .first-wrapper .img-wrapper:nth-child(5) img {
    height: 72px;
    max-height: 72px;
  }

  #amenities .nav-tabs li:nth-child(4),
  #amenities .nav-tabs li:nth-child(5) {
    display: none;
  }

  /*custom declarations*/
  .md-orange {
    color: #FF8300 !important;
  }

  .brand-color {
    background-color: #ff883e;
    color: white;
    padding: 12px 45px;
    letter-spacing: 1px;
    font-size: 17px;
  }

  .bg-blue {
    background-color: rgb(29, 96, 147);
  }

  .text-brand {
    color: #ff883e !important;
  }

  .text-blue {
    color: rgb(29, 96, 147);
  }

  .product-details .calendar-box .button-wrapper .btn {
    border-radius: 0px 0px 8px 8px;
  }

  .schedule-btn-custom {
    width: 100%;
    letter-spacing: 1px;
  }

  /*appointment form - #DETAIL PAGE*/
  .product-details .calendar-box .time-wrapper .btn {
    font-size: 10px;
    border-radius: 100px;
    padding: 7px 7px 7px 7px;
    margin-right: 9px;
    margin-bottom: 22px;
    background: transparent;
    color: rgb(255, 131, 0);
    border: 1px solid rgb(255, 131, 0);
    min-width: 29%;
  }

  /*VIRTUAL TOUR*/
  #panorama {
    width: 100%;
    height: 420px;
    position: relative;
    border: thin solid gainsboro;
    /*      margin: 30px 0px;*/
  }

  /*room-type-tile - #DETAIL PAGE*/
  #detail-page #room-type .room-type-tile {
    width: 100%;
    height: auto;
    border-radius: 7px !important;
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 20%);
    background-color: white;
    padding: 10px;
  }

  #detail-page #room-type .room-type-tile .tile-icon {
    margin-top: 8px;
  }

  #detail-page #room-type .room-type-tile .tile-icon i.material-icons {
    font-size: 36px !important;
  }

  #detail-page #room-type .room-type-tile .tile-title {
    -webkit-font-smoothing: antialiased;
    font-family: sans-serif !important;
    color: #646267 !important;
    font-weight: 600;
    font-style: italic;
    font-size: 16px !important;
    letter-spacing: 1px;
  }

  #detail-page #room-type .room-type-tile .tile-price-label {
    -webkit-font-smoothing: antialiased;
    font-family: sans-serif !important;
    color:  !important;
    font-weight: 400;
    font-size: 16px;
    font-style: italic;
    letter-spacing: 1px;
  }

  #detail-page #room-type .room-type-tile .tile-price-figure {
    -webkit-font-smoothing: antialiased;
    font-family: sans-serif !important;
    color: #646267 !important;
    font-weight: 600;
    font-size: 16px;
  }

  /*#room-type carousel - #DETAIL PAGE*/
  #room-type .owl-carousel .owl-nav {
    overflow: hidden;
    height: 0px;
  }

  #room-type .owl-theme .owl-dots .owl-dot.active span,
  #room-type .owl-theme .owl-dots .owl-dot:hover span {
    background: #5110e9;
  }

  #room-type .owl-carousel .item {
    text-align: center;
    width: 84%;
    height: auto;
    display: block;
    margin: 0px auto;
    padding: 15px 5px 5px 5px;
    background-color: #F1F1F1;
    border: thin solid #FF8300;
    border-radius: 7px;
    cursor: pointer;
  }

  /*#room-type .owl-carousel .nav-button {
        height: auto;
        width: auto;
        padding: 5px;
        cursor: pointer;
        position: absolute;
        top: 88px;
      }

      #room-type .owl-carousel .owl-prev.disabled,
      #room-type .owl-carousel .owl-next.disabled {
        pointer-events: none;
        opacity: 0.25;
      }

      #room-type .owl-carousel .owl-prev {
        left: 0px;
      }
  
      #room-type .owl-carousel .owl-next {
        right: 0px;
      }
  
      #room-type .owl-theme .owl-nav [class*=owl-] {
        color: #ffffff;
        font-size: 32px;
        padding-top: 0px;
        background: #FF8300;
        border-radius: 3px;
      }
  
      #room-type .owl-carousel .prev-carousel:hover {
        background-position: 0px -53px;
      }
  
      #room-type .owl-carousel .next-carousel:hover {
        background-position: -24px -53px;
      }*/

  /*#institution-tile - #DETAIL PAGE*/
  #detail-page #institution .institution-tile {
    width: 100%;
    height: auto;
    border-radius: 7px;
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 20%);
    background-color: white;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  #detail-page #institution .institution-tile .tile-title {
    -webkit-font-smoothing: antialiased;
    font-family: sans-serif !important;
    color: #646267 !important;
    font-weight: 600;
    font-size: 16px !important;
    letter-spacing: 1px;
  }

  #detail-page #institution .institution-tile .tile-distance-label {
    -webkit-font-smoothing: antialiased;
    font-family: sans-serif !important;
    color:  !important;
    font-weight: 400;
    font-size: 16px;
    font-style: italic;
    letter-spacing: 1px;
  }

  #detail-page #institution .institution-tile .tile-distance-figure {
    -webkit-font-smoothing: antialiased;
    font-family: sans-serif !important;
    color: #646267 !important;
    font-weight: 600;
    font-size: 16px;
  }

  /*institutional carousel - #DETAIL PAGE*/
  #institution .owl-carousel .owl-nav {
    overflow: hidden;
    height: 0px;
  }

  #institution .owl-theme .owl-dots .owl-dot.active span,
  #institution .owl-theme .owl-dots .owl-dot:hover span {
    background: #5110e9;
  }

  #institution .owl-carousel .item {
    width: 84%;
    height: auto;
    display: block;
    text-align: center;
    margin: 0px auto;
    padding: 45px 5px 25px 5px;
    background-color: #F1F1F1;
    border: thin solid #FF8300;
    border-radius: 7px;
    cursor: pointer;
  }

  /*#institution .owl-carousel .nav-button {
        height: auto;
        width: auto;
        padding: 5px;
        cursor: pointer;
        position: absolute;
        top: 83px;
      }

      #institution .owl-carousel .owl-prev.disabled,
      #institution .owl-carousel .owl-next.disabled {
        pointer-events: none;
        opacity: 0.25;
      }

      #institution .owl-carousel .owl-prev {
        left: 0px;
      }
  
      #institution .owl-carousel .owl-next {
        right: 0px;
      }
  
      #institution .owl-theme .owl-nav [class*=owl-] {
        color: #ffffff;
        font-size: 32px;
        padding-top: 0px;
        background: #FF8300;
        border-radius: 3px;
      }
  
      #institution .owl-carousel .prev-carousel:hover {
        background-position: 0px -53px;
      }
  
      #institution .owl-carousel .next-carousel:hover {
        background-position: -24px -53px;
      }*/
}

/*EOF @media (max-width: 576px)*/

@media (max-width: 767px) {

  .side-menu,
  .login-wrapper {
    max-width: 100%;
    right: -200%;
    min-width: 100%;
  }

  .default-header,
  header.second-header {
    padding: 25px 0px;
  }

  .default-header .logo-wrapper img,
  header.second-header img {
    max-width: 130px;
  }

  header.active-navigation {
    padding: 20px 5px !important;
  }

  .expect-wrapper img {
    max-width: 100px;
  }

  .unique-wrapper {
    background-color: rgb(34 97 146);
  }

  #home-page .banner-wrapper h1 {
    font-size: 2em;
  }

  .side-menu .side-menu-inner,
  .login-wrapper .side-menu-inner {
    padding: 30px;
  }

  .login-wrapper .form-wrapper {
    padding-right: 0;
  }

  .side-menu-inner .white-btn,
  .side-menu-inner .blue-btn {
    padding: 12px 35px;
    font-size: 15px;
    width: calc(50% - 12px);
    outline: none !important;
    box-shadow: 0 0 !important;
  }

  .location-wrapper input[type="text"] {
    padding: 17px 45px 17px 20px;
    width: 68%;
    font-size: 15px;
    background-position: 93% 13px !important;
    background-size: 24px;
  }

  .location-wrapper .grey-btn img {
    max-width: 20px;
    margin-right: 5px !important;
  }

  .location-wrapper .grey-btn {
    border-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 17px 7px;
    width: 30.7%;
    font-size: 14px;
  }

  .location-wrapper form {
    display: flex;
  }

  .explore-wrapper .col-auto h3 {
    font-size: 1.5em;
  }

  .explore-wrapper .col-auto {
    padding: 0 15px;
  }

  #refer-page .banner-wrapper h1,
  .explorer h2,
  .expect-wrapper h2,
  .feature-wrapper .feature-content h2,
  .feature-wrapper .pagination-wrapper h1,
  .unique-wrapper h2,
  .testimonial-wrapper h2,
  #contact-page .banner-wrapper h1 {
    font-size: 2em;
  }

  #refer-page .banner-content {
    padding: 0;
  }

  #contact-page .banner-wrapper h2 {
    font-size: 1.5em;
  }

  #home-page .feature-wrapper .feature-content p {
    padding-right: 0;
  }

  .feature-wrapper .pagination-wrapper {
    padding: 3%;
  }

  .joy-wrapper .img-wrapper img,
  #contact-page .img-wrapper img,
  #works-page .img-wrapper img {
    margin-left: 15px;
  }

  .comparison-wrapper .right-content .list-item.active li {
    font-size: 13px;
  }

  .comparison-wrapper .right-content .list-item.active img {
    max-width: 20px;
  }

  .comparison-wrapper .right-content .list-item img {
    max-width: 22px;
  }

  .comparison-wrapper .right-content .list-wrapper .list-item:nth-child(1) ul,
  .comparison-wrapper .right-content .list-wrapper ul {
    padding: 20px 15px;
  }

  .comparison-wrapper .right-content .list-item.active ul {
    padding: 45px 15px 0 15px;
  }

  .comparison-wrapper .right-content .list-item li {
    font-size: 13px;
  }

  .news-wrapper {
    padding-left: 0;
  }

  .copyright-wrapper ul {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
  }

  .copyright-wrapper ul li a {
    color: white;
    font-size: 14px;
    padding-left: 0;
    padding-right: 10px;
  }

  .subscribe-wrapper form {
    display: flex;
  }

  .subscribe-wrapper form .orange-btn {
    padding: 13px 15px;
  }

  .second-header .location-wrapper .grey-btn {
    padding: 10.5px 8px;
    width: 42%;
    min-width: 103px;
  }

  .second-header .location-wrapper input[type="text"] {
    padding: 11px 30px 11px 15px;
    width: 80%;
    font-size: 14px;
    background-position: 98% 10px !important;
  }

  .second-header .btn-group .btn {
    border-radius: 5px;
    font-size: 12px;
    padding: 11px 18px;
    border: none;
  }

  #mobile-nav {
    margin-top: 17px;
  }

  #works-page .list-wrapper {
    max-height: 100%;
  }

  #works-page .list-wrapper .list-item {
    padding-right: 0;
  }

  .listing-page .result-wrapper .container .list-outer {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .listing-page .form-wrapper select {
    min-width: inherit;
  }

  .listing-page .form-wrapper .col-auto {
    margin-bottom: 10px;
  }

  .listing-page .result-wrapper .list-wrapper .img-wrapper {
    min-height: 230px !important;
  }

  .listing-page .map-wrapper iframe {
    height: 300px;
  }

  .product-details #food .row::after,
  .product-details .room-details .row::after {
    display: none;
  }

  .product-details .list-item {
    background: rgb(245, 245, 245);
    border-radius: 100px;
    padding: 15px;
    min-width: 100%;
    max-width: 100%;
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }

  .product-details .list-item svg {
    width: 50px;
    height: 50px;
    display: block;
    margin: auto;
    margin-bottom: 0;
    fill: rgb(107, 107, 107);
    stroke: rgb(107, 107, 107);
    stroke-width: 0px;
    transition: 0.4s ease;
    border-radius: 50%;
    padding: 10px;
  }

  .product-details .calendar-box .content {
    padding: 30px 15px 10px 15px;
  }

  .second-header .location-wrapper {
    min-width: 100%;
  }

  #detail-page #amenities .tab-header ul {
    flex-wrap: nowrap;
    max-width: 100%;
    overflow: auto;
  }

  #detail-page #amenities .tab-header ul a {
    margin-right: 0;
    text-align: center;
    min-width: 120px;
  }

  #detail-page #amenities {
    background: whitesmoke;
    padding: 50px 15px;
  }

  #home-page .banner-wrapper .container {
    padding-top: 30px;
    padding-bottom: 30px;
    /* background: #0000004a; */
  }

  #home-page .banner-wrapper {
    min-height: inherit;
    background: url(../images/infinity-white.png) no-repeat;
    background-size: 100% auto;
    background-position: 100% 50%;
    background-color: #1c5a8b;
  }

  #home-page .banner-wrapper h1 img {
    max-width: 50px;
    margin: 0 3px;
  }

  #home-page .banner-wrapper p {
    margin-bottom: 20px !important;
  }

  #home-page p {
    font-size: 16px !important;
    font-weight: lighter;
    line-height: 1.8;
    text-align: justify;
  }

  .present-wrapper h1 {
    font-size: 2em;
    text-align: center;
  }

  a.border-link {
    width: 100%;
    height: auto;
    min-height: 211px;
  }

  .present-wrapper .owl-nav button {
    width: 4.28571rem;
    position: absolute;
    inset: 0rem 0px 0px auto;
    height: calc(100%);
    opacity: 0.4;
    background-color: rgb(52, 52, 52) !important;

    opacity: 1;
    background-color: rgba(255, 255, 255, 0) !important;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    z-index: 999;
    outline: none;
  }

  .news-wrapper,
  .explorer,
  .explore-wrapper,
  .expect-wrapper,
  .comparison-wrapper {
    padding: 30px 0;
  }

  .feature-wrapper .feature-content {
    padding: 30px 15px;
  }

  .comparison-wrapper h2 {
    font-size: 2em;
    margin-bottom: 20px !important;
  }

  #home-page .joy-wrapper p {
    font-size: 13px !important;
    font-weight: lighter;
    line-height: 1.8;
    text-align: left !important;
    margin-top: 0 !important;
  }

  .joy-wrapper h1 img {
    max-width: 50px;
    margin: 0 2px !important;
  }

  .explore-wrapper {
    background: none;
  }

  .joy-wrapper h3 {
    font-size: 18px;
  }

  .comparison-wrapper h3 {
    font-size: 20px;
    margin-bottom: 15px !important;
  }

  .testimonial-wrapper .left-content {
    display: none;
  }

  .expect-wrapper .col-md-6 .row .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  .expect-wrapper .col-md-6 .row .col-6:first-child {
    order: 2;
  }

  .expect-wrapper .col-md-6 .row .col-6:nth-child(2) {
    order: 1;
    min-height: 110px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  .expect-wrapper h3 {
    font-size: 18px;
    line-height: 1.5;
  }

  .feature-wrapper .feature-content h2 {
    margin: 0 !important;
  }

  .joy-wrapper h1,
  #home-page .banner-wrapper h1 {
    font-size: 1.8em;
  }

  .joy-wrapper .img-wrapper {
    min-height: 100px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 15px;
  }

  .joy-wrapper .joy-list img {
    max-width: 40px;
    margin: 0 !important;
  }

  footer .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  footer .second-footer {
    padding: 40px 0 20px 0;
  }

  footer .second-footer .nav-row {
    padding-bottom: 20px;
  }

  footer .querybtn {
    padding: 10px 15px;
  }

  footer .social-wrapper a,
  .tollfree .round-bg {
    width: 28px;
    height: 28px;
  }

  .tollfree .round-bg img {
    width: 15px;
  }

  footer .row.pb-5.mb-5 {
    padding: 0 !important;
    margin-bottom: 20px !important;
  }

  footer .second-footer h1 {
    font-weight: bold;
    font-size: 1.5em;
  }

  footer .social-wrapper a img {
    max-height: 15px;
    max-width: 15px;
  }

  footer .second-footer .copyright-wrapper {
    padding: 30px 0 0 0;
  }

  footer .second-footer .logo-wrapper a img {
    max-width: 150px;
  }

  .joy-wrapper {
    padding: 30px 0 0 0;
  }

  .product-details .calendar-box .button-wrapper .reserve-btn {
    display: none;
  }

  .product-details .calendar-box .button-wrapper .btn {
    border-top-right-radius: 7px !important;
  }

  .product-details .wrap-list {
    order: 1;
  }

  .product-details .detail-wrapper {
    order: 3;
  }

  .product-details .calendar-wrapper {
    order: 2;
    margin-bottom: 30px;
  }

  .product-details #amenities img {
    max-width: 50px;
    min-width: 50px;
  }

  #detail-page #light-gallery .see-more-btn {
    font-size: 12px;
    padding: 5px 10px;
    bottom: 0;
  }

  .product-details .calendar-box .time-wrapper .btn {
    margin-right: 2px;
  }

  #detail-page .first-wrapper {
    grid-gap: 5px;
    margin: 0 !important;
  }

  #detail-page .first-wrapper .img-wrapper {
    width: calc(25vw - 5px);
  }

  #detail-page .first-wrapper .img-wrapper:nth-child(1) {
    width: calc(50vw + 10px);
  }

  /*==========
      #HOME
  ==========*/
  .expect-wrapper img[src*="expect-1.png"] {
    width: 250px;
    height: 150px;
  }

  .expect-wrapper img[src*="expect-2.png"] {
    width: 250px;
    height: 108px;
    position: relative;
    top: 15px;
  }

  .expect-wrapper h3[title="Month"] {
    position: relative;
    top: 20px;
  }

  .expect-wrapper img[src*="expect-3.png"] {
    width: 250px;
    height: 120px;
  }

  .expect-wrapper img[src*="expect-4.png"] {
    width: 250px;
    height: 183px;
    position: relative;
    top: -26px;
  }

  .expect-wrapper h3[title="Housekeeping"] {
    position: relative;
    top: -35px;
  }

  a.border-link {
    height: 225px;
  }

  /*joy-wrapper - #HOMEPAGE*/
  .joy-wrapper h1,
  #home-page .banner-wrapper h1 {
    font-size: 1.8em;
  }

  .joy-wrapper .img-wrapper {
    min-height: 100px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 15px;
  }

  .joy-wrapper .joy-list img {
    max-width: 40px;
    margin: 0 !important;
  }

  #home-page .explorer {
    display: none;
  }

  /*==========
      #DETAIL
  ==========*/
  .product-details .calendar-box .button-wrapper .btn {
    border-top-right-radius: 0px !important;
  }

  .product-details .calendar-box .time-wrapper .btn {
    font-size: 10px;
    border-radius: 100px;
    padding: 7px 12px 7px 12px;
    margin-right: 0px;
    margin-bottom: 10px;
    background: transparent;
    color: rgb(255, 131, 0);
    border: 1px solid rgb(255, 131, 0);
    min-width: 32%;
  }

  .product-details .calendar-box .time-wrapper {
    margin-bottom: -25px !important;
  }

}

/*END OF @media (max-width: 767px)*/

@media (min-width: 1200px) {
  .container {
    max-width: 90%;
  }

  .second-footer .container {
    max-width: 80%;
  }

  /*===================== 
          #HOME
  =====================*/
  /* search location - #HOMEPAGE*/
  #home-page .banner-wrapper h1 {
    font-size: 40px !important;
  }

  section#home-page #searchkey {
    width: 100%;
    height: 64px;
    position: relative;
    top: 0px;
    border-radius: 8px !important;
  }

  section#home-page #searchkey:focus {
    background-color: rgb(253, 250, 250);
    color: #010104;
  }

  section#home-page #searchresult {
    width: 100%;
    height: auto;
    max-height: 140px;
    font-size: 14px;
    text-indent: 18px;
    line-height: 2;
    position: relative;
    top: -5px;
    background-color: white;
    overflow-y: scroll;
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
  }

  section#home-page .location-wrapper form button[type="submit"] {
    height: 64px;
    position: absolute;
    top: 0px;
    right: 0;
  }

  section#home-page #searchresult div.search-box__SearchResultsContainer-sc-1lgxjp5-3 a:first-child,
  section#home-page #searchresult div.search-box__SearchResultsContainer-sc-1lgxjp5-3 a:last-child {}

  section#home-page #searchresult div.search-box__SearchResultsContainer-sc-1lgxjp5-3 a {
    padding: 0px;
    display: block;
  }

  section#home-page #searchresult div.search-box__SearchResultsContainer-sc-1lgxjp5-3 a:hover {
    text-decoration: none;
  }

  section#home-page #searchresult div.search-box__SearchResultsContainer-sc-1lgxjp5-3 a div.kEgufb {
    transition: background-color 200ms ease-in-out;
    padding: 3px 10px;
    width: 100%;
    box-sizing: border-box;
  }

  section#home-page #searchresult div.search-box__SearchResultsContainer-sc-1lgxjp5-3 a:hover div.kEgufb {
    background-color: #fdc890;
  }

  section#home-page #searchresult div.search-box__SearchResultsContainer-sc-1lgxjp5-3 a div.kEgufb span.eFypde {
    color: #141414e0;
    font-weight: bold;
  }

  section#home-page #searchresult div.search-box__SearchResultsContainer-sc-1lgxjp5-3 a div.kEgufb span.gfOvuu {
    background-color: orange;
    color: white;
    display: block;
    float: right;
    padding-right: 13px;
    border-radius: 3px;
  }

  /*present carousel - #HOMEPAGE*/
  .present-wrapper h1 {
    font-weight: bold;
    font-size: 42px;
    margin: 0;
    margin-top: 18px;
  }

  .present-wrapper .new-place {
    position: absolute;
    top: -25px;
    right: -20px;
  }

  .present-wrapper .item {
    padding: 0;
    margin-top: 10px;
    margin-right: 20px;
  }

  .present-wrapper .item .img-wrapper {
    min-height: 76px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
  }

  .present-wrapper h6 span {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 14px;
    font-style: italic;
  }

  /*present-wrapper:overlay - #HOMEPAGE*/
  .present-wrapper .item .border-link .present-item-overlay {
    position: absolute;
    left: 0;
    bottom: -36px;
    width: 188px;
    height: auto;
    display: block;
    padding: 7px 0px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    opacity: 1;
    background-color: #FF8300 !important;
    transition: all 0.3s ease;
  }

  .present-wrapper .item .border-link:hover .present-item-overlay {
    position: absolute;
    left: -1px;
    bottom: -1px;
    width: 189px;
    height: auto;
    display: block;
    padding: 7px 0px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    background-color: #FF8300 !important;
    opacity: 0.8;
  }

  .present-wrapper .item .border-link .img-wrapper,
  .present-wrapper .item .border-link h6 {
    position: relative;
    top: 0px;
    transition: all 0.3s ease;
  }

  .present-wrapper .item .border-link:hover .img-wrapper,
  .present-wrapper .item .border-link:hover h6 {
    position: relative;
    top: -30px;
  }

  /*expect-wrapper - #HOMEPAGE*/
  .expect-wrapper img[src*="expect-1.png"] {
    width: 200px;
    height: 200px;
  }

  .expect-wrapper img[src*="expect-2.png"] {
    width: 200px;
    height: 187px;
  }

  .expect-wrapper img[src*="expect-3.png"] {
    width: 200px;
    height: 178px;
  }

  .expect-wrapper img[src*="expect-4.png"] {
    width: 199px;
    height: 235px;
    position: relative;
    top: -26px;
  }

  /*explore-wrapper - #HOMEPAGE*/
  #home-page .explore-wrapper .content {
    margin-bottom: -20px !important;
  }

  /*comparison-wrapper - #HOMEPAGE*/
  .comparison-wrapper .right-content .list-wrapper ul.comparison-wrapper-last-column {
    position: relative;
    left: 34px;
  }

  /*.feature-wrapper - #HOMEPAGE*/
  .feature-wrapper .feature-content {
    padding: 60px 40px 60px 9vw;
  }

  .feature-wrapper .wrapper-img img {
    height: 490px;
  }

  /* explorer-wrapper - #HOMEPAGE*/
  #home-page .explorer {
    display: none;
  }

  /*feature-carousel - #HOMEPAGE*/
  #home-page .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    position: absolute;
    bottom: 8vh;
    left: 25vw;
  }

  #home-page .owl-carousel button:focus {
    outline: 0px transparent;
  }

  /*===================== 
          #LISTING
  =====================*/

  /* search location - #LISTING PAGE*/
  form#propListPage {
    position: relative;
    z-index: 1;
  }

  #propListPage #searchkey {
    width: 67%;
    height: 56px;
    position: relative;
    top: 0px;
    left: 0;
    border-radius: 8px !important;
  }

  #propListPage #searchkey:focus {
    background-color: rgb(253, 250, 250);
    color: #010104;
  }

  #propListPage #searchresult {
    width: 67%;
    height: auto;
    max-height: 140px;
    font-size: 14px;
    text-indent: -28px;
    text-indent: 0px;
    text-align: left !important;
    line-height: 2;
    position: absolute;
    top: 50px;
    left: 16.5%;
    background-color: white;
    overflow-y: scroll;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  #propListPage .location-wrapper form button[type="submit"] {
    width: 25%;
    height: 56px;
    position: absolute;
    top: 0px;
    right: 0px;
  }

  #propListPage #searchresult .search-box__SearchResultsContainer-sc-1lgxjp5-3 a:first-child,
  #propListPage #searchresult .search-box__SearchResultsContainer-sc-1lgxjp5-3 a:last-child {}

  #propListPage #searchresult .search-box__SearchResultsContainer-sc-1lgxjp5-3 a {
    padding: 0px;
    display: block;
  }

  #propListPage #searchresult .search-box__SearchResultsContainer-sc-1lgxjp5-3 a:hover {
    text-decoration: none;
  }

  #propListPage #searchresult .search-box__SearchResultsContainer-sc-1lgxjp5-3 a div.kEgufb {
    transition: background-color 200ms ease-in-out;
    width: 121%;
    position: relative;
    left: -48px;
    padding: 3px 10px;
  }

  #propListPage #searchresult .search-box__SearchResultsContainer-sc-1lgxjp5-3 a:hover div.kEgufb {
    background-color: #fdc890;
  }

  #propListPage #searchresult .search-box__SearchResultsContainer-sc-1lgxjp5-3 a div.kEgufb span.eFypde {
    color: #141414e0;
    font-weight: bold;
  }

  #propListPage #searchresult .search-box__SearchResultsContainer-sc-1lgxjp5-3 a div.kEgufb span.gfOvuu {
    background-color: orange;
    color: white;
    display: block;
    float: right;
    padding: 0px 5px;
    border-radius: 3px;
  }

  /*LISTING PAGE customs*/
  .result-wrapper .container-fluid .row .col-md-5+.col-md-6 {
    position: relative;
    left: -49px;
  }

  #listing-page .list-wrapper {
    max-height: 500px;
/*    overflow: hidden;*/
  }

  .listing-page .list-wrapper .button-wrapper {
    height: 38px;
  }

  .listing-page .list-wrapper .button-wrapper .grey-btn {}

  .listing-page .container .button-wrapper .orange-btn {
    border-radius: 0px 0px 7px 7px;
  }

  /*===================== 
        #DETAIL
  =====================*/
  /*detail page customs*/
  #detail-page .first-wrapper .img-wrapper:nth-child(1) {
    grid-area: first;
    display: block;
    width: 50vw;
  }

  #detail-page .first-wrapper .img-wrapper:nth-child(2) {
    grid-area: second;
    display: block;
    width: calc(25vw - 10px);
  }

  #detail-page .first-wrapper .img-wrapper:nth-child(3) {
    grid-area: third;
    display: block;
    width: calc(25vw - 27px);
  }

  #detail-page .first-wrapper .img-wrapper:nth-child(4) {
    grid-area: fourth;
    display: block;
    width: calc(25vw - 10px);
  }

  #detail-page .first-wrapper .img-wrapper:nth-child(5) {
    grid-area: fifth;
    display: block;
    width: calc(25vw - 27px);
  }

  #detail-page .first-wrapper .img-wrapper:nth-child(2) img {
    height: 100%;
    min-height: 100%;
    max-height: 229px;
  }

  #detail-page .first-wrapper .img-wrapper:nth-child(3) img {
    height: 100%;
    min-height: 100%;
    max-height: 229px;
  }

  #detail-page .first-wrapper .img-wrapper:nth-child(4) img {
    height: 100%;
    min-height: 100%;
    max-height: 229px;
  }

  #detail-page .first-wrapper .img-wrapper:nth-child(5) img {
    height: 100%;
    min-height: 100%;
    max-height: 229px;
  }

  #detail-page .result-wrapper .list-wrapper {
    height: 455px;
  }

  #detail-page .result-wrapper .list-wrapper h5 {
    display: block;
    float: none;
    clear: both;
    height: 34px;
    margin-bottom: 2px;
  }

  #detail-page .result-wrapper .list-wrapper .button-wrapper {
    height: 36px;
  }

  #detail-page .result-wrapper .list-wrapper .button-wrapper .grey-btn {
    margin: 3px;
    padding: 3px 6px;
  }

  #detail-page .result-wrapper .list-wrapper span {
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
    clear: both;
    float: none;
    position: relative;
    top: -14px;
  }

  #detail-page .result-wrapper .list-wrapper .price-wrapper {
    align-items: baseline !important;
  }

  /*room-type-tile - #DETAIL PAGE*/
  #detail-page #room-type .room-type-tile {
    width: 535px;
    min-width: 100%;
    height: 266px;
    border-radius: 7px !important;
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 20%);
    background-color: white;
    padding-left: 10px;
    padding-top: 10px;
  }

  #detail-page #room-type .room-type-tile .tile-icon {
    margin-top: 8px;
  }

  #detail-page #room-type .room-type-tile .tile-icon i.material-icons {
    font-size: 36px !important;
  }

  #detail-page #room-type .room-type-tile .tile-title {
    -webkit-font-smoothing: antialiased;
    font-family: sans-serif !important;
    color: #646267 !important;
    font-weight: 600;
    font-style: italic;
    font-size: 16px !important;
    letter-spacing: 1px;
    width: 150px;
    height: 60px;
    margin: left:auto;
    margin-right: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #detail-page #room-type .room-type-tile .tile-price-label {
    -webkit-font-smoothing: antialiased;
    font-family: sans-serif !important;
    color:  !important;
    font-weight: 400;
    font-size: 16px;
    font-style: italic;
    letter-spacing: 1px;
  }

  #detail-page #room-type .room-type-tile .tile-price-figure {
    -webkit-font-smoothing: antialiased;
    font-family: sans-serif !important;
    color: #646267 !important;
    font-weight: 600;
    font-size: 16px;
  }

  /*#room-type carousel - #DETAIL PAGE*/
  #room-type .owl-carousel .owl-nav {
    overflow: hidden;
    height: 0px;
  }

  #room-type .owl-theme .owl-dots .owl-dot.active span,
  #room-type .owl-theme .owl-dots .owl-dot:hover span {
    background: #5110e9;
  }

  #room-type .owl-carousel .item {
    display: block;
    border-radius: 3px;
    background-color: #F5F5F5;
    width: 100%;
    height: auto;
    border-radius: 7px;
    cursor: pointer;
    padding: 15px 5px 5px 5px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    /*        box-shadow: 0 0 10px 5px rgb(0 0 0 / 20% );*/
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-sizing: border-box;
    border: #DDD thin solid;
  }

  #room-type .owl-carousel .item:hover {
    background-color: #F1F1F1;
    border: thin solid #FF8300;
  }

  /*#room-type .owl-carousel .nav-button {
        height: auto;
        width: auto;
        padding: 5px;
        cursor: pointer;
        position: absolute;
        top: 92px;
      }

      #room-type .owl-carousel .owl-prev.disabled,
      #room-type .owl-carousel .owl-next.disabled {
        pointer-events: none;
        opacity: 0.25;
      }

      #room-type .owl-carousel .owl-prev {
        left: 0px;
      }
  
      #room-type .owl-carousel .owl-next {
        right: 0px;
      }*/

  /*#room-type .owl-theme .owl-nav [class*=owl-] {
        color: #ffffff;
        font-size: 32px;
        padding-top: 0px;
        background: #FF8300;
        border-radius: 3px;
      }
  
      #room-type .owl-carousel .prev-carousel:hover {
        background-position: 0px -53px;
      }
  
      #room-type .owl-carousel .next-carousel:hover {
        background-position: -24px -53px;
      }*/

  /*visible on hover*/
  /*#room-type .owl-carousel .owl-prev,
      #room-type .owl-carousel .owl-next {
        opacity:0;transition: opacity .125s ease-in-out;}
      #room-type .owl-carousel:hover .owl-prev,
      #room-type .owl-carousel:hover .owl-next {
        opacity:1;}*/
  /*visible on hover*/

  /*#institution-tile - #DETAIL PAGE*/
  #detail-page #institution .institution-tile {
    width: 535px;
    height: 187px;
    border-radius: 7px;
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 20%);
    background-color: white;
    padding-left: 10px;
    padding-top: 10px;
  }

  #detail-page #institution .institution-tile .tile-title {
    -webkit-font-smoothing: antialiased;
    font-family: sans-serif !important;
    color: #646267 !important;
    font-weight: 600;
    font-size: 15px !important;
    letter-spacing: 1px;
    width: 150px;
    height: 54px;
    padding-top: 15px;
    margin-bottom: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #detail-page #institution .institution-tile .tile-distance-label {
    -webkit-font-smoothing: antialiased;
    font-family: sans-serif !important;
    color:  !important;
    font-weight: 400;
    font-size: 16px;
    font-style: italic;
    letter-spacing: 1px;
  }

  #detail-page #institution .institution-tile .tile-distance-figure {
    -webkit-font-smoothing: antialiased;
    font-family: sans-serif !important;
    color: #646267 !important;
    font-weight: 600;
    font-size: 16px;
  }

  /*institutional carousel - #DETAIL PAGE*/
  #institution .owl-carousel .item {
    display: block;
    border-radius: 3px;
    background-color: #F5F5F5;
    width: 100%;
    height: auto;
    border-radius: 7px;
    cursor: pointer;
    padding: 15px 5px 5px 5px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: thin solid #DDD;
    margin: 0 !important;
  }

  #institution .owl-carousel .item:hover {
    background-color: #F1F1F1;
    border: thin solid #FF8300;
  }

  #institution .owl-carousel .owl-nav {
    overflow: hidden;
    height: 0px;
  }

  #institution .owl-theme .owl-dots .owl-dot.active span,
  #institution .owl-theme .owl-dots .owl-dot:hover span {
    background: #5110e9;
  }

  #institution .owl-carousel .item {
    text-align: center;
  }

  /*#institution .owl-carousel .nav-button {
        height: auto;
        width: auto;
        padding: 5px;
        cursor: pointer;
        position: absolute;
        top: 60px;
      }

      #institution .owl-carousel .owl-prev.disabled,
      #institution .owl-carousel .owl-next.disabled {
        pointer-events: none;
        opacity: 0.25;
      }

      #institution .owl-carousel .owl-prev {
        left: 0px;
      }
  
      #institution .owl-carousel .owl-next {
        right: 0px;
      }*/

  /*#institution .owl-theme .owl-nav [class*=owl-] {
        color: #ffffff;
        font-size: 32px;
        padding-top: 0px;
        background: #FF8300;
        border-radius: 3px;
      }*/

  /*#institution .owl-carousel .prev-carousel:hover {
        background-position: 0px -53px;
      }
  
      #institution .owl-carousel .next-carousel:hover {
        background-position: -24px -53px;
      }*/

  /*visible on hover*/
  /*#institution .owl-carousel .owl-prev,
      #institution .owl-carousel .owl-next {
        opacity:0;transition: opacity .125s ease-in-out;
      }
      #institution .owl-carousel:hover .owl-prev,
      #institution .owl-carousel:hover .owl-next {
        opacity:1;
      }*/
  /*visible on hover*/

  /*tabbed content - #DETAILS PAGE*/
  #detail-page .product-details .content-wrapper #amenities {
    border-radius: 8px;
  }

  /*appointment form - #DETAILS PAGE*/
  .schedule-btn-custom {
    width: 100%;
    letter-spacing: 1px;
  }

  .listing-page .container .button-wrapper .orange-btn {
    font-size: 22px;
    font-weight: 600;
    padding: 15px;
  }

  .listing-page .container .button-wrapper .orange-btn:hover,
  .listing-page .container .button-wrapper .orange-btn:visited {
    background-color: rgb(247, 187, 7);
    -webkit-box-shadow: inset 0px 0px 9px -1px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: inset 0px 0px 9px -1px rgba(0, 0, 0, 0.24);
    box-shadow: inset 0px 0px 9px -1px rgba(0, 0, 0, 0.24);
  }

  .listing-page .container .button-wrapper .orange-btn:active {
    background-color: rgb(247, 187, 7);
    transition: all .1s linear;
    transform: translateY(2px);
    letter-spacing: .1px;
  }

  /*timing-buttons - #DETAILS PAGE*/
  #detail-page .calendar-wrapper .calendar-box .content .time-wrapper .timing-buttons button {
    font-size: 14px;
    border-radius: 100px;
    padding: 6px 6px 6px 6px;
    margin-right: 10px;
    margin-bottom: 18px;
    background: transparent;
    color: rgb(255, 131, 0);
    border: 1px solid rgb(255, 131, 0);
    min-width: 95px;
    width: 30%;
  }

  #detail-page .calendar-wrapper .calendar-box .content .time-wrapper .timing-buttons {
    margin: 0px 0px -24px 0px;
  }

  /*recaptcha - #DETAILS PAGE*/
  #detail-page .g-recaptcha {
    transform: scaleX(1.38);
    -webkit-transform: scaleX(1.38);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }

  /*===================== 
      #RULES AND REGULATION
  =====================*/
  /* ordered list spacing */
  #disclaimer-page ol li {
    margin-bottom: 10px;
  }

  /*====================
        #CONTACT
  ====================*/
  /*#contact-page .g-recaptcha { 
      transform:scaleX(1.38);
      -webkit-transform:scaleX(1.68);
      transform-origin:0 0;
      -webkit-transform-origin:0 0;
    }*/
  #contact-page .rc-anchor-error-message {
    color: #ff0000;
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    padding: 0 10px;
    transform: scaleY(1.2);
  }

  /*custom declarations*/
  .md-orange {
    color: #FF8300 !important;
  }

  .brand-color {
    background-color: #ff883e;
    color: #fff;
  }

  .bg-blue {
    background-color: rgb(29, 96, 147);
  }

  .text-brand {
    color: #ff883e !important;
  }

  .text-blue {
    color: rgb(29, 96, 147);
  }

  .scale-50 {
    transform: scale(.5, .5) !important;
  }

  i.md-icons-2x {
    transform: scale(1.25, 1.25) !important;
  }

  .girl-btn {
    background: rgb(255, 131, 0);
    color: white;
    transition: 0.6s ease;
    box-shadow: 0 0 !important;
    padding: 5px 20px;
    border-radius: 7px;
    font-size: 11px;
  }

  .girl-btn:hover {
    color: white;
  }

  .svg-16 {
    transform: scale(100%, 100%)
  }

  .svg-32 {
    transform: scale(200%, 200%)
  }

  /* Custom style to sticky list group on top */
  .list-group {
    position: sticky;
    top: 15px;
  }

  /*VIRTUAL TOUR*/
  /*#panorama {
      width: 534px!important;
      height: 400px;
      position: relative;
      border: thin solid gainsboro;
      margin: 30px 0px;}*/

  /*carousel*/
  div[name="propListCarousel"].carousel {
    margin: 0px;
    padding: 0px;
  }

  div[name="propListCarousel"].carousel .carousel-inner .carousel-item {
    width: 100%;
    height: 258px;
    max-height: 100%;
    border-radius: 8px 0px 0px 8px;
    transition: transform ease-in-out .3s;
  }

  div[name="propListCarousel"].carousel .carousel-inner .carousel-item.active {}

  div[name="propListCarousel"].carousel .carousel-inner .carousel-item img {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    background-image: url("../images/placeholder.png");
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-origin: border-box;
    background-clip: border-box;
    background-attachment: scroll;
  }

  /*eof carousel*/

  /*====================
          HOVER LINKS CLASSES
    ====================*/
  /*Footer Ul li Links Hover*/
  .footer-ul-links li a {}

  .footer-ul-links li a:hover {
    color: #FF8300 !important;
  }

  .querybtn {
    background: #ef8645;
    color: white !important;
    border-radius: 60px;
    padding: 10px 35px;
    box-shadow: 0 0 !important;
    transition: 0.6s ease;
    outline: none;
    position: relative;
  }

  .querybtn:hover,
  .querybtn:active,
  .querybtn:visited {
    background-color: rgb(247, 187, 7);
    color: white !important;
    border-radius: 60px;
    padding: 10px 35px;
    box-shadow: 0 0 !important;
    transition: 0.1s;
    outline: none;
    position: relative;
  }

  .subscribe-wrapper .orange-btn:hover {
    background-color: rgb(247, 187, 7);
    color: white !important;
  }

  footer .second-footer .subscribe-wrapper input[type="email"]:focus {
    background-color: rgb(250, 245, 245);
  }

  .hover-link-button:hover {
    background-color: rgb(247, 187, 7) !important;
  }

  button.explore-btn {}

  button.explore-btn:hover {
    background-color: white !important;
    color: #134F7D !important;
  }

  .img-cursor {
    display: block;
    position: relative;
    cursor: pointer;
    animation-name: mymove;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
    animation-fill-mode: both;
    animation-play-state: running;
  }

  @keyframes mymove {
    d from {
      top: 0px !important;
    }

    to {
      top: 125px !important;
    }
  }

  #listing-page .result-wrapper .list-wrapper {
    transition-property: all;
    transition-property: transform;
    transition-duration: .1s;
    transition-timing-function: ease-out;
  }

  #listing-page .result-wrapper .list-wrapper:hover {
    transform: scale(1.020);
  }
}

/*END OF @media (min-width: 1200px)*/

.show-mobile {
  display: none !important;
}

.custom-nav.owl-theme .owl-nav [class*=owl-] {
  color: #000;
  font-size: 32px;
  padding: 0px !important;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  position: absolute;
  z-index: 888;
  top: 50%;
  width: 30px;
  height: 70px;
  display: block !important;
  text-align: center !important;
  line-height: 16px !important;
  transform: translateY(-50%);
  margin: 0 !important;
  border: none;
  outline: none;
}

.custom-nav.owl-theme .owl-nav .disabled {
  opacity: .1;
  cursor: default;
}

.custom-nav.owl-theme .owl-nav button:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.custom-nav.owl-carousel .owl-next {
  right: 10px;
}

.custom-nav.owl-carousel .owl-prev {
  left: 10px;
}

.virtual-iframe {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 30px !important;

}

.virtual-iframe iframe {
  width: 100% !important;
  display: block;
  box-sizing: border-box;
  border: rgb(214, 214, 214) 2px solid;
  border-radius: 8px;
  overflow: hidden;
}

.read-more-block a {
  display: block;
}

.read-more-block p {
  margin: 0 !important;
}

.product-details .detail-wrapper a {
  color: rgb(23, 95, 149);
  /* text-decoration: underline; */
}

.boy-btn {
  background: rgb(29, 96, 147);
  color: white;
  transition: 0.6s ease;
  box-shadow: 0 0 !important;
  padding: 5px 20px;
  border-radius: 7px;
  font-size: 11px;
}

.contact-us-txt {
  font-size: 20px !important;
}

.big-txt {
  font-size: 22px !important;
  font-weight: 700 !important;
}

#contact-page .g-recaptcha {
  /*transform:scaleX(1.38);
  -webkit-transform:scaleX(1.68);
  transform-origin:0 0;
  -webkit-transform-origin:0 0;*/
  width: 100%;
  display: block;
  height: auto;
  align-items: center;
}

#contact-page .g-recaptcha>div {
  width: 100% !important;
  display: flex;
  align-items: center;
  height: 68px !important;
  position: relative;
  background-color: #f9f9f9;
  box-sizing: border-box;
  border: #d3d3d3 1px solid;
  overflow: hidden;
  border-left: none;
  border-radius: 0.25rem;
}

/*#contact-page .g-recaptcha > div div{
  width: 100%;
  display: block;
  height: auto;
}*/
#contact-page .g-recaptcha>div iframe {
  width: 100% !important;
  background-color: #f9f9f9;
}

.listing-page .form-wrapper select#locality,
.listing-page .form-wrapper select#coaching {
  min-width: 210px;
}

.about-txt ul {
  margin-left: 0px;
  padding-left: 20px;
}

.owl-theme.nav-middle-owl .owl-nav {
  margin-top: 0px !important;
}

.owl-theme.nav-middle-owl .owl-nav [class*=owl-] {
  color: #ffffff;
  font-size: 32px;
  padding-top: 0px;
  background: #FF8300;
  border-radius: 3px;
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  width: 22px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.owl-theme.nav-middle-owl .owl-nav .owl-prev {
  left: 0px;
}

.owl-theme.nav-middle-owl .owl-nav .owl-next {
  right: 0px;
}

.owl-theme.nav-middle-owl:hover .owl-nav [class*=owl-] {
  opacity: 1;
}

.owl-theme.nav-middle-owl .owl-prev.disabled,
.owl-theme.nav-middle-owl .owl-next.disabled {
  pointer-events: none !important;
  opacity: 0.25 !important;
}

.product-details #food .list p {
  width: 100%;
  display: flex;
  align-items: center;
}

.product-details #food .list p img {
  width: 50px;
  height: 40px;
  display: block;
  float: left;
  object-fit: contain;
  margin-right: 15px;
}

.sec-loop {
  width: 100%;
  display: inline-block;
  margin-bottom: 25px;
}
.instagram-wrapper {
  padding: 0px 0 45px;
}
.custom-title{
  color: #275D8C !important;
}


.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgb(253, 107, 32) !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgb(248, 248, 248) !important;
}

.mCSB_scrollTools {
  width: 12px !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_draggerRail {
  width: 10px !important;
}
#searchresult div.search-box__SearchResultsContainer-sc-1lgxjp5-3 a div.kEgufb span.gfOvuu{
    border-radius: 8px !important;
  }
.property_tag{
  width: 120px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 2px 15px;
  border: #FFF 1px solid;
  font-size: 12px;
  color: #FFF;
  position: absolute;
  z-index: 99;
  left: 10px;
/*  top: 10px;*/
  border-radius: 5px;
  bottom: -10px;
}
.property_tag.available{
  background-color: #32CD32;
/*  color: #000;*/
}
.property_tag.fully_booked{
  background-color: #FF0000;
}
.property_tag.filling_fast{
  background-color: rgb(255, 131, 0);
}
.property_tag.almost_full{
  background-color: #FFFF00;
  color: #000;
}
#product-carousel .property_tag{
  top: auto;
  bottom: -10px;
  left: 15px !important;
}
.postion-relative .property_tag{
  top: auto;
  bottom: 0px;
  left: 15px !important;
}
.postion-relative{
  position: relative;
}
.eapps-instagram-feed-title {
    font-size: 3.3em !important;
    font-weight: 600;
    text-align: center;
    line-height: normal;
    padding: 24px 10px;
}
/*.faq-table{
  max-width: 70%;
}*/
.image-zig-zag{
  display: block;
  padding: 0;
  margin: 0 -5px;
  height: 480px !important;
}
.image-zig-zag > li{
  width: 25%;
  height: auto;
  display: none;
  float: left;
  box-sizing: border-box;
  padding: 0 5px;
}
.image-zig-zag > li:nth-child(1){
  width: 50%;
  height: 100%;
  padding-bottom: 0px;

}
.image-zig-zag > li a{
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background-size: cover;
}
.image-zig-zag > li a img{
  width: 100%;
  height: auto;
  opacity: 0;
}
.image-zig-zag > li:nth-child(1),
.image-zig-zag > li:nth-child(2),
.image-zig-zag > li:nth-child(3),
.image-zig-zag > li:nth-child(4),
.image-zig-zag > li:nth-child(5){
  display: block;
  float: left;
}
.image-zig-zag > li:nth-child(1) a{
  height: 480px !important;
}
.image-zig-zag > li:nth-child(2),
.image-zig-zag > li:nth-child(3),
.image-zig-zag > li:nth-child(4),
.image-zig-zag > li:nth-child(5){
  height: 240px;
  overflow: hidden;
}
.image-zig-zag > li:nth-child(2),
.image-zig-zag > li:nth-child(3){
  padding-bottom: 5px;
}
.image-zig-zag > li:nth-child(4),
.image-zig-zag > li:nth-child(5){
  padding-top: 5px;
}

/*.image-zig-zag > li:nth-child(2) a,
.image-zig-zag > li:nth-child(3) a,
.image-zig-zag > li:nth-child(4) a,
.image-zig-zag > li:nth-child(5) a{
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}*/
/*.image-zig-zag > li:nth-child(2) a img,
.image-zig-zag > li:nth-child(3) a img,
.image-zig-zag > li:nth-child(4) a img,
.image-zig-zag > li:nth-child(5) a img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}*/
#propListPage #searchresult .search-box__SearchResultsContainer-sc-1lgxjp5-3 a div.kEgufb {
    transition: background-color 200ms ease-in-out;
    width: 100%;
    position: relative;
    left: 0px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
#propListPage #searchresult .search-box__SearchResultsContainer-sc-1lgxjp5-3 a{
  width: 100%;
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin: 0px !important;
}
.row-no-gutters{
  width: 100%;
  overflow-x: hidden;
}
.listing-page .result-wrapper .container .list-outer .special-fea,
.listing-page .result-wrapper .container .list-outer .button-wrapper.border-bottom.pb-3.mb-4{
  display: none;
}
.listing-page .result-wrapper .container .list-outer .property_tag{
  top: auto;
  bottom: -10px;
}

html::-webkit-scrollbar {
  width: 10px;
}

html::-webkit-scrollbar-track {
  
  background-color: rgb(248, 248, 248) !important;
}

html::-webkit-scrollbar-thumb {
/*  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);*/
background-color: rgb(253, 107, 32) !important;
border-radius: 16px;
}

.listing-page .list-wrapper .content .property_tag {
    
    position: relative;
    z-index: 99;
    left: auto;
     top: auto; 
    bottom: auto;
}
.show-mobile{
  display: none;
}
@media (max-width: 767px) {
  .show-mobile{
    display: block;
  }
  
  .hide-mobile{
  display: none !important;
}
  .show-mobile {
    display: block !important;
  }
  .property_tag.show-mobile{
    display: flex !important;
  }
  .mobile-text-center{
    text-align: center;
  }
  .custom-title{
    font-size: 26px !important;
  }
  .text-brand{
    font-size: 22px !important;
  }
  .faq-table{
    max-width: 100%;
  }
  .show-desktop {
    display: none !important;
  }

.listing-page .map-icon span{
  font-size: 12px !important;
  white-space: nowrap;
}
.listing-page .form-wrapper select#locality, .listing-page .form-wrapper select#coaching {
    min-width: 100%;
}
.listing-page .list-wrapper{
  overflow: hidden;
}
  .listing-page .form-wrapper select {
    background: url(../images/listing/down.svg) no-repeat;
    background-size: 10px;
    background-position: 97% center;
  }

  .owl-theme.nav-middle-owl .owl-nav [class*=owl-] {
    opacity: 1;
  }

  .mb-5.mob-mb-0 {
    margin-bottom: 0px !important;
  }

  .mb-5.mob-mb-10 {
    margin-bottom: 10px !important;
  }

  .mb-5.mob-mb-15 {
    margin-bottom: 15px !important;
  }
  #searchresult {
    width: 100%;
    height: 100%;
    max-height: 100px;
    font-size: 90%;
    line-height: 1.7;
    position: relative;
    top: -10px;
    background-color: white;
    overflow: hidden;
    overflow-y: scroll;
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }
  .explore-filter .mob-1{
    order: 1 !important;
  }
  .explore-filter .mob-2{
    order: 2 !important;
  }
  .explore-filter .mob-3{
    order: 3 !important;
  }
  .explore-filter .mob-4{
    order: 4 !important;
  }
  .listing-page .form-wrapper .col-auto.mob-mapshow{
    flex: 0 0 41.66667% !important;
    max-width: 41.66667% !important;
  }
  /*.listing-page .form-wrapper .col-auto.mob-mapshow a.d-flex {
    display: flex !important;
    flex-wrap: wrap;
  }
  .listing-page .form-wrapper .col-auto.mob-mapshow a.d-flex > span {
    width: 100%;
    display: inline-block;
    margin-right: 0px;
  }*/
  /*.price-wrapper.d-flex.align-items-center.justify-content-between{
    align-items: flex-start !important;
  }*/
  .listing-page .container .list-wrapper h5 {
      font-size: 16px;
      height: auto !important;
      text-overflow: ellipsis;
  }
  .listing-page .list-wrapper .orange-btn, .listing-page .list-wrapper .blue-btn {
    padding: 5px 18px;
    font-size: 14px;
  }
  
}

