
.dnone,
.defaulthomepage {
  display: none;
}
body.hotel-pages header .header-logo-unit {
  margin-top: 0px;
}
.availability-cta .booking-engine {
  display: none;
  top: 16px;
}
.availability-cta .booking-engine .bookYourStay {
  display: none !important;
}

.menu-container{
  display:none;
}


.top-nav {
  background-color: #232055;
  left: 0;
  padding: 6px 0 0px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99992;
}
.top-nav.fullwidthheader .header-wraper {
  max-width: 100%;
  padding: 0 3.5%;
}
.top-nav .header-wraper {
  max-width: 1270px;
  margin: 0 auto;
}

.top-nav .left-nav {
  float: left;
  padding-top: 2px;
}
.top-nav .right-nav {
  float: right;
}
.top-nav .right-nav ul {
  display: inline-block;
  vertical-align: middle;
}
.top-nav ul li {
  display: inline-block;
  margin-right: 40px;
}

.top-nav ul li:last-child {
  margin-right: 0;
}
.header-wraper .search-btn {
  color: #606161;
  cursor: pointer;
}
.header-wraper .search-btn img {
  vertical-align: middle;
  max-width: 25px;
}
.top-nav ul li a {
  color: #fff;
  font-family: "Verdana", sans-serif;
  font-size: 0.938em;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
}

header {
  padding: 0px 0 0px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 84px;
  background: #fff;
  -webkit-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  z-index: 99991;
  box-shadow: 0px 2px 10px #555;
}
header.hotel-pages {
  top: 37px;
}
header.fullwidthheader .header-wraper {
  max-width: 100%;
  padding: 0 3.5%;
  /* display:flex;
    align-items:center; */
}
header .header-wraper {
  max-width: 1270px;
  margin: 0 auto;
}
header .header-left-unit {
  float: left;
  margin: 32px 0 0 0;
  width: 45.8%;
}
header .header-left-unit .left-side-menu {
  float: left;
  margin-top: 2px;
  /* margin-left: 8px; */
}
header .header-left-unit .left-side-menu ul {
  list-style-type: none;
}
header .header-left-unit .left-side-menu ul li {
  font-size: 1.188em;
  color: #606161;
  font-family: "optimanormal", serif;
  float: left;
}

header .header-left-unit .left-side-menu ul li a {
  color: #606161;
  text-decoration: none;
  padding: 0 22px;
  letter-spacing: 1px;
}
header .header-right-unit.overview-links .right-side-menu .cta-box {
  float: left;
  margin-top: -4px;
  transition: none 0s ease 0s;
  width: 100px;
  margin-left: 22px;
}
header .header-right-unit {
  float: right;
  width: 43%;
  margin-top: 27px;
}
header .header-right-unit .right-side-menu {
  float: right;
  /* margin-top: 30px; */
  position: relative;
  /* display:flex;
    align-items:center; */
}
header .header-right-unit .right-side-menu ul {
  float: left;
  list-style-type: none;
  margin-top: 7px;
}
header .header-right-unit .right-side-menu ul li {
  font-size: 1.1875em;
  color: #606161;
  font-family: "optimanormal", serif;
  float: left;
}

header .header-right-unit .right-side-menu ul li a {
  color: #606161;
  text-decoration: none;
  padding: 0 16px;
  margin: 0 0 0 0px;
}

header .header-right-unit .right-side-menu .cta-box {
  margin-top: -7px;
  float: right;
  position: relative;
  display: inline-block;
  font-family: "Verdana", sans-serif;
  white-space: nowrap;
  -webkit-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
header .header-right-unit .right-side-menu .cta-box a {
  display: block;
  font-weight: 300;
  font-size: 0.88em;
  text-decoration: none;
  font-family: "Verdana", sans-serif;
  -webkit-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  border-radius: 5px;
  padding: 11px 8px;
}

header .header-right-unit .right-side-menu .cta-box a.style2, header .header-right-unit .right-side-menu .cta-box a.bookEngineBtn {
  background: #d8741b;
  border: 1px solid #d8741b;
  color: #fff;
}


header .header-logo-unit {
  margin: 3px 0 0 14px;
  width: 100px;
  display: inline-block;
}
header .header-logo-unit img {
  width: 100%;
  height: auto;
  width: auto;
}
header.hotel-pages .header-logo-unit {
  margin: 0 auto;
  width: 13%;
  height: 84px;
  position: relative;
}
header .header-logo-unit img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

header #nav-icon {
  width: 46px;
  height: 24px;
  position: relative;
  float: left;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
header #nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #606161;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header #nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
header #nav-icon span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
header #nav-icon span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}


header .header-right-unit .right-side-menu .cta-box {
  text-align: center;
}


@media screen and (min-width: 1025px) and (max-width: 1599px) {
  
  header .header-left-unit .left-side-menu ul li,
  header .header-right-unit .right-side-menu ul li {
    font-size: 15px;
  }
  header #nav-icon {
    margin-right: 25px;
  }
  .top-nav ul li a {
    font-size: 13px;
  }
  header #nav-icon {
    width: 38px;
  }
  
  header.fullwidthheader2 .header-left-unit {
    width: 45%;
  }
  header.fullwidthheader2 .header-left-unit .left-side-menu ul li {
    padding: 0px 0.3vw;
  }
  header.fullwidthheader2 .header-right-unit .right-side-menu ul li a {
    padding: 0 0.5vw;
  }
  header.fullwidthheader2 .header-right-unit .right-side-menu ul li {
    padding: 0px 1.5vw;
  }
}





@media only screen and (min-width: 1025px) and (max-width: 1280px) {

 

  header .header-right-unit .right-side-menu ul li a,
  header .header-left-unit .left-side-menu ul li a {
    padding: 0 10px;
  }
  header.fullwidthheader2 .header-left-unit {
    width: 45%;
  }
  header.fullwidthheader2 .header-right-unit {
    width: 43%;
  }
  header.hotel-pages.fullwidthheader2 .header-logo-unit {
    width: 12%;
  }
  header.fullwidthheader2 .header-right-unit .right-side-menu ul li {
    padding: 0 0.5vw;
  }
  header.fullwidthheader2#header .header-right-unit .right-side-menu ul li a {
    padding: 0 0.5vw;
  }

}


@media only screen and (min-width: 1600px) {
  header #nav-icon {
    top: 3px;
    margin-right: 25px;
  }
}
@media screen and (min-width: 1025px) {
  
  header#header .header-right-unit .right-side-menu ul li a {
    /*padding: 0 1.15vw;*/
    letter-spacing: 1px;
    padding: 0 0.9vw;
  }
  header#header.mumbaiHeader .header-right-unit .right-side-menu ul li a,
  header#header.mumbaiHeader .header-left-unit .left-side-menu ul li a {
    padding: 0 1vw;
  }
  header#header.fullwidthheader2 .header-right-unit .right-side-menu ul li a {
    padding: 0 0.9vw;
    letter-spacing: 1px;
  }

  header .header-left-unit .left-side-menu ul li a {
    padding: 0 1.15vw;
  }
  header.fullwidthheader2 .header-left-unit .left-side-menu ul li a {
    padding: 0 0.7vw;
  }

  .top-nav ul li {
    margin-right: 2.8vw;
  }
  header .header-right-unit .right-side-menu ul li {
    padding: 0px 1.2vw;
  }
  header.mumbaiHeader .header-right-unit .right-side-menu ul li {
    padding: 0px 0.5vw;
  }
  header .header-right-unit.overview-links .right-side-menu .cta-box {
    width: 8vw;
    margin-left: 0vw;
    min-width: 100px;
    max-width: 140px;
  }
  header .header-left-unit .left-side-menu ul li {
    padding: 0px 0.30vw;
  }
  header .header-left-unit {
    width: 44%;
  }
  header.big-logo .header-left-unit {
    width: 42%;
  }
  header .header-right-unit {
    width: 42%;
  }
  header.big-logo .header-right-unit {
    width: 44%;
  }
  header #nav-icon {
    margin-right: 1.3vw;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1700px) {
  header#header .header-right-unit .right-side-menu ul li a{
    padding:0 0.8vw;
  }
}
@media screen and (max-width: 1240px) and (min-width: 1170px) {
  header .header-left-unit .left-side-menu ul li a,
  header#header .header-right-unit .right-side-menu ul li a {
    padding: 0 1vw;
  }
}
@media screen and (max-width: 1169px) and (min-width: 1096px) {
  header .header-left-unit .left-side-menu ul li a,
  header#header .header-right-unit .right-side-menu ul li a {
    padding: 0 0.5vw;
  }
}

@media screen and (min-width: 2000px) {
  header {
    height: 125px;
  }
  header.hotel-pages .header-logo-unit {
    height: 125px;
  }
  header .header-left-unit,
  header .header-right-unit {
    margin-top: 50px;
  }

  .comp_bannerAndBookingWidget {
    margin-top: 85px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1800px) {
  header .header-left-unit .left-side-menu ul li {
    padding: 0px 0.1vw;
  }
  .top-nav ul li {
    margin-right: 2.6vw;
  }
  header .header-right-unit .right-side-menu ul li {
    padding: 0px 0.2vw;
  }
  header .header-right-unit .right-side-menu ul li {
    padding: 0px .9vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1670px) {
  header .header-left-unit .left-side-menu ul li {
    padding: 0px 0.3vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1599px) {
  header .header-left-unit .left-side-menu ul li {
    padding: 0px 0.3vw;
  }
  header .header-right-unit .right-side-menu ul li {
    padding: 0px 1.1vw;
  }
  .top-nav ul li {
    margin-right: 1.8vw;
  }
  /* header.hotel-pages .header-logo-unit {
    margin-top: 10px;
  } */
}
@media screen and (min-width: 1025px) and (max-width: 1400px) {
  header .header-left-unit .left-side-menu ul li {
    padding: 0px 0.3vw;
  }

  .top-nav ul li {
    margin-right: 1.8vw;
  }
  header .header-right-unit .right-side-menu ul li {
    padding: 0px .85vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1360px) {
  header .header-left-unit .left-side-menu ul li {
    padding: 0px 0.1vw;
  }
  header .header-right-unit .right-side-menu ul li {
    padding: 0px .75vw;
  }
  header .header-left-unit .left-side-menu ul li a {
    padding: 0 0.7vw;
  }
  header#header .header-right-unit .right-side-menu ul li a {
    padding: 0 0.7vw;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
  header.globalHeader .header-left-unit{
    padding: 0 0.3vw;
  }
  header.globalHeader#header .header-right-unit .right-side-menu ul li a{
    padding: 0 5px;
  }
  header.globalHeader .header-left-unit .left-side-menu ul li a{
    padding: 0 5px;
  }
  header.globalHeader .header-right-unit .right-side-menu ul li{
    padding: 0px .3vw;
  }
  header.globalHeader#header .header-right-unit .right-side-menu ul li a{
    padding:0px 5px !important;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1400px) {
  header.globalHeader .header-left-unit .left-side-menu ul li a{
    padding:0 0.8vw;
  }
  header.globalHeader .header-right-unit .right-side-menu ul li{
    padding: 0px .75vw;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1550px) {
  /* header.globalHeader .header-left-unit .left-side-menu ul li a{
    padding: 0 1vw;
  } */
  
  
  header.globalHeader .header-left-unit .left-side-menu ul li a{
    padding: 0 0.8vw;
  }

  
  
}
@media screen and (min-width: 1025px) and (max-width: 1101px) {
  header.globalHeader .header-left-unit .left-side-menu ul li a {
    padding: 0 3px;
}
.bodyWrapRev ul li {
  font-size: 0.9em !important;
}
header.globalHeader.hotel-pages .header-logo-unit{
  width: 12%;
}
header.globalHeader .header-left-unit{
  width: 46%;
}
}
@media screen and (min-width: 1600px) and (max-width: 1900px) {
  header.globalHeader .header-left-unit .left-side-menu ul li a{
    padding: 0 0.7vw;
  }
  header.globalHeader .header-right-unit .right-side-menu ul li a{
    padding: 0 0.6vw !important;
  }
}



@font-face {
    font-family: "verdana-light";
    src: url("https://www.oberoihotels.com/fonts/VerdanaPro-Light.woff2") format("woff2"), url("https://www.oberoihotels.com/fonts/VerdanaPro-Light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "verdanaNormal";
    src: url("https://www.oberoihotels.com/fonts/VerdanaPro-Regular.woff2") format("woff2"), url("https://www.oberoihotels.com/fonts/VerdanaPro-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "verdanaN";
    src: url("https://www.oberoihotels.com/fonts/verdana-webfont.woff2") format("woff2"), url("https://www.oberoihotels.com/fonts/verdana-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }

header .header-logo-unit img{
    max-width:100%;
}
body {
    font-family: Roboto,sans-serif;
    overflow-x: hidden;
    padding: 78px 0 0;
    font-size: 16px;
    color: #000;
    overflow-x:hidden;
}

.bodyWrapRev ul li {
    font-family: "verdanaN";
    margin-bottom: 8px;
    color: #606161;
    line-height: 140%;
}
* {
    padding: 0;
    box-sizing: border-box;
    outline: 0;
    box-shadow: none;
    border-color: transparent;
    margin:0px;
}

@media screen and (min-width:1025px) {
    header#header .header-right-unit .right-side-menu ul li a {
		padding: 0 10px
	}
}


.comp_bannerAndBookingWidget {
    margin-top: 33px;
  }
  @media (min-width: 2000px) and (max-width: 2599px) {
    .comp_bannerAndBookingWidget {
      margin-top: 75px;
    }
  }
  @media (max-width: 1024px) {
    .comp_bannerAndBookingWidget {
      margin-top: 0px;
    }
  }
  @media (max-width: 1024px) {
    .comp_bannerAndBookingWidget .banner-and-booking-widget {
      max-height: inherit;
    }
  }
  .comp_bannerAndBookingWidget .banner-and-booking-widget .banner {
    min-height: auto !important;
    opacity: 0;
  }
  .comp_bannerAndBookingWidget .banner-and-booking-widget .banner.slick-initialized {
    opacity: 1;
    transition: opacity 0.1s;
  }
  .comp_bannerAndBookingWidget .banner-and-booking-widget .banner.swiper-initialized {
    opacity: 1;
    transition: opacity 0.1s;
  }
  @media (max-width: 766px) {
    .comp_bannerAndBookingWidget .banner-and-booking-widget .banner .bannerMobile .playButto img {
      width: 40px;
      height: initial;
    }
  }
  .comp_bannerAndBookingWidget .banner-and-booking-widget .banner .swiper-button-prev {
    position: absolute;
    left: 1.5%;
    background-image: none;
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    top: 45%;
  }
  @media (max-width: 766px) {
    .comp_bannerAndBookingWidget .banner-and-booking-widget .banner .swiper-button-prev {
      left: 30px;
    }
  }
  .comp_bannerAndBookingWidget .banner-and-booking-widget .banner .swiper-button-prev::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    position: absolute;
    top: 6px;
    right: 0px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
  }
  .comp_bannerAndBookingWidget .banner-and-booking-widget .banner .swiper-button-prev.swiper-button-lock {
    display: none;
  }
  .comp_bannerAndBookingWidget .banner-and-booking-widget .banner .swiper-button-next {
    position: absolute;
    right: 1.5%;
    background-image: none;
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    top: 45%;
  }
  @media (max-width: 766px) {
    .comp_bannerAndBookingWidget .banner-and-booking-widget .banner .swiper-button-next {
      right: 30px;
    }
  }
  .comp_bannerAndBookingWidget .banner-and-booking-widget .banner .swiper-button-next::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    position: absolute;
    top: 6px;
    right: 0px;
    transform: rotate(136deg);
    -webkit-transform: rotate(136deg);
    -moz-transform: rotate(136deg);
  }
  .comp_bannerAndBookingWidget .banner-and-booking-widget .banner .swiper-button-next.swiper-button-lock {
    display: none;
  }
  .comp_bannerAndBookingWidget.bookingEngineOffers .banner-and-booking-widget {
    overflow: inherit !important;
  }
  .comp_bannerAndBookingWidget .youtube-slide .youtube-video {
    height: calc(100% + 100px) !important;
    transform: translateY(-45px);
  }
  @media (max-width: 1280px) {
    .comp_bannerAndBookingWidget .youtube-slide .youtube-video {
      height: calc(100% + 109px) !important;
      transform: translateY(-66px);
    }
  }
  @media (max-width: 1024px) {
    .comp_bannerAndBookingWidget .youtube-slide .youtube-video {
      height: calc(100% + 110px) !important;
      transform: translateY(-55px);
    }
  }
  
  #videoPopup {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0;
    transition: all linear 0.5s;
    padding: 0 40px;
    background: #000;
  }
  #videoPopup.active {
    opacity: 1;
    z-index: 99999999;
  }
  #videoPopup.active iframe {
    height: 100%;
    width: 100%;
  }
  #videoPopup .overlay {
    position: fixed;
    z-index: 9;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
  #videoPopup .fullvideoClose {
    position: absolute;
    z-index: 999999;
    right: 10px;
    border: none;
    height: 35px;
    width: 35px;
    background: transparent;
    top: 15px;
  }
  #videoPopup .top-popup {
    height: 10%;
    background-color: #000;
    z-index: 999998;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }
  
  .banner .banner-video-button {
    display: none;
  }
  .banner img {
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    vertical-align: middle;
  }
  @media (max-width: 1024px) {
    .banner img {
      -o-object-fit: cover;
         object-fit: cover;
      max-height: auto;
    }
  }
  @media (max-width: 766px) {
    .banner img {
      max-height: 100%;
      height: calc(100vh - 120px);
    }
  }
  .banner .banner-video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .banner .banner-video .inline-YTPlayer {
    top: -75px;
  }
  .banner .banner-video #muteUnMute {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 15px;
    top: 32px;
    border: none;
    z-index: 1;
    text-indent: -9999px;
    background: url(https://www.oberoihotels.com/images/OberoiHotels/rev/dist/sprites-icons.png) no-repeat;
    background-position: -111px -82px;
  }
  .banner .banner-video #muteUnMute.active {
    background-position: -111px -117px;
  }
  @media (min-width: 1025px) and (max-width: 1999px) {
    .banner iframe {
      height: 91% !important;
      -o-object-fit: cover;
         object-fit: cover;
      max-width: 100% !important;
      margin: 0 !important;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: calc(100% + 106px) !important;
    }
  }
  @media (min-width: 1025px) and (max-width: 1280px) {
    .banner iframe {
      top: 12px !important;
    }
  }
  .banner .expand-video {
    position: absolute;
    z-index: 1;
    right: 15px;
    bottom: 0px;
    text-align: center;
    color: #fff;
    text-decoration: none;
  }
  .banner .expand-video a {
    color: #fff;
    font-size: 12px;
    background: url(https://www.oberoihotels.com/images/OberoiHotels/rev/dist/sprites-icons.png) no-repeat;
    width: 37px;
    height: 60px;
    background-position: -172px -171px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 4px;
  }
  .banner .expand-video a img {
    width: auto;
    margin: 0px auto;
  }
  @media (max-width: 1024px) {
    .banner .expand-video {
      display: none;
    }
  }
  .banner .slick-dots {
    bottom: 15px;
    right: 50px;
    text-align: right;
    overflow: hidden;
  }
  .banner .slick-dots li {
    width: 10px;
    height: 10px;
    background: url(https://www.oberoihotels.com/images/oberoihotels/banner-dots.png) right center no-repeat;
  }
  .banner .slick-dots li.slick-active {
    background: url(https://www.oberoihotels.com/images/oberoihotels/banner-dots.png) left center no-repeat;
  }
  .banner .slick-dots li a {
    text-indent: 9999px;
    display: block;
  }
  .banner div {
    position: relative;
  }
  .banner .slick-prev,
  .banner .slick-next {
    height: auto;
    margin-top: -18px;
  }
  .banner .text-container {
    position: absolute;
    z-index: 1;
    bottom: 100px;
    font-size: 2em;
    font-family: Verdana;
    color: #fff;
    /* text-shadow: 4px 5px 8px #000; */
    text-align: center;
    width: 100%;
  }
  .banner .text-container i {
    font-style: italic;
  }
  .banner .text-container .banner-arrow-bottom {
    cursor: pointer;
    position: absolute;
    top: 100%;
    bottom: -50%;
    left: 50%;
    transform: translate(-50%, 0);
    background: url(https://www.oberoihotels.com/images/oberoihotels/sprites-icons.png) no-repeat;
    width: 32px;
    height: 25px;
    background-position: -189px -105px;
  }
  .banner .banner-slide .banner-layer {
    background: url(https://www.oberoihotels.com/images/oberoihotels/overview/ban-t-bg.png) bottom center repeat-x;
    width: 100%;
    position: absolute;
    z-index: 0;
    bottom: 0px;
    height: 100%;
  }
  .banner .banner-slide .banner-image img {
    width: 100%;
  }
  .banner .slick-prev::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    position: absolute;
    top: 6px;
    right: 0px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
  }
  .banner .slick-next::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    position: absolute;
    top: 6px;
    right: 0px;
    transform: rotate(136deg);
    -webkit-transform: rotate(136deg);
    -moz-transform: rotate(136deg);
  }
  
  .bannerOption2 .banner img {
    height: calc(100vh - 175px);
  }
  @media (max-width: 1024px) {
    .bannerOption2 .banner img {
      max-height: auto;
      height: calc(100vh - 120px);
    }
  }
  
  /* .udaivilas-banner {
      .text-container {
          bottom: 162px;
      }
      .banner-slide {
          &:before {
              bottom: 115px;
          }
      }
  } */
  .homepage-booking-widgit {
    top: -34px;
  }
  
  @media only screen and (max-width: 1600px) {
    .banner .banner-slide:before {
      bottom: 60px;
    }
    .udaivilas-banner .banner-slide:before {
      bottom: 115px;
    }
  }
  @media only screen and (max-width: 1199px) {
    .banner .banner-video .inline-YTPlayer {
      top: -100px;
    }
    .banner .banner-video .expand-video {
      bottom: 34px;
    }
  }
  @media only screen and (max-width: 1440px) {
    .banner .banner-video .inline-YTPlayer {
      top: -75px;
    }
    .udaivilas-banner .text-container {
      bottom: 70px;
    }
    .udaivilas-banner .banner-slide:before {
      bottom: 25px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner .banner-video .inline-YTPlayer {
      top: -45px;
    }
    .banner .banner-slide::before {
      bottom: 0px;
    }
    .banner .text-container {
      bottom: 35px;
      font-size: 2em;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1024px) {
    .banner .banner-video .inline-YTPlayer {
      top: -55px;
    }
    .banner .banner-video .expand-video {
      bottom: 34px;
    }
  }
  @media only screen and (max-width: 767px) {
    .banner .banner-video {
      display: none;
    }
    .banner .banner-video .inline-YTPlayer {
      top: -22px;
    }
    .banner .banner-video-button {
      display: block;
    }
    .banner .video-btn {
      display: block;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
    }
    .banner .video-btn img {
      max-width: 50px;
      -o-object-fit: contain;
         object-fit: contain;
    }
    .banner .banner-image.disable .text-container {
      opacity: 1;
      visibility: visible;
    }
    .banner .text-container {
      font-size: 1.5em;
      bottom: 130px;
    }
    .banner .text-container p {
      font-size: 0.9em !important;
    }
    .banner .text-container span {
      display: block;
    }
    .banner .banner-slide:before {
      bottom: 85px;
    }
    .udaivilas-banner .text-container {
      bottom: 90px;
    }
    .udaivilas-banner .banner-slide:before {
      bottom: 146px;
    }
  }
  @media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
    .udaivilas-banner .text-container {
      bottom: 140px;
    }
  }
  .templateHomePage .comp_bannerAndBookingWidget {
    margin-top: 34px;
  }
  
  @media (max-width: 1025px) {
    .templateHomePage .comp_bannerAndBookingWidget {
      margin-top: 0px;
    }
  }
  .mobilemp4video .deskHide {
    display: none;
  }
  
  @media screen and (max-width: 767px) {
    .mobilemp4video .youtube-video {
      display: none;
    }
    .mobilemp4video .deskHide {
      display: block;
    }
    .mobilemp4video video {
      width: 100%;
      max-height: 90vh;
      -o-object-fit: cover;
         object-fit: cover;
      transform: scale(1.01);
    }
    .mobilemp4video .youtube-slide .unMuteVideo.unmuteMobile {
      display: block;
      bottom: 50px;
    }
    .mobilemp4video .mob-hide {
      display: none !important;
    }
    .mobilemp4video .playBtnOverView {
      display: none;
    }
  }
  @media (min-width: 767px) {
    .templateHomePage .comp_bannerAndBookingWidget.homePageBanner .banner-and-booking-widget .banner {
      aspect-ratio: 1920/980;
      overflow: hidden;
    }
  }
  @media (min-width: 767px) {
    .templateHomePage .comp_bannerAndBookingWidget.homePageBanner .banner-and-booking-widget .banner .video-wrapper iframe {
      height: calc(100% + 116px) !important;
    }
  }
  
  .videoBannerSlider .udaivilas-banner {
    background: #000;
  }
  .videoBannerSlider .udaivilas-banner .bannerMobile1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .videoBannerSlider .udaivilas-banner .slide-video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  @media (max-width: 1024px) {
    .videoBannerSlider .udaivilas-banner .bannerMobile1 {
      height: 100%;
      aspect-ratio: 768/392;
    }
    .videoBannerSlider .udaivilas-banner .slide-video {
      -o-object-fit: cover;
         object-fit: cover;
    }
  }
  @media (max-width: 766px) {
    .videoBannerSlider .udaivilas-banner .bannerMobile1 {
      height: 100vh;
    }
  }

  .unMuteVideo {
    position: absolute !important;
    bottom: 4%;
    right: 2%;
    background: url(https://www.oberoihotels.com/images/oberoihotels/rev/mute.png) no-repeat center center;
    background-size: 100%;
    color: #fff;
    font-size: 1rem;
    padding: 5px 10px;
    width: 35px;
    height: 50px;
    z-index: 9;
    cursor: pointer;
    opacity: 0;
}
.unMuteVideo.mute {
    background: url(https://www.oberoihotels.com/images/OberoiHotels/rev/unmute.png) no-repeat center center;
    background-size: 100%;
}

.login-popup {
    max-width: 405px;
    width: 100%;
    position: fixed;
    top: 39px;
    right: 11.5%;
    z-index: 99999;
    background: #fff;
    display: none;
    box-shadow: -1px 2px 6px #ccc;
}
.bookingEnginePopOverlay .close {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -220px 0 0 229px;
    font-size: 30px;
    color: #fff;
}

.menu-o-one-login-details {
    display: none;
}


