.flx-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flx-row .blog-wrap.wiD3 {
  margin-bottom: 60px;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 767px) {
  .flx-row .blog-wrap.wiD3 {
    margin-bottom: 15px;
  }
}

.flx-row .blog-wrap:hover {
  background: #f2f2f2;
}

.hvrLink {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
}

/* zoom + blur effect */
.hover01 {
  cursor: pointer;
}

.hover01 img {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.hover01:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}

/* button style css */
/* 26-07-19 */
.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.drag-text {
  background: #e6e6e6;
  padding-left: 50px;
  border: none;
  width: 100%;
  height: 100%;
}

.image-upload-wrap {
  position: relative;
  margin-top: 10px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: inline-block;
}

.attachment-icn {
  background-image: url(../images/icons/attachment.png);
  background-position: 15px center;
  background-repeat: no-repeat;
}

.list-wrap {
  position: relative;
}

.list-wrap .listImg {
  position: relative;
}

.grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  position: relative;
  z-index: 1;
}

.grid-ItemBx5 {
  grid-gap: 15px;
  -ms-grid-columns: repeat(7, 1fr);
  grid-template-columns: repeat(7, 1fr);
}

.htlSec01 .closeActBtn {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  right: 0;
  z-index: 1;
  background: #000000;
  cursor: pointer;
}

.htlSec01 .closeActBtn:after, .htlSec01 .closeActBtn:before {
  width: 100%;
  height: 1px;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  position: absolute;
  content: "";
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background: #ffffff;
}

.htlSec01 .closeActBtn:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.htlSec01 .listImg:before {
  padding-top: 70%;
  content: '';
  display: block;
}

.htlSec01 .listImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.htlSec01 .frmBx-inline {
  margin: 70px 0;
}

.htlSec01 .frmBx-inline .frm-cntrlBtn {
  border: 1px solid #666666;
  border-radius: calc(30px * 2);
  background: transparent;
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.htlSec01 .frmBx-inline .frm-cntrlBtn:hover {
  background: #000000;
  color: #ffffff;
}

.htlSec01 .frmBx-inline .frm-cntrl {
  background: transparent;
  border: 1px solid #000000;
  color: #000000;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
}

/* reset default css */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  overflow-x: hidde;
  font-size: 10px;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #000;
  text-decoration: none;
}

.clearfix, .row {
  position: relative;
}

.clearfix:after, .row:after {
  content: "";
  clear: both;
  display: table;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

input {
  opacity: 5;
}

input::-webkit-input-placeholder {
  color: #000000;
}

input::-moz-placeholder {
  color: #000000;
}

input:-ms-input-placeholder {
  color: #000000;
}

input:-moz-placeholder {
  color: #000000;
}

textarea {
  opacity: 5;
}

textarea::-webkit-input-placeholder {
  color: #000000;
}

textarea::-moz-placeholder {
  color: #000000;
}

textarea:-ms-input-placeholder {
  color: #000000;
}

textarea:-moz-placeholder {
  color: #000000;
}

body {
  -webkit-transition: all .5s;
  transition: all .5s;
  position: relative;
  overflow-y: scroll;
  background: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

input, textarea, select, button, p, a, li, h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

p {
  color: #484848;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

p:last-child {
  margin-bottom: 0px;
}

.container {
  width: 95%;
  max-width: 1140px;
  margin: 0 auto;
  -webkit-transition: all .5s;
  transition: all .5s;
  font-size: 12px;
}

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

.tb {
  display: table;
  height: 100%;
  width: 100%;
}

.tb .tb-mid {
  display: table-cell;
  vertical-align: middle;
}

main, footer {
  background: #ffffff;
  position: relative;
}

.deals .title {
  margin-bottom: 45px;
}

.title {
  position: relative;
  margin-bottom: 35px !important;
  z-index: 1;
}

@media (max-width: 767px) {
  .title {
    margin-bottom: 15px !important;
  }
}

.title h1, .title h2, .title h3, .title h4, .title h5, .title h6 {
  font-size: 30px;
  color: #000000;
  text-align: center;
  text-transform: capitalize;
  line-height: 1.2;
  font-weight: 600;
}

@media (max-width: 767px) {
  .title h1, .title h2, .title h3, .title h4, .title h5, .title h6 {
    font-size: 20px;
  }
}

.prdDete-sec .prdView-wrapper .prdDet-head .title > h2 + p,
.prdDete-sec .prdView-wrapper .prdDet-head .title > h1 + h2,
.prdDete-sec .prdView-wrapper .prdDet-head .title > h2 + h3,
.prdDete-sec .prdView-wrapper .prdDet-head .title > h1 + p {
  font-size: 14px;
  color: #5f5f5f;
  margin-top: 10px;
  font-weight: 500;
  text-align: left;
}

@media (max-width: 767px) {
  .prdDete-sec .prdView-wrapper .prdDet-head .title > h2 + p,
  .prdDete-sec .prdView-wrapper .prdDet-head .title > h1 + h2,
  .prdDete-sec .prdView-wrapper .prdDet-head .title > h2 + h3,
  .prdDete-sec .prdView-wrapper .prdDet-head .title > h1 + p {
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  .prdDete-sec {
    font-size: 12px;
    margin-top: 0px !important;
  }
}

.title.center {
  text-align: center;
  text-align-line-height: 24px;
  text-align-font-weight: 500;
}

.title.center + p {
  text-align: center;
}

.title.center + p a {
  text-align: justify;
  line-height: 24px;
  font-weight: 500;
  font-size: 16px;
  color: #FFC107;
}

@media (max-width: 767px) {
  .title.center + p {
    text-align: justify;
    line-height: 24px;
    font-weight: 500;
  }
}

h2.big, h1.big {
  text-transform: uppercase;
  position: relative;
  margin-bottom: 15px;
}

.host-circle {
  display: inline-block;
  position: relative;
}

.host-circle:after {
  position: absolute;
  content: '';
  width: 25px;
  height: 25px;
  background: #febe30;
  border-radius: 50%;
  top: 4px;
  right: 37px;
}

@media (max-width: 767px) {
  .host-circle:after {
    width: 17px;
    height: 17px;
    right: 24px;
  }
}

.img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
}

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.img-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: contain;
}

strong {
  font-weight: 600;
}

strong * {
  font-weight: 600;
}

button, input[type="button"] {
  cursor: pointer;
}

.center {
  text-align: center;
}

.closeNav {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 2;
  display: none;
}

@media (max-width: 767px) {
  .closeNav {
    display: block;
  }
}

.closeNav:after, .closeNav:before {
  width: 100%;
  height: 1px;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  position: absolute;
  content: "";
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  background: #000000;
}

.closeNav:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.offerBx {
  position: absolute;
  background: #47a104;
  padding: 0 12px;
  color: #ffffff;
  text-align: center;
  left: 0;
  top: 0;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  font-weight: 500;
}

/* reset default css end */
/* header */
header {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 9;
  background: transparent;
  -webkit-transition: all .5s;
  transition: all .5s;
}

header .mob-Hder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  header .mob-Hder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

header .mob-Hder {
  width: 100%;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .5s;
  transition: all .5s;
  display: none;
  background: #ffffff;
}

@media (max-width: 767px) {
  header .mob-Hder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

header .mob-Hder > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: .85em;
}

header .mob-Hder .whatapp {
  background: #4f8c0e;
  color: #ffffff;
}

header .navActBx:not(:last-child) {
  margin-right: 30px;
}

header .navActBx {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  height: 30px;
  position: relative;
}

@media (max-width: 767px) {
  header .navActBx {
    display: none;
  }
}

@media (max-width: 767px) {
  header .navActBx:last-child {
    display: block;
  }
}

header .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .logo-wrapper {
  line-height: 0px;
  width: 200px;
  padding: 10px 0px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  header .logo-wrapper {
    width: 165px;
  }
}

header .logo-wrapper .logo-wrap {
  display: block;
  width: 100%;
  line-height: 0;
  margin: 5px 0;
}

@media (max-width: 767px) {
  header .logo-wrapper .logo-wrap {
    margin: 0px 0;
  }
}

header .logo-wrapper .logo-wrap img {
  width: 100%;
  height: auto;
  line-height: 0;
}

header .head-act-wrapper {
  width: calc(100% - 265px);
}

@media (max-width: 767px) {
  header .head-act-wrapper {
    width: calc(100% - 165px);
  }
}

header .head-act-wrap {
  float: right;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .head-act-wrap .navBar {
  width: 39px;
  cursor: pointer;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

header .head-act-wrap .navBar span {
  width: 100%;
  height: 2px;
  background: #ffffff;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
}

header .head-act-wrap .navBar .middle {
  width: 90%;
}

header .head-act-wrap .navBar .bottom {
  width: 80%;
}

header .navActHref {
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
  display: inline-block;
}

header .headEnq-btn {
  height: 100%;
  background: transparent;
  border: none;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
  padding: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 767px) {
  header .headEnq-btn {
    width: 100%;
    height: 100%;
    background: #ffcc00;
    border: none;
    padding: 0 10px;
    text-transform: capitalize;
    color: #000000;
  }
}

.headerDown {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.headerDown .navActBx, .headerDown .navActHref, .headerDown .headEnq-btn {
  color: #000000;
}

.headerDown .head-act-wrap .navBar-wrap .navBar span {
  background: #000000;
}

.headerDown .logo-wrapper {
  width: 220px;
}

@media (max-width: 767px) {
  .headerDown .logo-wrapper {
    width: 140px;
  }
}

.headerDown .head-act-wrapper {
  width: calc(100% - 220px);
}

@media (max-width: 767px) {
  .headerDown .head-act-wrapper {
    width: calc(100% - 140px);
  }
}

/* end */
.responsive-bannerImg {
  margin-top: 70px;
}

@media (max-width: 767px) {
  .responsive-bannerImg {
    margin: 0;
  }
}

/* search section css */
.search-wrapper {
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 200px;
}

@media (max-width: 767px) {
  .search-wrapper {
    position: relative;
    margin-top: 0;
    padding: 90px 0 50px 0;
  }
  .search-wrapper:before {
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    position: absolute;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.28)), to(rgba(0, 0, 0, 0.83)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.83) 100%);
    z-index: 1;
  }
  .search-wrapper:after {
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    position: absolute;
    content: "";
    background: url(../images/banner/1.jpg) center no-repeat;
    background-size: cover;
  }
}

.search-inn {
  background: rgba(0, 0, 0, 0.6);
  position: relative;
  border-radius: 10px;
  padding: 15px 20px 35px;
  z-index: 8;
  max-width: 600px;
  text-align: left;
}

@media (max-width: 767px) {
  .search-inn {
    padding: 15px 20px 0px;
    background: none;
  }
}

.search-inn * {
  color: #fff;
}

.s_tab {
  float: left;
  width: 100%;
  margin: 15px 0px 0;
}

.s_tab ul li {
  display: inline;
}

.s_tab ul li a {
  cursor: pointer;
  text-decoration: none;
  padding: 5px;
  color: #fff;
  color: #bdbdbb;
  margin-right: 60px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .s_tab ul li a {
    margin-right: 5px;
    font-size: 12px;
  }
}

.s_tab ul li a:hover {
  color: #fff;
}

.s_tab ul li a.active {
  color: #febe30;
}

.search-inn h3, .search-inn h1 {
  font-size: 31px;
  color: #fff;
  margin: 15px 0px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .search-inn h3, .search-inn h1 {
    font-size: 32px;
    margin: 15px 0px;
    font-weight: 600;
    text-transform: none;
  }
}

.row1 {
  float: left;
  width: 100%;
  margin-top: 15px;
}

.wiD2 {
  width: calc((100% - (15px * 1)) / 2);
  float: left;
  position: relative;
}

@media (max-width: 767px) {
  .wiD2 {
    width: 100%;
  }
}

.wiD2:not(:nth-child(2n)) {
  margin-right: 15px;
}

@media (max-width: 767px) {
  .wiD2:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.formtxt {
  width: 100%;
  padding: 6px 12px;
  padding-right: 30px;
  border-radius: 20px;
  border: 2px solid #fff;
  outline: none;
  height: 33px;
  line-height: 33px;
  color: #000000;
}

.location-icon {
  background: #fff url(../images/l_icon2.png) right no-repeat;
  background-position: calc(100% - 10px) center;
}

.calendar-icon {
  background: #fff url(../images/icons/cl1.png) right no-repeat;
  background-position: calc(100% - 10px) center;
}

.fromdrop {
  position: absolute;
  width: 95%;
  top: 54px;
  left: 8px;
  background: #fff;
  -webkit-box-shadow: 0 0 1px 1px #ccc;
  box-shadow: 0 0 1px 1px #ccc;
  z-index: 9999;
  display: none;
}

.dr1 {
  float: left;
  width: 100%;
  color: #000;
  background: #fff;
  background-position: 5% 40%;
  padding-left: 20px;
  font-size: 13px;
  font-weight: 500;
  height: 33px;
  line-height: 33px;
}

.date1 {
  float: left;
  width: 47%;
  margin-right: 15px;
  position: relative;
}

.date1.icn img {
  width: 24px;
  position: absolute;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: auto;
  z-index: 1;
  margin-top: 12px;
  right: 10px;
}

.dateformat {
  float: left;
  width: 100%;
  height: 33px;
  position: relative;
  border-radius: 20px;
  border: 2px solid #fff;
  outline: none;
  background: #fff url(../images/cl1.png) right no-repeat;
  background-position: 96% 40%;
}

.sDay {
  color: #000;
  float: left;
  margin-left: 15px;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 12px;
}

.sDate {
  color: #000;
  float: left;
  margin-top: 3px;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 500;
}

.sMonth {
  color: #000;
  float: left;
  width: 25px;
  margin-left: 10px;
  margin-top: -1px;
  text-align: center;
  line-height: 14px;
  font-size: 12px;
}

.departure {
  width: 100%;
  left: 0;
  height: 32px;
  border-radius: 20px;
  border: 2px solid #fff;
  outline: none;
  padding: 0 15px;
  padding-right: 35px;
}

.child {
  margin-right: 0;
}

.roomdrop {
  float: left;
  width: 310px;
  -webkit-box-shadow: 0 0 1px 1px #ccc;
  background: #fff;
  display: none;
  top: 70px;
  box-shadow: 0 0 1px 1px #ccc;
  padding: 10px;
  position: absolute;
  z-index: 99999;
}

.roomdrop * {
  color: #000;
}

.roomdrop .room-wrapper {
  counter-reset: section;
}

.roomdrop .room-wrapper h2::after {
  counter-increment: section;
  content: counter(section);
}

.roomaro {
  float: right;
  margin-right: 20px;
  margin-top: -20px;
}

.srchFilter-Bx .roomdrop {
  top: 40px;
}

.srchFilter-Bx .roomaro {
  float: left;
}

.room_col1 {
  float: left;
  width: calc(100%/2);
  margin-bottom: 15px;
}

.adulth1 {
  float: left;
  width: 100%;
  font-size: 15px;
  margin-bottom: 2px;
}

.adulth2 {
  float: left;
  width: 100%;
  font-size: 12px;
  margin-bottom: 5px;
}

.buttongroup {
  float: left;
  width: 100%;
}

.buttongroup input {
  border: 1px solid #ccc;
  border-left: none;
  background: #fff;
  width: 30px;
  margin: 0;
  padding: 5px;
  float: left;
  text-align: center;
  outline: none;
}

.buttongroup input:first-child {
  border-left: 1px solid #ccc;
}

.buttongroup input:not(:last-child) {
  border-right: 1px solid #ccc;
}

.removeroom {
  float: left;
  width: 100%;
  padding-left: 10px;
}

.removeroom a {
  font-size: 14px;
  color: #2676bd;
  text-decoration: none;
  font-weight: 500;
}

.doneroom {
  float: left;
  width: 100%;
  text-align: center;
}

.doneroom input {
  padding: 6px 32px;
  font-size: 16px;
  background: #ffcc00;
  color: #000;
  border-radius: 20px;
  border: none;
  margin-top: 10px;
  cursor: pointer;
  outline: none;
  font-weight: bold;
  text-transform: uppercase;
}

.searchb {
  float: left;
  margin-top: 20px;
  width: 100%;
}

.searchb1 {
  outline: none;
  background: #ffcc00;
  color: #000000;
  padding: 0px 30px;
  border: none;
  border-radius: 20px;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
  height: 35px;
  line-height: 35px;
}

.searchb1:hover {
  background: #febe30;
}

.adultdrop {
  position: absolute;
  width: 95%;
  top: 54px;
  left: 8px;
  background: #fff;
  -webkit-box-shadow: 0 0 1px 1px #ccc;
  box-shadow: 0 0 1px 1px #ccc;
  z-index: 9999;
  display: none;
}

.adult1 {
  float: left;
  width: 100%;
  padding: 6px;
  color: #000;
  background-position: 5% 40%;
  font-size: 13px;
}

.adult1:hover {
  background: #ffeb9c;
}

.ad_left {
  float: left;
}

.ad_left img {
  float: left;
  margin-right: 10px;
}

.ad_right {
  float: right;
}

.minus {
  float: left;
  width: 25px;
  background: #e7e7e7;
  border: 1px solid #ccc;
  font-size: 16px;
  color: #073e57;
  font-weight: bold;
  cursor: pointer;
}

.count {
  width: 25px;
  padding: 2px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  border: none;
  color: #073e57;
  font-weight: bold;
  background: none;
}

.plus {
  float: right;
  width: 25px;
  background: #e7e7e7;
  border: 1px solid #ccc;
  font-size: 16px;
  cursor: pointer;
  color: #073e57;
  font-weight: bold;
}

.done {
  float: left;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}

.done a {
  padding: 2px 20px;
  background: #ffcc00;
  color: #000;
  border-radius: 20px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500px;
  font-size: 14px;
}

.tab-content-wrap.active {
  display: block;
}

.tab-content-wrap {
  float: left;
  width: 100%;
  display: none;
}

.radio {
  float: left;
  width: 100%;
  margin-top: 15px;
}

.radio1 {
  float: left;
  border-radius: 20px;
  background: #6a6a6a;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.oneway {
  float: left;
  padding: 0 10px;
  cursor: pointer;
  border-radius: 20px;
  background: #6a6a6a;
  color: #fff;
  height: 33px;
  line-height: 33px;
}

.oneway.active {
  background: #febe30;
  color: #000;
}

.oneway label {
  cursor: pointer;
  display: block;
}

.r1 {
  background: #000;
}

input[type="radio"] {
  background-color: #fff;
  cursor: pointer;
  display: inline-block;
  height: 12px;
  position: relative;
  width: 12px;
  border-radius: 50%;
  -webkit-appearance: none;
  outline: none;
}

.selectclass1, .adult {
  width: 100%;
  padding: 6px 12px;
  border-radius: 20px;
  border: 2px solid #fff;
  outline: none;
  background: #fff url(../images/arodown.png) right no-repeat;
  background-position: 96% 40%;
  height: 32px;
  line-height: 32px;
}

.selectclass {
  position: absolute;
  width: 100%;
  top: 54px;
  right: 0px;
  background: #fff;
  -webkit-box-shadow: 0 0 1px 1px #ccc;
  box-shadow: 0 0 1px 1px #ccc;
  z-index: 9999;
  display: none;
}

.class1 {
  float: left;
  width: 100%;
  padding: 6px;
  color: #000;
  background: #fff;
  background-position: 5% 40%;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 500;
}

.class1:hover {
  background: #fef2c1 url(../images/radio.png) left no-repeat;
  background-position: 5% 40%;
  cursor: pointer;
}

.dr1:hover {
  background: #fef2c1;
  background-position: 5% 40%;
  cursor: pointer;
}

.r1:checked::before {
  content: "";
  display: block;
  position: relative;
  top: 3px;
  left: 3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
}

.dr2 {
  float: left;
  width: 100%;
  padding: 6px;
  color: #000;
  background: #fff;
  background-position: 5% 40%;
  padding-left: 20px;
}

.dr2:hover {
  background: #fef2c1;
  background-position: 5% 40%;
  cursor: pointer;
}

/* end */
/* footer css */
footer {
  padding: 60px 0 35px;
  padding: 70px 0 0;
  position: relative;
  text-align: center;
  background: #000000 url(../images/footer.jpg);
}

@media (max-width: 767px) {
  footer {
    padding-top: 30px;
  }
}

footer .ftr-Vdo {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
}

footer .ftr-Vdo::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

footer .ftr-Vdo video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 860px) {
  footer .ftr-Vdo video {
    -o-object-fit: none;
       object-fit: none;
  }
}

footer .row {
  z-index: 1;
}

.footer1 {
  text-align: center;
  background: #ebebeb;
  padding-top: 6px;
  padding-bottom: 6px;
}

.f_logo {
  margin-bottom: 25px;
  line-height: 0;
}

@media (max-width: 767px) {
  .f_logo {
    margin-bottom: 15px;
  }
}

.f_logo > img {
  max-width: 265px;
  line-height: 0;
  height: auto;
}

@media (max-width: 767px) {
  .f_logo > img {
    max-width: 200px;
  }
}

.ftBar {
  float: left;
  width: 100%;
  background: #000000;
  text-align: center;
  color: #fff;
  position: relative;
  font-size: 12px;
  padding: 10px;
}

.ftBar .cpyRyt {
  text-align: center;
}

.ftBar .cpyRyt p {
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  position: relative;
  margin: 0;
}

.ftBar .cpyRyt p > a {
  width: 25px;
  position: absolute;
  right: 0px;
  top: 50%;
  line-height: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ftBar .cpyRyt p:last-child {
  padding-right: 30px;
}

.callb {
  text-align: center;
  color: #fff;
}

.callb > * {
  font-size: 33px;
}

@media (max-width: 767px) {
  .callb > * {
    font-size: 25px;
  }
}

.callb a {
  color: #ffffff;
}

.btnQrysf {
  position: absolute;
  right: 0;
  bottom: 0px;
  cursor: pointer;
  z-index: 1;
  -webkit-animation: moveLeft 0.6s linear infinite alternate;
  animation: moveLeft 0.6s linear infinite alternate;
}

@media (max-width: 767px) {
  .btnQrysf {
    display: none;
  }
}

.btnQrysf img {
  max-width: 200px;
}

.time {
  font-size: 13px;
}

.navb {
  margin: 30px 0 10px 0;
}

.navb ul li {
  display: inline;
  padding: 0px 5px;
  border-right: 1px solid #fff;
}

.navb ul li a {
  color: #fff;
  font-size: 13px;
}

.navb ul li.last {
  border: none;
}

.navb ul li.imp1 {
  border: none;
  padding: 0;
}

/* end */
/* index tabing */
.tabs {
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .tabs {
    margin-bottom: 20px;
  }
}

.tabs ul li {
  display: inline;
  padding: 8px 25px;
  text-decoration: none;
  margin-right: 50px;
  cursor: pointer;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
  border-bottom: 4px solid #fff;
}

@media (max-width: 767px) {
  .tabs ul li {
    display: inline-block;
    margin-right: 0;
    padding: 5px;
    font-size: 14px;
  }
}

.tabs ul li:hover {
  border-bottom: 4px solid #ffcc00;
  border-radius: inherit;
}

.tabs ul li.active {
  border-bottom: 4px solid #ffcc00;
  border-radius: inherit;
}

.tab-content.currentActive {
  height: auto;
  position: relative;
  top: 0px;
  z-index: 1;
  visibility: visible;
  opacity: 1;
}

.tab-content {
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 10px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100%;
  left: 0;
}

/* end */
/* Tarun code css */
.bestoffer, .h-choiceSec, .deals, .subscribe {
  padding: 70px 0;
}

@media (max-width: 767px) {
  .bestoffer, .h-choiceSec, .deals, .subscribe {
    padding: 30px 0;
  }
}

.h-choiceSec {
  background: #fbc132;
  position: relative;
}

.h-choiceSec:after {
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  content: "";
  background: url(../images/banner/h-choiceSec-bg.png) center no-repeat;
  opacity: .25;
  background-size: cover;
}

.subscribe {
  padding: 40px 0;
  background: #ededed;
}

@media (max-width: 767px) {
  .subscribe {
    padding: 30px 0 0 0;
  }
}

/* choice-wrapper */
.choice-wrapper {
  z-index: 1;
  position: relative;
}

.wiD3 {
  width: calc((100% - (30px * 2)) / 3);
  float: left;
}

@media (max-width: 767px) {
  .wiD3 {
    width: 100%;
  }
}

.wiD3:not(:nth-child(3n)) {
  margin-right: 30px;
}

@media (max-width: 767px) {
  .wiD3:not(:nth-child(3n)) {
    margin-right: 0px;
  }
}

.subscribe .wiD3 {
  padding: 0 30px;
}

@media (max-width: 767px) {
  .subscribe .wiD3 {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .choice-wrap.wiD3 {
    margin-bottom: 30px;
  }
}

.choice-wrap > .choice-icn {
  margin-bottom: 22px;
  height: 105px;
}

@media (max-width: 767px) {
  .choice-wrap > .choice-icn {
    height: 65px;
    margin-bottom: 12px;
  }
}

.subscribe .choice-wrap > .choice-icn {
  height: 40px;
}

.choice-icn > img {
  height: 100%;
  width: auto;
  margin: 0 auto;
  display: block;
}

.catBx {
  position: relative;
}

.catBx-href {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.catImg {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.catImg:before {
  content: '';
  display: block;
  padding-top: 110%;
}

@media (max-width: 767px) {
  .catImg:before {
    padding-top: 80%;
  }
}

.catImg.mrBot {
  margin-bottom: 0;
}

.catImg.mrBot:after {
  width: 100%;
  height: 100%;
  top: auto;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.35)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
}

.bestDealSlide .catImg:before {
  content: '';
  display: block;
  padding-top: 70%;
}

.catImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.catBx .catDet {
  width: 100%;
  line-height: 1;
  z-index: 2;
}

@media (max-width: 767px) {
  .catBx .catDet {
    text-align: center;
  }
}

.catBx .catDet.ovLay {
  position: absolute;
  bottom: 0;
  color: #fff;
  bottom: 30px;
  text-align: center;
}

.detcatSlide .catBx > .catDet {
  position: absolute;
  bottom: 0;
  color: #fff;
  bottom: 30px;
  text-align: center;
}

.detcatSlide .catImg {
  margin-bottom: 0px;
}

.detcatSlide .catImg:after {
  width: 100%;
  height: 100%;
  top: auto;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.prdName, .choice-title {
  margin-bottom: 6px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: capitalize;
  padding: 0 10px;
  font-size: 18px;
}

@media (max-width: 767px) {
  .prdName, .choice-title {
    font-size: 16px;
  }
}

.catDet.ovLay .prdName {
  font-weight: 400;
  font-size: 25px;
}

.prdPrice, .choice-text, .prdLabel, .prdDeg {
  font-size: 14px;
  line-height: 1.4;
  padding: 0 10px;
  font-weight: 500;
  color: #000000;
}

.catDet .prdPrice {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
}

.prdRateing > .strBxtxt {
  font-size: 12px;
  line-height: 1.2;
  padding: 0 5px;
  font-weight: 500;
}

.bestDealSlide .catImg {
  border-radius: 5px;
}

.subscribe .choice-text {
  color: #484848;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 13px;
}

.tollfree {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #222222;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 1024px) {
  .tollfree {
    font-size: 18px;
  }
}

.choiceAct-wrap {
  margin: 10px 0;
}

.comnActBtn {
  width: auto;
  height: 35px;
  line-height: 35px;
  font-weight: 600;
  border: 1px solid #000000;
  color: #000000;
  background: transparent;
  -webkit-transition: all .5s;
  transition: all .5s;
  border-radius: calc(34px * 2);
  text-align: center;
  display: inline-block;
  cursor: pointer;
  margin: 0 auto;
  padding: 0 0px;
  text-transform: capitalize;
}

.comnActBtn a {
  padding: 8px 10px;
  display: block;
}

/* newsLtr-wrap */
.newsLtr-wrap {
  display: inline-block;
  width: 100%;
}

.newsLtr-wrap .newsLtr-inpt {
  width: 100%;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  border: 1px solid #bfbfbf;
  background: #fff;
  border-radius: 50px;
}

@media (max-width: 767px) {
  .newsLtr-wrap .newsLtr-inpt {
    padding: 0px 30px;
  }
}

@media (max-width: 1024px) {
  .newsLtr-wrap .newsLtr-inpt {
    text-align: center;
  }
}

.newsLtr-wrap .newsLtr-btnBx {
  height: 25px;
  line-height: 25px;
  padding: 0 15px;
  background: #febe30;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50px;
  right: 5px;
  font-weight: 600;
  font-size: 14px;
}

@media (max-width: 1024px) {
  .newsLtr-wrap .newsLtr-btnBx {
    position: relative;
    top: 0;
    right: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    display: inline-block;
    margin-top: 10px;
  }
}

.newsLtr-wrap .newsLtr-btnBx .newsLtr-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  margin: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}

/* end */
/* commSlide */
.commSlide {
  padding: 0 50px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .commSlide {
    padding: 0 30px;
  }
}

.commSlide .owl-nav [class*=owl-] {
  width: 30px;
  height: 30px;
  background: transparent;
  margin: 0px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .6;
  padding: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.commSlide .owl-nav [class*=owl-] img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

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

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

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

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
}

.bestDealSlide .owl-nav [class*=owl-] {
  top: 25% !important;
}

/* end */
/*  banner-wrapper */
.banner-wrapper {
  height: auto;
  overflow: hidden;
  position: relative;
  padding: 0;
}

@media (max-width: 767px) {
  .banner-wrapper {
    display: none;
  }
}

.banner-wrapper .h-bannerSlider {
  width: 100%;
  height: 100%;
}

.banner-wrapper .h-bannerSlider [class*=owl-stage] {
  width: 100%;
  height: 100%;
}

.banner-wrapper .h-bannerSlider .bannerItem {
  width: 100%;
  height: 100%;
}

.banner-wrapper .h-bannerSlider .bannerItem .bannerImg {
  width: 100%;
  height: 100%;
}

.banner-wrapper .h-bannerSlider .bannerItem .bannerImg:after {
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.banner-wrapper .h-bannerSlider [class*=owl-stage] [class*=owl-] {
  height: 100%;
}

.banner-wrapper .bannerSlider .bannerItem .bannerImg .hlpBx-href {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 2;
}

/* end */
/* innBnaerSec */
@media (max-width: 991px) {
  .headEmail-wrap.navActBx {
    display: none;
  }
}

.innBnaerWrapper {
  height: 330px;
  position: relative;
}

.innBnaerWrapper .HtlTtleSecLst {
  position: absolute;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  top: 50%;
  z-index: 1;
  width: 100%;
  text-align: center;
}

@media (max-width: 991px) {
  .innBnaerWrapper .HtlTtleSecLst {
    top: 20%;
  }
}

@media (max-width: 1024px) {
  .innBnaerWrapper .HtlTtleSecLst {
    top: 40%;
  }
}

@media (max-width: 767px) {
  .innBnaerWrapper .HtlTtleSecLst {
    top: auto;
    -webkit-transform: none;
            transform: none;
    bottom: 42px;
  }
}

.innBnaerWrapper .HtlTtleSecLst h1 {
  font-size: 28px;
  color: #fff;
  font-weight: 600;
}

@media (max-width: 767px) {
  .innBnaerWrapper .HtlTtleSecLst h1 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .innBnaerWrapper {
    height: 180px;
  }
}

.innBnaerWrapper:after {
  width: 100%;
  height: 70%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.innBnaerImage {
  position: relative;
  line-height: 0;
  height: 100%;
}

.innerBaner-cntnt.active .srchFilter-wrapper {
  right: 0;
}

.innerBaner-cntnt {
  position: absolute;
  bottom: 117px;
  width: 100%;
  z-index: 1;
}

@media (max-width: 991px) {
  .innerBaner-cntnt {
    bottom: 75px;
  }
}

@media (max-width: 767px) {
  .innerBaner-cntnt {
    position: relative;
    z-index: 12;
  }
}

/* end */
/*  brdCrm-wrapper */
.brdCrm-wrapper {
  margin: 12px 0;
}

@media (max-width: 767px) {
  .brdCrm-wrapper {
    margin: 12px 0 0px;
  }
}

.brdCrm-wrapper .brdCrm-list {
  margin-right: 12px;
  float: left;
  padding-right: 12px;
  position: relative;
}

@media (max-width: 767px) {
  .brdCrm-wrapper .brdCrm-list:last-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 27%;
    margin-right: 6px;
  }
}

.brdCrm-wrapper .brdCrm-list .brdCrm-href {
  display: block;
  color: #949494;
  font-size: 12px;
}

.brdCrm-wrapper .brdCrm-list:after {
  width: 6px;
  height: 6px;
  top: 50%;
  right: 0px;
  bottom: auto;
  left: auto;
  position: absolute;
  content: "";
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  border-right: 1px solid #8a8a8a;
  border-bottom: 1px solid #8a8a8a;
}

.brdCrm-wrapper .brdCrm-list:last-child::after {
  display: none;
}

.brdCrm-wrapper .brdCrm-list:last-child .brdCrm-href {
  color: #565656;
  font-weight: 500;
}

@media (max-width: 767px) {
  .brdCrm-wrapper .brdCrm-list:last-child .brdCrm-href {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.brdCrm-wrapper.mrBot-55 {
  margin-bottom: 55px;
}

@media (max-width: 767px) {
  .brdCrm-wrapper.mrBot-55 {
    margin-bottom: 35px;
  }
}

/* end */
/*  frmBx-inline */
fieldset.wiD3 {
  width: calc((100% - (15px * 2)) / 3);
  float: left;
}

fieldset.wiD3:not(:last-child) {
  margin-right: 15px;
}

fieldset.wiD3 label {
  float: left;
  width: 100%;
  color: #e2e0de;
  margin-bottom: 5px;
  padding-left: 5px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

fieldset {
  position: relative;
  margin-bottom: 15px;
}

fieldset .frm-lbl {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 100%;
}

@media (max-width: 767px) {
  fieldset .frm-lbl {
    display: block;
  }
}

fieldset .frm-lbl .lblTxt {
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 767px) {
  fieldset .frm-lbl .lblTxt {
    font-size: 12px;
    margin-bottom: 6px;
    display: block;
  }
}

.frmBx-inline fieldset.wiD4 {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 0;
}

@media (max-width: 1240px) {
  .frmBx-inline fieldset.wiD4 {
    display: block;
    float: left;
    width: calc(50% - 20px);
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .frmBx-inline fieldset.wiD4 {
    width: 100%;
    margin-right: 0;
  }
}

.frmBx-inline fieldset {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .frmBx-inline fieldset {
    width: 100%;
    margin-right: 0;
  }
}

.frmBx-inline fieldset:last-child {
  margin-right: 0;
  float: right;
}

.frmBx-inline.dotted .frm-lbl {
  border-bottom: 1px dotted #fff;
}

@media (max-width: 767px) {
  .frmBx-inline.dotted .frm-lbl {
    border-bottom: 1px dotted #000000;
  }
}

.frm-cntrl {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  background: #ffffff;
  border: none;
  color: #ffffff;
  font-size: 14px;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .frm-cntrl {
    height: 20px;
    line-height: 20px;
    color: #000000;
  }
}

.srchFilter-Bx .frm-cntrl {
  background: red;
}

.srchFilter-Bx .frm-cntrl::-webkit-input-placeholder {
  color: #ffffff;
}

.srchFilter-Bx .frm-cntrl::-moz-placeholder {
  color: #ffffff;
}

.srchFilter-Bx .frm-cntrl:-ms-input-placeholder {
  color: #ffffff;
}

.srchFilter-Bx .frm-cntrl:-moz-placeholder {
  color: #ffffff;
}

.formtxt.frm-cntrl, .selectclass1.frm-cntrl {
  width: 100%;
  padding: 6px 12px;
  border-radius: 20px;
  border: 2px solid #fff;
  outline: none;
  background: #fff;
  color: #000000;
  background-position: 97% 40%;
  height: 33px;
  line-height: 33px;
}

.frmBx .frm-grp .strip textarea.frm-cntrl {
  height: 73px;
  line-height: 1.2;
  resize: none;
  padding: 15px;
}

.strip img {
  position: absolute;
  right: 8px;
  top: 5px;
  z-index: 1;
}

.nrmQryFrm fieldset textarea.frm-cntrl {
  height: 67px;
  line-height: 1.2;
  resize: none;
  padding: 0;
}

.srchFilter-Bx .frm-cntrl {
  width: 110px;
  background: transparent;
}

@media (max-width: 1240px) {
  .srchFilter-Bx .frm-cntrl {
    width: auto;
  }
}

@media (max-width: 767px) {
  .srchFilter-Bx .frm-cntrl {
    width: 100%;
  }
}

.srchFilter-Bx fieldset:last-child .frm-cntrl {
  width: 210px;
}

@media (max-width: 1240px) {
  .srchFilter-Bx fieldset:last-child .frm-cntrl {
    width: auto;
  }
}

@media (max-width: 767px) {
  .srchFilter-Bx fieldset:last-child .frm-cntrl {
    width: 100%;
  }
}

.dropDownFilter {
  display: none;
  position: absolute;
  width: 100%;
  background: #ffffff;
  left: 0;
  top: 60px;
  -webkit-box-shadow: 0 0 1px 1px #ccc;
  box-shadow: 0 0 1px 1px #ccc;
  z-index: 8;
}

.dropDownFilter.active {
  display: block;
}

.dropDownFilter > li {
  color: #000;
  background: #fff;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dropDownFilter > li:not(:last-child) {
  margin-bottom: 5px;
}

.dropDownFilter > li:hover {
  background: #fef2c1;
}

.date1 > .dropDownFilter {
  top: 50px;
  left: 10px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.slctBx {
  cursor: pointer;
}

/* end */
/* form strip*/
/* end */
/* hotel-list page */
.srchFilterBtn {
  width: 100%;
  height: 46px;
  line-height: 46px;
  float: left;
  padding: 0 10px;
  border: 1px solid #febe30;
  border-radius: 92px;
  text-align: center;
  background: #febe30;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}

@media (max-width: 767px) {
  .srchFilterBtn {
    height: 32px;
    line-height: 32px;
  }
}

.srchFilterBtn:hover {
  border: 1px solid #ffffff;
  background: #ffffff;
}

.srchFilter-wrapper {
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 767px) {
  .srchFilter-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    background: #fff;
    left: auto;
    right: -100%;
    width: 100%;
    padding: 80px 15px;
    z-index: 12;
    overflow: auto;
  }
}

.srchFilter-wrapper .srchFilter-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .srchFilter-wrapper .srchFilter-inner {
    display: block;
  }
}

.srchFilter-wrapper .srchFilter-inner .srchFilter-Bx {
  position: relative;
  z-index: 1;
  padding: 10px 10px;
  color: #febe30;
  width: calc(100% - 103px);
  float: left;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .srchFilter-wrapper .srchFilter-inner .srchFilter-Bx {
    height: auto;
    width: 100%;
    padding: 0;
    color: #000000;
  }
}

.srchFilter-wrapper .srchFilter-inner .srchFilter-Bx:after {
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 25px;
  content: "";
  position: absolute;
  top: 0;
  opacity: .72;
  border: 1px solid #fff;
  left: 0;
}

@media (max-width: 767px) {
  .srchFilter-wrapper .srchFilter-inner .srchFilter-Bx:after {
    display: none;
  }
}

.srchFilter-wrapper .srchFilter-inner .srchFilter-Bx .frmBx-inline {
  z-index: 1;
  position: relative;
}

.srchFilter-wrapper .srchFilter-inner .srchFilter-ActBtn {
  width: 130px;
  float: left;
}

@media (max-width: 767px) {
  .srchFilter-wrapper .srchFilter-inner .srchFilter-ActBtn {
    width: 100%;
  }
}

.product-wrapper {
  margin: 26px 0 95px;
}

@media (max-width: 767px) {
  .product-wrapper {
    margin: 10px 0 50px;
  }
}

.rangeMtr {
  margin: 20px 0;
}

.rangeMtr span {
  width: 75px;
  line-height: 20px;
  color: #000000;
  text-align: center;
  font-size: 14px;
  border-radius: 50px;
  padding: 4px 0;
  font-weight: 600;
}

.rangeMtr #minVal {
  float: left;
}

.rangeMtr #maxVal {
  float: right;
}

.filterBtn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.filterBtn-wrapper .filterBtn {
  float: left;
  height: 32px;
  border: 1px solid #dedede;
  line-height: 32px;
  text-align: left;
  padding: 0 12px;
  display: none;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .filterBtn-wrapper .filterBtn {
    display: block;
  }
}

.filterBtn-wrapper .filterBtn.ylwBtn {
  background: #febe30;
  display: none;
}

.f-w.active {
  left: 0;
}

.f-w {
  float: left;
  width: 250px;
  border: 1px solid #d6d6d6;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .f-w {
    position: fixed !important;
    top: 0 !important;
    background: #ffffff;
    z-index: 12;
    left: -100%;
    width: 100% !important;
    height: 100vh !important;
    overflow-x: scroll;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 99999999;
  }
}

.f-w > .title {
  position: relative;
  margin-bottom: 0;
}

.f-head {
  background: #febe30;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
}

.f-i-w:not(:last-child) {
  margin-bottom: 5px;
}

.f-b-h {
  padding: 5px 15px;
  text-transform: capitalize;
  position: relative;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  cursor: pointer;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}

.f-b-h::after {
  width: 9px;
  height: 9px;
  top: 50%;
  right: 15px;
  bottom: auto;
  left: auto;
  position: absolute;
  content: "";
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  border-left: 1px solid #666666;
  border-bottom: 1px solid #666666;
  margin-top: -2px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.f-b-h.active::after {
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  margin-top: 2px;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.f-b-l {
  padding: 20px;
  padding-bottom: 0;
}

.f-b-l-w {
  position: relative;
  max-height: 215px;
  overflow: hidden;
}

.f-chkBx {
  margin-bottom: 10px;
  position: relative;
}

.lbl-chkBx {
  width: 100%;
  position: relative;
  padding-left: 25px;
  padding-right: 10px;
  line-height: 22px;
  font-size: 13px;
  text-transform: capitalize;
  cursor: pointer;
  display: block;
  font-weight: 500;
  color: #565656;
}

.lbl-chkBx > .inptChk {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #d6d6d6;
  left: 0;
  top: 2px;
  margin: 0;
  visibility: hidden;
  opacity: 0;
}

.lblIcn {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  left: 0;
  top: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.lblIcn::after {
  width: 9px;
  height: 3px;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  position: absolute;
  content: "";
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
  margin-top: -1px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.lbl-chkBx > .inptChk:checked + .lblIcn,
.lbl-chkBx > .inptChk.checkmark-a2 + .lblIcn {
  background: #febe30;
  border: 1px solid #febe30;
}

.lbl-chkBx > .inptChk:checked + .lblIcn::after,
.lbl-chkBx > .inptChk.checkmark-a2 + .lblIcn::after {
  border-left: 2px solid #000000;
  border-bottom: 2px solid #000000;
}

.preDet-wrap {
  width: calc(100% - 250px);
  float: left;
  padding-left: 30px;
}

@media (max-width: 767px) {
  .preDet-wrap {
    width: 100%;
    padding: 0;
  }
}

.preDet-wrap .prdDet-box {
  border: 1px solid #d6d6d6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .preDet-wrap .prdDet-box {
    display: block;
  }
}

.preDet-wrap .prdDet-box:not(:last-child) {
  margin-bottom: 28px;
}

.preDet-wrap .prdDet-box .prd-img {
  width: 297px;
  position: relative;
  line-height: 0;
  height: 100%;
}

@media (max-width: 1024px) {
  .preDet-wrap .prdDet-box .prd-img {
    width: 100%;
    max-height: 300px;
    overflow: hidden;
  }
}

.preDet-wrap .prdDet-box .prd-det {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px;
}

@media (max-width: 1024px) {
  .preDet-wrap .prdDet-box .prd-det {
    display: block;
  }
}

.preDet-wrap .prdDet-box .prd-det .prd-brif {
  padding: 0 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 1024px) {
  .preDet-wrap .prdDet-box .prd-det .prd-brif {
    padding: 0;
  }
}

.preDet-wrap .prdDet-box .prd-det .prd-brif > * {
  margin-bottom: 10px;
  padding: 0;
}

.preDet-wrap .prdDet-box .prd-det .prd-brif .strList {
  line-height: 0;
  position: relative;
}

.preDet-wrap .prdDet-box .prd-det .prd-brif .prdName {
  margin-bottom: 5px;
}

.preDet-wrap .prdDet-box .prd-det .prd-brif .prdName h2 {
  font-size: 14px;
  font-weight: 600;
}

.preDet-wrap .prdDet-box .prd-det .prd-brif .prdtxt {
  color: #565656;
  font-size: 12px;
  font-weight: 500;
}

.preDet-wrap .prdDet-box .prd-det .prd-brif .prdtxt h3 {
  font-weight: 500;
  font-size: 12px;
  color: #565656;
}

.preDet-wrap .prdDet-box .prd-det .prd-actBtn-wrap {
  width: 45%;
  text-align: right;
}

@media (max-width: 1024px) {
  .preDet-wrap .prdDet-box .prd-det .prd-actBtn-wrap {
    width: 100%;
    text-align: left;
    margin-top: 20px;
  }
}

.prdDt-rateBx > .strList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.strList > .strBx {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/icons/star.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.strBx:not(:last-child) {
  margin-right: 1px;
}

.prdActBtn {
  height: 30px;
  border-radius: 4px;
  line-height: 30px;
  padding: 0 15px;
  border: 1px solid transparent;
  color: #000000;
  font-size: 12px;
  background: transparent;
  text-transform: uppercase;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
  font-weight: 600;
  display: inline-block;
}

.prdActBtn.friendly {
  font-size: 12px;
  text-transform: capitalize;
  cursor: inherit;
  height: 26px;
  line-height: 26px;
  font-weight: 500;
  background: #fc0;
}

.prdActBtn.friendly a {
  font-weight: bold;
}

.social-icn > img {
  margin-right: 8px;
  cursor: pointer;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  width: 10%;
  opacity: 0.5;
}

@media (max-width: 767px) {
  .social-icn > img {
    width: 20px;
  }
}

.prdRateing .strBx {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 8px;
  border-radius: 5px;
  background: transparent;
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  border: 1px solid #d6d6d6;
  position: relative;
}

.strBx > img {
  margin-right: 5px;
}

.prdRateing {
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.prdRateing + .prdPrice {
  margin-top: 39px;
}

@media (max-width: 1024px) {
  .prdRateing + .prdPrice {
    margin: 0;
    float: right;
  }
}

.prdRateing a {
  padding: 10px;
  font-size: 18px;
  color: #a0a0a0;
}

.prdRateing a:hover {
  color: #000;
}

.prdPrice + .prdAct-wrap {
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .prdPrice + .prdAct-wrap {
    text-align: right;
  }
}

.prdPrice .salePrice {
  font-size: 20px;
  font-weight: 600;
  margin-left: 15px;
}

.prdPrice .cutPrice {
  color: #7a7a7a;
  margin-top: 5px;
  text-decoration: line-through;
  font-size: 15px;
}

.prdActBtn.yellow {
  background: #febe30;
}

.prdActBtn.yellow:hover {
  border: 1px solid #000000;
  background: #ffffff;
}

#tooltip {
  text-align: center;
  color: #fff;
  background: #47a104;
  position: absolute;
  z-index: 8;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 5px;
  -webkit-transition: 100ms ease;
  transition: 100ms ease;
}

#tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #47a104;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
}

/* end */
/* hotel details */
.prdDete-sec {
  margin: 25px 0 35px 0;
}

.prdDete-sec .prdView-wrapper .prdDet-head {
  width: calc(100% - 350px);
  float: left;
}

@media (max-width: 767px) {
  .prdDete-sec .prdView-wrapper .prdDet-head {
    width: 100%;
    float: none;
  }
}

.prdDete-sec .prdView-wrapper .prdDet-head .title h2, .prdDete-sec .prdView-wrapper .prdDet-head .title h1 {
  text-align: left;
  font-size: 24px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .prdDete-sec .prdView-wrapper .prdDet-head .title h2, .prdDete-sec .prdView-wrapper .prdDet-head .title h1 {
    font-size: 18px;
  }
}

.prdDete-sec .prdView-wrapper .prdDet-headRyt {
  width: 350px;
  float: right;
  text-align: right;
}

@media (max-width: 767px) {
  .prdDete-sec .prdView-wrapper .prdDet-headRyt {
    width: 100%;
    float: none;
    text-align: left;
    margin-bottom: 15px;
  }
}

.prdDete-sec .prdView-wrapper .prdDet-headRyt .prdAct-wrap .prdActBtn:not(:last-child) {
  margin-right: 10px;
}

.prdDete-sec .prdFl-detl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .prdDete-sec .prdFl-detl {
    display: block;
    margin-top: 15px;
  }
}

.prdDete-sec .prdFl-detl .prdViewImgBox {
  width: calc(100% - 350px);
  height: 490px;
}

@media (max-width: 767px) {
  .prdDete-sec .prdFl-detl .prdViewImgBox {
    width: 100%;
    height: auto;
  }
}

.prdDete-sec .prdFl-detl .bookingWrapper.mrTop {
  margin-top: 0;
}

.prdDete-sec .prdFl-detl .bkgPrice.mrBtm25 {
  margin-bottom: 25px;
}

.prdDete-sec .prdFl-detl .bookingWrapper {
  border: 1px solid #e1e1e1;
  padding: 30px 25px;
  width: 350px;
  margin-top: 0px;
}

@media (max-width: 767px) {
  .prdDete-sec .prdFl-detl .bookingWrapper {
    width: 100%;
    padding: 15px;
  }
}

.prdDete-sec .prdFl-detl .bookingWrapper .bkgPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 38px;
}

@media (max-width: 767px) {
  .prdDete-sec .prdFl-detl .bookingWrapper .bkgPrice {
    margin-bottom: 10px;
  }
}

.prdDete-sec .prdFl-detl .bookingWrapper .bkgPrice .salePrice {
  font-size: 30px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .prdDete-sec .prdFl-detl .bookingWrapper .bkgPrice .salePrice {
    font-size: 20px;
  }
}

.prdDete-sec .prdFl-detl .bookingWrapper .bkgPrice .prdPrice-r {
  margin-left: 15px;
}

.prdDete-sec .prdFl-detl .bookingWrapper .bkgPrice .prdPrice-r .cutPrice {
  color: #7a7a7a;
  text-decoration: line-through;
  font-size: 15px;
  line-height: 1;
}

.frmBx .frm-grp {
  margin-bottom: 9px;
}

.frmBx .frm-grp fieldset {
  width: calc((100% - 15px) / 2);
  position: relative;
  float: left;
}

@media (max-width: 767px) {
  .frmBx .frm-grp fieldset {
    marign-bottom: 5px !important;
  }
}

.frmBx .frm-grp fieldset:not(:last-child) {
  margin-right: 15px;
}

.frmBx .frm-grp .strip .frm-cntrl {
  border: 1px solid #bfbfbf;
  height: 37px;
  line-height: 37px;
  border-radius: 5px;
  color: #000000;
  position: relative;
}

.frmBx .frm-grp .wiD100 {
  width: 100%;
}

.frmBx .frm-grp .wiD50 {
  width: 50%;
}

.frmBx fieldset.icn .frm-cntrl {
  padding-left: 40px;
}

.icn img {
  width: 24px;
  position: absolute;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 12px;
  z-index: 1;
}

.drpdwn:after {
  width: 6px;
  height: 6px;
  top: 50%;
  right: 10px;
  bottom: auto;
  left: auto;
  position: absolute;
  content: "";
  border-right: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  margin-top: -2px;
}

.prdViewSlider {
  width: 100%;
  height: 100%;
  padding-right: 50px;
}

@media (max-width: 1240px) {
  .prdViewSlider {
    padding: 0 30px;
  }
}

.prdViewSlider [class*=owl-stage] {
  width: 100%;
  height: 100%;
}

.prdViewSlider [class*=owl-stage] [class*=owl-] {
  height: 100%;
}

.prdViewSlider .prd-img-slide {
  height: 100%;
}

.prdViewSlider .owl-nav [class*=owl-] {
  width: 30px;
  height: 30px;
  background: transparent;
  margin: 0px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .6;
  padding: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.prdViewSlider .owl-nav [class*=owl-] img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.prdViewSlider .owl-nav .owl-prev {
  left: -30px;
}

@media (max-width: 1240px) {
  .prdViewSlider .owl-nav .owl-prev {
    left: 0;
  }
}

.prdViewSlider .owl-nav .owl-next {
  right: 15px;
}

@media (max-width: 1240px) {
  .prdViewSlider .owl-nav .owl-next {
    right: 0;
  }
}

.tabBtn-wrap {
  margin-bottom: 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 79px;
  z-index: 10;
}

@media (max-width: 767px) {
  .tabBtn-wrap {
    top: 80px;
  }
}

.grayBg {
  background: #ebebeb;
}

.tabBtn-wrap {
  margin-bottom: 30px;
}

.tabBtn-inn ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.tab-btn {
  background: none;
  display: inline-block;
  padding: 8px 15px;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  position: relative;
}

@media (max-width: 767px) {
  .tab-btn {
    font-size: 14px;
  }
}

.tab-btn.current {
  background: #febe30;
}

.tab-btn.current:after {
  position: absolute;
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.tabDtl-inn .row > * {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 24px;
  color: #4a4a4a;
  text-align: justify;
}

.tabDtl-inn .main-title {
  font-weight: 600;
  color: #000;
}

.hotel-amenities {
  padding-top: 25px;
}

@media (max-width: 767px) {
  .hotel-amenities {
    padding-top: 30px;
  }
}

.hotel-amenities .title {
  margin-bottom: 35px;
}

.amenitiesSlide {
  width: calc(100% - 100px);
  margin: 0 auto;
  border: 1px solid #ebebeb;
  border-right: 0px solid #ebebeb;
  height: 115px;
}

.amenitiesSlide [class*=owl-stage] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.amenitiesSlide .choice-wrap {
  height: 100%;
  padding: 20px 12px;
  border-right: 1px solid #ebebeb;
}

.amenitiesSlide .choice-icn {
  height: auto;
  margin-bottom: 11px;
}

.amenitiesSlide .choice-icn > img {
  width: auto;
}

.amenitiesSlide .choice-text {
  font-size: 10px;
  color: #666666;
  text-align: center;
  text-transform: capitalize;
}

.amenitiesSlide .owl-nav [class*=owl-] {
  width: 30px;
  height: 30px;
  background: transparent;
  margin: 0px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .6;
  padding: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.amenitiesSlide .owl-nav [class*=owl-] img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.amenitiesSlide .owl-nav .owl-prev {
  left: -50px;
}

.amenitiesSlide .owl-nav .owl-next {
  right: -50px;
}

.mapSec {
  padding-top: 25px;
}

@media (max-width: 767px) {
  .mapSec {
    padding-top: 30px;
  }
}

.cnt-mapBx {
  height: 380px;
  position: relative;
  width: 100%;
  float: left;
  z-index: 1;
}

.cnt-mapBx .cntInnBx {
  background: #ffffff;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
}

.cnt-mapBx .cntInnBx #map {
  width: 100%;
  height: 100%;
}

.reviewSec {
  padding-top: 25px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .reviewSec {
    padding-top: 20px;
  }
}

.reviewSec .title-deg {
  text-align: center;
  font-weight: 500;
}

.prdDt-rateWrapper {
  width: calc(100% - 345px);
  float: left;
  padding-right: 90px;
}

@media (max-width: 767px) {
  .prdDt-rateWrapper {
    width: 100%;
    padding: 0;
  }
}

.prdDt-rateBx:not(:last-child) {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

@media (max-width: 767px) {
  .prdDt-rateBx:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}

.str-rating {
  margin-left: 10px;
  font-size: 12px;
  font-weight: 600;
}

.prdDt-rateBx .strList .strBx {
  display: inline-block;
  width: 21px;
  height: 21px;
  background-image: url(../images/icons/star.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.prdDt-rateBx .prdDt-cmnt {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #797878;
}

.prdDt-rateBx .prdDt-cmnt-user {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
}

.prdDt-cmnt-user {
  font-weight: 600;
}

.reviewfrm {
  background: #febe30;
  width: 345px;
  float: left;
  padding: 32px 25px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .reviewfrm {
    width: 100%;
    padding: 15px;
  }
}

.frm-head {
  margin-bottom: 20px;
}

.frm-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 22px;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .frm-title {
    margin-bottom: 15px;
  }
}

.reviewfrm .strList {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .reviewfrm .strList {
    margin-bottom: 15px;
  }
}

.reviewfrm .strBx {
  width: 21px;
  height: 21px;
  background-image: url(../images/icons/strIcn.png);
}

@media (max-width: 767px) {
  .reviewfrm .strBx {
    width: 15px;
    height: 15px;
  }
}

.reviewfrm .strBx.sinStr {
  background-image: url(../images/icons/strIcn-w.png);
}

.reviewfrm fieldset:not(:last-child) {
  margin-bottom: 15px;
}

.reviewfrm .frm-cntrl {
  height: 44px;
  line-height: 44px;
}

@media (max-width: 767px) {
  .reviewfrm .frm-cntrl {
    height: 34px;
    line-height: 34px;
  }
}

.reviewfrm textarea.frm-cntrl {
  height: 140px;
  line-height: 1.2;
  resize: none;
  padding: 15px;
}

@media (max-width: 767px) {
  .reviewfrm textarea.frm-cntrl {
    height: 80px;
  }
}

.frm-cntrlBtn-round {
  width: 120px;
  height: 37px;
  font-size: 14px;
  color: #000000;
  background: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  border-radius: calc(50px * 2);
  line-height: 37px;
  position: relative;
  display: block;
  -webkit-transition: all .5s;
  transition: all .5s;
  text-align: center;
  cursor: pointer;
}

.moreHotel-slideSec {
  padding: 25px 0 60px 0px;
}

@media (max-width: 767px) {
  .moreHotel-slideSec {
    padding: 30px 0;
  }
}

/* end */
/* experiences-list pase css */
.adPnl_Bx {
  margin-top: 20px;
}

.adPnl_Bx .addRow:not(:last-child) {
  margin-bottom: 10px;
}

.adPnl_Bx .addIcn {
  width: 12px;
  float: left;
}

.adPnl_Bx .addIcn img {
  width: 100%;
  height: auto;
}

.adPnl_Bx .addDet {
  width: calc(100% - 20px);
  padding-left: 10px;
  float: left;
}

.adPnl_Bx .addDet .addText p, .adPnl_Bx .addDet .addText h3 {
  font-size: 13px;
  color: #7a7a7a;
  font-weight: 500;
}

.dash-list {
  width: calc(100% - 20px);
}

.dash-list li {
  font-size: 14px;
  position: relative;
  left: 20px;
}

.dash-list li:after {
  position: absolute;
  content: "-";
  width: 5px;
  height: 5px;
  left: -15px;
  top: 0;
}

/* end */
/* faq page css */
.faqSec {
  margin-bottom: 140px;
}

@media (max-width: 991px) {
  .faqSec {
    margin-bottom: 40px;
  }
}

.faqSec .infoDetSec {
  width: calc(100% - 351px);
  float: left;
  padding-right: 110px;
}

@media (max-width: 991px) {
  .faqSec .infoDetSec {
    width: calc(100% - 250px);
    padding: 50px;
  }
}

@media (max-width: 767px) {
  .faqSec .infoDetSec {
    width: 100%;
    float: none;
    padding: 0;
  }
}

.faqSec .infoDetSec .faqWrap:not(:last-child) {
  margin-bottom: 35px;
}

.faqSec .infoDetSec .faqWrap {
  padding-left: 40px;
}

.faqSec .infoDetSec .faqWrap .faqTitle {
  font-weight: 600;
  color: #484848;
  position: relative;
  line-height: 30px;
  cursor: pointer;
}

.faqSec .infoDetSec .faqWrap .faqTitle span {
  width: 25px;
  height: 25px;
  background: transparent;
  border-radius: 50%;
  left: -40px;
  position: absolute;
}

.faqSec .infoDetSec .faqWrap .faqTitle span:before, .faqSec .infoDetSec .faqWrap .faqTitle span:after {
  width: 12px;
  height: 2px;
  left: 50%;
  top: 50%;
  position: absolute;
  content: "";
  background: #000;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.faqSec .infoDetSec .faqWrap .faqTitle span:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.faqSec .infoDetSec .faqWrap .faqBdy {
  margin-top: 15px;
}

.faqSec .infoDetSec .faqWrap .faqBdy > p {
  font-size: 14px;
  color: #484848;
}

.faqSec .infoDetSec .faqWrap.faqOpen .faqTitle span {
  background: #febe30;
}

.faqSec .infoDetSec .faqWrap.faqOpen .faqTitle span:before {
  opacity: 0;
}

.faqSec .faqRytCnt-wrapper {
  float: left;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.faqSec .faqRytCnt-wrapper .faq-bigIcn {
  width: 350px;
  height: 351px;
  border: 1px solid;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991px) {
  .faqSec .faqRytCnt-wrapper .faq-bigIcn {
    width: 250px;
    height: 251px;
  }
}

@media (max-width: 767px) {
  .faqSec .faqRytCnt-wrapper .faq-bigIcn {
    display: none;
  }
}

/* end */
/* contact page css */
.addrsBx-wrapper.inline-flex {
  text-align: center;
}

.addrsBx-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .addrsBx-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.addrsBx-wrap .addrsBx:not(:last-child) {
  margin-right: 30px;
}

@media (max-width: 767px) {
  .addrsBx-wrap .addrsBx:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.addrsBx-wrap .addrsBxIcn {
  width: 25px;
  height: 25px;
  float: left;
}

@media (max-width: 767px) {
  .addrsBx-wrap .addrsBxIcn {
    width: 18px;
    height: 18px;
  }
}

.addrsBx-wrap .addrsBxIcn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.addrsBx-wrap .addrsBxTxt {
  float: left;
  padding-left: 10px;
}

.addrsBx-wrap .addrsBxTxt a {
  font-size: 16px;
  color: #666;
  font-weight: 500;
}

.ckAddrsBx-list {
  margin: 50px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .ckAddrsBx-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 50px 0 20px;
  }
}

.ckAddrsBx-list .bkChkBx-inn {
  padding: 25px;
  border: 2px solid transparent;
  border-radius: 15px;
  position: relative;
}

@media (max-width: 767px) {
  .ckAddrsBx-list .bkChkBx-inn {
    padding: 8px;
    border-radius: 10px;
  }
}

.ckAddrsBx-list .bkChkBx-inn:after {
  position: absolute;
  content: "";
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ckAddrsBx-list .bkChkBx-inn .addrsBxIcn {
  width: 120px;
  margin: 0 auto;
  position: relative;
  height: auto;
}

@media (max-width: 767px) {
  .ckAddrsBx-list .bkChkBx-inn .addrsBxIcn {
    width: 70px;
  }
}

.ckAddrsBx-list .bkChkBx-inn .addrsBxIcn:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.ckAddrsBx-list .bkChkBx-inn .addrsBxIcn img {
  position: absolute;
  top: 0;
  left: 0;
}

.ckAddrsBx-list .bkChkBx-inn .addrsBx-title {
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .ckAddrsBx-list .bkChkBx-inn .addrsBx-title {
    font-size: 12px;
  }
}

.ckAddrsBx-list .addrsBx:not(:last-child) {
  margin-right: 90px;
}

@media (max-width: 767px) {
  .ckAddrsBx-list .addrsBx:not(:last-child) {
    margin-right: 10px;
  }
}

.ckAddrsBx-list .bkChkBx {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
  margin: 0;
}

.ckAddrsBx-list .bkChkBx:checked + .bkChkBx-inn {
  border: 2px solid;
}

.ckAddrsBx-list .bkChkBx:checked + .bkChkBx-inn:after {
  border-top: 10px solid #000000;
}

.CntMap {
  position: relative;
  margin-top: -135px;
}

@media (max-width: 767px) {
  .CntMap {
    margin-top: 30px;
  }
}

.CntMap, .CntMap #map {
  height: 100vh;
}

@media (max-width: 767px) {
  .CntMap, .CntMap #map {
    height: 30vh;
  }
}

.nrmQryFrm {
  background: #febe30;
  width: 95%;
  max-width: 601px;
  height: 587px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 95px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .nrmQryFrm {
    padding: 15px;
    height: auto;
    border-radius: 0;
  }
}

.nrmQryFrm .frm-head, .nrmQryFrm .frm-body {
  width: 100%;
}

.nrmQryFrm .frm-title {
  font-size: 30px;
  text-align: center;
  text-transform: none;
}

@media (max-width: 767px) {
  .nrmQryFrm .frm-title {
    font-size: 20px;
  }
}

.nrmQryFrm fieldset {
  position: relative;
  margin-bottom: 0;
}

.nrmQryFrm fieldset .frm-cntrlBtn-round {
  width: 150px;
  height: 35px;
  line-height: 35px;
  color: #ffffff;
  background: #000;
  margin: 0 auto;
  font-weight: 500;
}

.nrmQryFrm fieldset .frm-cntrl {
  height: 30px;
  line-height: 30px;
  background: transparent;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding: 0;
  color: #000000;
}

.nrmQryFrm fieldset label {
  color: #000000;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.nrmQryFrm fieldset .frm-cntrl:focus ~ .label-wrap, .nrmQryFrm fieldset .frm-cntrl ~ .hasVal {
  top: -20px;
}

.nrmQryFrm fieldset:not(:last-child) {
  margin-bottom: 26px;
}

/* end */
/* career pase css */
.serBrif-bx {
  position: relative;
}

.serBrif-bx .serBrif-circle {
  width: 430px;
  position: absolute;
  left: -200px;
  background: #febe30;
  border-radius: 50%;
  top: 50px;
}

@media (max-width: 1024px) {
  .serBrif-bx .serBrif-circle {
    width: 380px;
    opacity: .6;
  }
}

@media (max-width: 767px) {
  .serBrif-bx .serBrif-circle {
    display: none;
  }
}

.serBrif-bx .serBrif-circle:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.serBrif-bx .serBrif-light {
  position: absolute;
  right: 0;
  top: -84px;
}

@media (max-width: 767px) {
  .serBrif-bx .serBrif-light {
    display: none;
  }
}

@media (max-width: 1024px) {
  .serBrif-bx .serBrif-light img {
    width: 150px;
  }
}

.serBrif-text {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 200px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1240px) {
  .serBrif-text {
    max-width: 500px;
  }
}

@media (max-width: 767px) {
  .serBrif-text {
    margin-bottom: 40px;
  }
}

.serBrif-text p {
  color: #484848;
  font-size: 14px;
}

/* end */
/* aboutpase css */
.abtSec-choiceSec {
  margin: 70px 0 70px 0;
}

@media (max-width: 767px) {
  .abtSec-choiceSec {
    margin: 50px 0 0;
  }
}

.abtSec-choiceSec .choice-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .abtSec-choiceSec .choice-wrapper {
    display: block;
  }
}

.abtSec-choiceSec .choice-wrapper .choice-wrap {
  border: 1px solid;
  border-radius: 10px;
  padding: 48px 32px;
}

@media (max-width: 767px) {
  .abtSec-choiceSec .choice-wrapper .choice-wrap {
    padding: 15px;
  }
}

.abtSec-choiceSec .choice-wrapper .choice-icn, .abtSec-choiceSec .choice-wrapper .choice-title {
  margin-bottom: 16px;
  font-size: 17px;
  text-align: center;
}

.abtSec-choiceSec .choice-wrapper .choice-icn {
  height: 85px;
}

.abtSec-choiceSec .choice-wrapper .choice-text {
  padding: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.visionSec {
  padding: 80px;
  position: relative;
}

@media (max-width: 767px) {
  .visionSec {
    padding: 15px;
  }
}

.visionSec:after {
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  content: "";
  background: url(../images/banner/vision-misson-Bg.png) center no-repeat;
  background-size: cover;
}

.visionSec .vision-popup {
  position: relative;
  z-index: 1;
  width: 447px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .visionSec .vision-popup {
    width: 100%;
    border-radius: 0;
    text-align: justify;
  }
}

.visionSec .vision-popup:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.visionSec .vision-popup .vision-inn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 91%;
}

@media (max-width: 767px) {
  .visionSec .vision-popup .vision-inn {
    font-weight: 500;
  }
}

@media (max-width: 767px) {
  .visionSec .vision-popup .vision-inn {
    text-align: justify;
  }
}

.visionSec .vision-popup .vision-inn .title {
  margin-bottom: 17px;
}

.abtLdrSec {
  position: relative;
  padding: 75px 0 300px 0;
}

@media (max-width: 767px) {
  .abtLdrSec {
    padding: 30px 0;
  }
}

.abtLdrSec:after {
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  content: "";
  background: url(../images/banner/ldrSlider-Banner.jpg) center no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .abtLdrSec:after {
    background: none;
  }
}

.ldrSlider {
  max-width: 670px;
  margin: 0 auto;
}

.ldrSlider .ldrBx {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

.ldrSlider .ldrImg {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 25px;
}

.ldrSlider .ldrInfo > div:first-child {
  margin-bottom: 40px;
}

.ldrSlider .ldrInfo .ldrName {
  font-weight: 600;
  font-size: 14px;
}

.ldrSlider .ldrInfo .ldrtxt {
  font-size: 12px;
  font-weight: 500;
}

/* end */
.popUp.active {
  display: block;
  z-index: 11;
}

.popUp.active .popUpBack {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.popUp.active .popUpInnBx {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.popUp {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -11;
}

.popUp .popUpBack {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.popUp .popUpInnBx {
  position: absolute;
  padding: 40px 60px;
  background: transparent;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
          transform: translate(-50%, -50%) scale(0.9);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transition-delay: .09s;
          transition-delay: .09s;
}

@media (max-width: 767px) {
  .popUp .popUpInnBx {
    padding: 50px 0px;
    height: 100vh;
    overflow: auto;
  }
}

.popUp .popCls {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}

.popUp .popCls .popClsTxt {
  font-size: 14px;
  font-weight: 500;
  float: left;
  padding-right: 12px;
  color: #fff;
}

.popUp .popCls .popClsIcn {
  float: left;
  position: relative;
  width: 20px;
  height: 20px;
}

.popUp .popCls .popClsIcn span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ffffff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  overflow: hidden;
}

.popUp .popCls .popClsIcn span:after {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background: #000000;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.popUp .popCls .popClsIcn span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

/* faq pase css */
.f0f-sec {
  min-height: 400px;
  padding: 0px 0;
}

.f0f-sec .thnk-msg {
  max-width: 700px;
  margin: 0 auto;
}

.f0f-sec .thnk-msg .thnk-text-main {
  font-size: 40px;
  text-align: center;
  display: block;
  font-weight: 700;
  margin-bottom: 15px;
}

.f0f-sec .thnk-msg .thnk-text {
  font-size: 16px;
  text-align: center;
  display: block;
  font-weight: 500;
  color: #3c3c3c;
  line-height: 30px;
  margin-bottom: 25px;
}

.f0f-sec .thnk-msg .f0f-face {
  width: 180px;
  border-top: 1px solid #3c3c3c;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  display: block;
  border-radius: 50%;
  height: 80px;
  position: relative;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
  margin: 0 auto;
  margin-top: 25px;
  position: relative;
}

.f0f-sec .thnk-msg .f0f-face::before {
  position: absolute;
  content: "";
  top: -10px;
  left: 25px;
  bottom: auto;
  right: auto;
  height: 10px;
  width: 10px;
  background: #3c3c3c;
  border-radius: 50%;
}

.f0f-sec .thnk-msg .f0f-face::after {
  position: absolute;
  content: "";
  top: -10px;
  left: auto;
  bottom: auto;
  right: 25px;
  height: 10px;
  width: 10px;
  background: #3c3c3c;
  border-radius: 50%;
}

.f0f-sec .thnk-msg .f0f-bkHm {
  width: 150px;
  height: 30px;
  line-height: 30px;
  border: none;
  border-radius: 60px;
  font-size: 14px;
  font-weight: 600;
  background: #febe30;
  -webkit-transition: all .5s;
  transition: all .5s;
  text-align: center;
  display: block;
  margin: 0 auto;
}

/* Tinku  */
.CanelAndAppY {
  display: none;
}

@media (max-width: 767px) {
  .CanelAndAppY {
    display: block;
    position: fixed;
    bottom: 0px;
    text-align: center;
    left: 0;
    right: 0;
    width: 100%;
    float: left;
    background: #ffffff;
    padding: 0px;
    border-top: 1px solid #e4e4e4;
    z-index: 99999999999;
  }
  .CanelAndAppY button {
    padding: 7px 19px;
    font-weight: 600;
    border: navajowhite;
    background-color: #febe30;
    border-radius: 0px;
    margin: 0px 0px;
    float: left;
    width: 50%;
  }
  .CanelAndAppY .APlYnOw {
    background-color: #fff !important;
  }
}

.ExpPagesWid .wiD4 {
  width: 32%;
}

.ExpPagesWid:first-child .frm-cntrl {
  width: 60%;
}

body {
  -webkit-transition: all .5s;
  transition: all .5s;
}

body.overlayFixed {
  position: relative;
  overflow: hidden;
}

body.overlayFixed:after {
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
  position: fixed;
}

nav.navActive {
  right: 0px;
}

nav {
  position: fixed;
  width: 400px;
  height: 100vh;
  right: -410px;
  top: 0px;
  background: #febe30;
  z-index: 12;
  padding: 50px 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

@media (max-width: 767px) {
  nav {
    width: 290px;
  }
}

nav .navClose {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  font-size: 1em;
  text-transform: lowercase;
  padding-left: 18px;
}

nav .navClose span {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

nav .navClose span:after, nav .navClose span:before {
  width: 100%;
  height: 1px;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  position: absolute;
  content: "";
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  background: #000000;
}

nav .navClose span:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

nav .nav-wrapper {
  position: relative;
  height: 100%;
}

nav .nav-wrapper .nav-wrap .nav-listWrap .navListBx, nav .nav-wrapper .nav-wrap .nav-listWrap .drpListBx {
  border-bottom: 1px solid #c78a01;
  position: relative;
  padding: 5px 20px;
}

nav .nav-wrapper .nav-wrap .nav-listWrap .drpListBx {
  border: 0;
  background-color: whitesmoke;
}

nav .nav-wrapper .nav-wrap .nav-listWrap .nav-href, nav .nav-wrapper .nav-wrap .nav-listWrap .drpHref {
  font-size: 1.5em;
  letter-spacing: .5px;
  font-weight: 500;
  color: #000000;
  display: block;
  position: relative;
  line-height: 2.8;
}

@media (max-width: 767px) {
  nav .nav-wrapper .nav-wrap .nav-listWrap .nav-href, nav .nav-wrapper .nav-wrap .nav-listWrap .drpHref {
    line-height: 1.8;
    font-size: 1.5em;
    font-weight: 500;
  }
}

nav .nav-wrapper .nav-wrap .nav-listWrap .drpHref {
  font-size: .9em;
  line-height: 2;
  color: #075373;
}

nav .nav-wrapper .nav-wrap .nav-listWrap .downMenu {
  padding: 0;
}

nav .nav-wrapper .nav-wrap .nav-listWrap .downMenu > a {
  padding-left: 20px;
}

nav .nav-wrapper .nav-wrap .nav-listWrap .downMenu .downMenuButton {
  position: absolute;
  right: 0;
  top: 0px;
  background: transparent;
  width: 40px;
  height: 51px;
  cursor: pointer;
  border-left: 1px solid #e6e6e6;
}

nav .nav-wrapper .nav-wrap .nav-listWrap .downMenu .downMenuButton:after {
  position: absolute;
  content: "+";
  font-size: 30px;
  left: 50%;
  top: 50%;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

nav .nav-wrapper .nav-wrap .nav-listWrap .openDrop .downMenuButton:after {
  content: "-";
}

nav .nav-wrapper .nav-wrap .navScl {
  margin-top: 50px;
  padding: 0 20px;
}

nav .nav-wrapper .nav-wrap .navScl .sclIcn {
  width: 30px;
  height: 30px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  background-size: contain;
}

nav .nav-wrapper .nav-wrap .navScl .sclIcn a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0px;
  left: 0px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

nav .nav-wrapper .nav-wrap .navScl .sclIcn:last-child {
  margin-right: 0px;
}

nav .nav-wrapper .nav-wrap .navScl .sclIcn.facebook {
  background-image: url("../icon/facebook.svg");
}

nav .nav-wrapper .nav-wrap .navScl .sclIcn.twitter {
  background-image: url("../icon/twitter.svg");
}

nav .nav-wrapper .nav-wrap .navScl .sclIcn.instagram {
  background-image: url("../icon/instagram.svg");
}

nav .nav-wrapper .nav-wrap .navScl .sclIcn.linkedin {
  background-image: url("../icon/linkedin.svg");
}

nav .nav-wrapper .nav-wrap .navScl .sclIcn.youtube {
  background-image: url("../icon/youtube.svg");
}

.PopUpFrmSec {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  bottom: 0;
  right: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.94);
  height: 100vh;
}

.PopUpFrmSec .closeBsb {
  position: absolute;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 99;
}

@media (max-width: 767px) {
  .PopUpFrmSec .closeBsb {
    right: 10px;
    top: 13px;
  }
}

.PopUpFrmSec .B2bOrder {
  width: 100%;
  height: 100vh;
}

.PopUpFrmSec .B2bOrder .passwIntrn {
  width: 45%;
  padding: 20px;
}

.PopUpFrmSec .B2bOrder .passwIntrn fieldset {
  margin: 0px 0px 5px;
}

@media (max-width: 767px) {
  .PopUpFrmSec .B2bOrder .passwIntrn {
    width: 95%;
  }
}

.PopUpFrmSec .B2bOrder .passwIntrn .chngPs {
  padding: 6px 0px 0px;
}

.Order_inInst {
  text-align: center;
}

.HmDetail {
  width: 100%;
  display: inline-block;
  position: relative;
  float: left;
  text-align: center;
  margin-bottom: 15px;
}

.HmDetail .ActVtLi {
  border-bottom: 2px solid #febe30;
}

.HmDetail li {
  list-style-type: none;
  padding: 6px 28px;
  display: inline-block;
  background-color: transparent;
}

.HmDetail li a {
  color: #000;
  font-size: 18px;
}

.DsyNone {
  display: none;
}

.blg-Img {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.blg-Img:before {
  content: '';
  display: block;
  padding-top: 60%;
}

.blg-Img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.blg-data {
  padding: 0 15px;
}

.blg-data .blg-title {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blg-data .blg-text {
  font-size: 14px;
  line-height: 20px;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blg-data .blg-text > p {
  font-size: 14px;
  line-height: 20px;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 767px) {
  .blogSec1 {
    margin-top: 30px;
  }
}

.blogSec1 .blgDate {
  padding: 8px 10px;
  background: #febe30;
  border-radius: 5px;
  position: absolute;
  right: 20px;
  bottom: 10px;
  text-align: center;
}

.blogSec1 .blgDate span {
  display: block;
}

.blogSec1 .blgDate .day {
  font-size: 25px;
  margin-bottom: 2px;
}

.blogSec1 .blgDate .mnthYr {
  font-size: 10px;
}

.blogDet-wrapper {
  margin-top: 30px;
  margin-bottom: 70px;
}

.back-btn .button {
  width: 110px;
  height: 30px;
  border: 1px solid #febe30;
  color: #000000;
  background: #febe30;
  -webkit-transition: all .5s;
  transition: all .5s;
  border-radius: calc(30px * 2);
  line-height: calc(30px - 2px);
  text-align: center;
  display: block;
  cursor: pointer;
  font-weight: 400;
  float: left;
}

.back-btn .button:hover {
  background: transparent;
  border: 1px solid #000000;
}

/* end */
.blogDet-wrap {
  width: calc(100% - 340px);
  float: left;
  padding-right: 50px;
}

@media (max-width: 767px) {
  .blogDet-wrap {
    width: 100%;
    float: none;
    margin-bottom: 0px;
    padding-right: 0;
  }
}

.blogDet-wrap .title {
  padding-bottom: 5px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.blogDet-wrap .title h2, .blogDet-wrap .title h1 {
  font-size: 24px;
  text-align: left;
}

@media (max-width: 767px) {
  .blogDet-wrap .title h2, .blogDet-wrap .title h1 {
    font-size: 20px;
  }
}

.blogDet-wrap .blgDate {
  padding: 8px 10px;
  background: #ffffff;
  border-radius: 5px;
  position: absolute;
  left: 20px;
  top: 10px;
  text-align: center;
}

.blogDet-wrap .blgDate span {
  display: block;
}

.blogDet-wrap .blgDate .day {
  font-size: 25px;
  margin-bottom: 2px;
}

.blogDet-wrap .blgDate .mnthYr {
  font-size: 10px;
}

.blogDet-wrap .blg-data {
  padding: 0;
}

.blogDet-wrap .blg-data p {
  color: gray;
  font-size: 15px;
}

/* end */
.newsDetail-moreNws {
  width: 340px;
  float: left;
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
}

@media (max-width: 767px) {
  .newsDetail-moreNws {
    width: 100%;
  }
}

.newsDetail-moreNws .moreNws-title {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 18px;
}

.newsDetail-moreNws .moreNws-body .moreNws-wrap:last-child {
  margin-bottom: 0px;
}

.newsDetail-moreNws .moreNws-body .moreNws-wrap {
  position: relative;
  margin-bottom: 25px;
}

.newsDetail-moreNws .moreNws-body .moreNws-wrap .moreNws-img {
  width: 120px;
  float: left;
  position: relative;
}

.newsDetail-moreNws .moreNws-body .moreNws-wrap .moreNws-img:before {
  content: '';
  display: block;
  padding-top: 60%;
}

.newsDetail-moreNws .moreNws-body .moreNws-wrap .moreNws-img img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.newsDetail-moreNws .moreNws-body .moreNws-wrap .moreNws-data {
  width: calc(100% - 120px);
  padding-left: 15px;
  float: left;
}

.newsDetail-moreNws .moreNws-body .moreNws-wrap .moreNws-data .moreNws-title {
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto;
  line-height: 1.2;
  padding: 0;
  border-bottom: none;
  font-size: 16px;
}

.newsDetail-moreNws .moreNws-body .moreNws-wrap .moreNws-data .moreNws-text p {
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: gray;
}

.top-center {
  padding-top: 0px;
}

.vdoIn {
  width: 100%;
  height: 100%;
  position: relative;
}

.vdobnr:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

#mainVideo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.select-state {
  width: 100%;
  padding: 6px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  line-height: 22px;
  font-size: 13px;
  font-weight: 500;
  color: #565656;
  background: url(../images/darrow.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
}

.select-state option {
  padding: 10px;
  border: none;
  font-size: 13px;
}

.f-w {
  position: -webkit-sticky;
  position: sticky;
  top: 120PX;
}

.f-w .title {
  margin-bottom: 0px !important;
}

.scrolling-list {
  position: relative;
}

.left-innner {
  float: left;
  width: 100%;
}

.innerBaner-cntnt h1 {
  text-align: center;
  color: #fff;
  margin-bottom: 6px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: capitalize;
  padding: 0 10px;
  font-size: 28px;
}

@media (max-width: 767px) {
  .innerBaner-cntnt h1 {
    font-size: 20px;
  }
}

.addrsBx-wrap {
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .addrsBx-wrap {
    padding-bottom: 50px;
  }
}

.contactheading {
  margin-bottom: 10px;
}

.ibrandoxWeb32 {
  text-align: center;
  display: block;
  padding-top: 20px;
}

.RehabCenter-amenities {
  padding-top: 40px;
}

.Bnnr-vdo-Icn {
  width: 50px;
  height: 50px;
  display: block;
  float: right;
  position: relative;
  border: 1px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 123px;
  position: relative;
  top: -96px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

@media (max-width: 767px) {
  .Bnnr-vdo-Icn {
    margin-right: 30px;
    top: -72px;
  }
}

.Bnnr-vdo-Icn:hover {
  background: #fff;
}

.Bnnr-vdo-Icn span::before {
  width: 0;
  height: 0;
  position: absolute;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #000;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-25%, -50%);
          transform: translate(-25%, -50%);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.Bnnr-vdo-Icn span:hover:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ED3237;
}

.Bnnr-vdo-Icn:hover span::before {
  border-left: 10px solid #000;
}

.Bnnr-vdo-Icn .orbiter:after {
  z-index: 0;
}

.Bnnr-vdo-Icn {
  background: #fff;
  -webkit-animation: NAME-YOUR-ANIMATION 1s infinite;
  animation: NAME-YOUR-ANIMATION 1s infinite;
  padding: 5px 10px !important;
}

@-webkit-keyframes NAME-YOUR-ANIMATION {
  0%,
  49% {
    background: #fff;
  }
  100%,
  50% {
    background: #fc0;
  }
}

.orbiter:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90%;
  height: 90%;
  /* background: gray; */
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
  border-radius: 100%;
  z-index: -1;
  -webkit-box-shadow: 0px 0px 15px #ffffff47;
          box-shadow: 0px 0px 15px #ffffff47;
  border: 6px solid #ffffff40;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.popup_com {
  background: #ffffffcc;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 5;
  display: none;
  background: -webkit-gradient(linear, left top, right bottom, from(#0e7ba7), color-stop(#0e5875), to(#022b3c));
  background: linear-gradient(to bottom right, #0e7ba7, #0e5875, #022b3c);
  z-index: 99999999999999;
}

.close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 45px;
  height: 45px;
  opacity: 1;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  cursor: pointer;
  z-index: 1;
  /* background: white; */
  /* border-radius: 100%;*/
}

.close:hover:after, .close:hover:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.close:before, .close:after {
  position: absolute;
  left: 20px;
  content: ' ';
  height: 29px;
  top: -9px;
  width: 2px;
  background: #fff;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

iframe {
  width: 100%;
  height: 100%;
}

.inn_pop22 {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  /* transform: translate(-50%, -50%); */
  border-radius: 5px;
}

.inn_pop22 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tabDtl-inn .row, .blg-data {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  text-align: justify;
  font-weight: 500;
}

.tabDtl-inn .row b, .tabDtl-inn .row strong, .blg-data b, .blg-data strong {
  color: #000;
  font-weight: bold;
}

.tabDtl-inn .row ul, .blg-data ul {
  padding-left: 35px;
  margin: 30px 0px;
}

.tabDtl-inn .row li, .blg-data li {
  padding: 3px 0px;
  font-size: 16px;
  text-align: left;
  position: relative;
  font-weight: 500;
  padding-left: 17px;
  color: #666;
  font-family: 'Poppins', sans-serif;
}

.tabDtl-inn .row li:before, .blg-data li:before {
  width: 0.5rem;
  height: 0.5rem;
  top: 8px;
  right: auto;
  bottom: auto;
  left: -11px;
  position: absolute;
  content: "";
  display: inline-block;
  border-radius: 50%;
  margin-right: -0.5rem;
  background-color: #fc0;
}

.choiceAct-wrap span {
  color: #4CAF50;
  font-size: 14px;
  font-weight: 600;
}

.ibrandoxWeb31 {
  display: none !important;
}

/* end */
.blogDet-wrap .blg-data a {
  font-size: 15px;
  font-weight: 500;
  color: #ffcc00;
}

.blogDet-wrap .blg-data ul li {
  padding-left: 14px;
  font-size: 15px;
  color: gray;
  font-family: 'Montserrat', sans-serif;
}

.blogDet-wrap .blg-data h1,
.blogDet-wrap .blg-data h2,
.blogDet-wrap .blg-data h3,
.blogDet-wrap .blg-data h4,
.blogDet-wrap .blg-data h5,
.blogDet-wrap .blg-data h6 {
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
}

.blogDet-wrap .blg-data h1 {
  font-size: 28px;
}

.blogDet-wrap .blg-data h2 {
  font-size: 24px;
}

.blogDet-wrap .blg-data h3 {
  font-size: 20px;
}

.blogDet-wrap .blg-data h4, .blogDet-wrap .blg-data h5, .blogDet-wrap .blg-data h6 {
  font-size: 18px;
}
/*# sourceMappingURL=main.css.map */