img {
  max-width: 100%;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.menuicon, .close-menu {
  display: none;
}

@media only screen and (max-width :767px) {
  .container {
    padding: 0 15px;
  }

  .header-top span {
    display: none;
  }

  .close-menu {
    position: fixed;
    z-index: 999;
    right: -100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    top: 0;
    display: block;
    background: #2A363B;
    padding: 14px;
    margin-left: 1px;
  }
  .close-menu.active {
    right: 300px;
  }
  .close-menu img {
    width: 18px;
    height: 18px;
  }

  .logo {
    display: inline-block;
  }
  .logo img {
    width: 190px;
  }

  .menu {
    position: fixed;
    z-index: 999;
    right: -100%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    top: 0; 
    display: block;
    width: 300px;
    background: #2A363B;
    bottom: 0;
  }
  .menu.active {
    right: 0;
  }
  .menu li {
    padding: 15px;
    margin: 0;
    border-bottom: 1px solid #ddd;
  }

  .header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .menuicon {
    display: block;
    margin-left: 10px;
  }
  .menuicon img {
    vertical-align: middle;
  }

  .header-login-btn {
    padding: 5px;
    font-size: 13px;
    border-radius: 1px;
  }
  .header-login-btn a {
    font-size: 13px;
    padding: 0 5px;
  }
}
@media only screen and (max-width :767px) {
  .footer {
    padding: 0 0 30px;
  }
  .footer .container {
    display: block;
  }

  .footer-left, .footer-middle, .footer-right {
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 20px 0;
  }

  .footer-right {
    padding-bottom: 0;
    border: 0;
  }
  .footer-right .icons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .copyright {
    font-size: 15px;
  }
}
@media only screen and (max-width :767px) {
  .banner {
    color: #2A363B;
  }
  .banner .container {
    position: inherit;
    margin-top: -165px;
  }

  .banner-content-box {
    width: 100%;
  }
  .banner-content-box .title {
    font-size: 18px;
    color: #fff;
  }
  .banner-content-box .heading {
    padding: 0;
    width: 100%;
    margin: 15px 0;
    font-size: 32px;
    color: #fff;
  }

  .search-nationality {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 70px;
  }
  .search-nationality .inner-title {
    font-size: 13px;
  }
  .search-nationality select {
    padding: 9px;
    padding-right: 30px;
    width: auto;
    background-position: 95%;
  }

  .banner-search-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
		margin-top:84px;
		
  }
  .banner-search-box .input-box {
    width: 50%;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
  }
  .banner-search-box .input-box:first-child {
    width: 100%;
    border-right: 0;
    border-top: 1px solid #ddd;
    margin-top: 0;
    padding-bottom: 10px;
  }
  
  .banner-search-box .input-box:nth-child(3){border-right:0;}
  
  .banner-search-box .input-box.border-n{width:100%;}
  
  .banner-search-box .dubai-text {
    font-size: 30px;
  }
  .banner-search-box strong {
    font-size: 32px;
  }

  .check-button {
    width: 100%;
    padding: 15px;
    margin-top: 15px;
  }

  .abouts-section {
    padding: 30px 15px;
    display: block;
  }
  .abouts-section .content {
    width: 100%;
    padding: 0;
  }
  .abouts-section .heading {
    padding: 10px 0;
    font-size: 35px;
    line-height: inherit;
  }
  .abouts-section figure {
    width: 100%;
    margin-top: 25px;
  }

  .ui-datepicker {
    width: 92% !important;
    left: 0 !important;
    right: 0;
    margin: 0 auto;
  }

  .expoler-hotels {
    padding: 30px 0;
  }
  .expoler-hotels .title {
    font-size: 17px;
    line-height: 28px;
  }
  .expoler-hotels .heading {
    font-size: 30px;
  }

  .hotel-blog-section {
    display: block;
    padding-top: 20px;
  }

  .hotel-left-box {
    width: 100%;
  }
  .hotel-left-box .content-box {
    padding: 15px 25px;
  }
  .hotel-left-box strong {
    font-size: 25px;
  }
  .hotel-left-box p {
    padding: 12px 0 20px;
  }
  .hotel-left-box .in-heading {
    font-size: 25px;
    line-height: 36px;
  }

  .hotel-right-box {
    width: 100%;
    margin-top: 20px;
  }
  .hotel-right-box .img-tags {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
  .hotel-right-box .img-tags strong {
    font-size: 18px;
    padding-bottom: 4px;
  }
  .hotel-right-box .img-tags span {
    font-size: 13px;
    padding: 3px 6px;
  }

  .international-hotels {
    display: block;
  }

  .hotels-deals-img {
    width: 100%;
  }
  .hotels-deals-img strong {
    font-size: 30px;
    margin-bottom: 8px;
  }

  .position-text a {
    font-size: 13px;
    padding: 4px 6px;
  }

  .hotel-deals-content {
    width: 100%;
    padding: 30px 15px;
    text-align: center;
  }
  .hotel-deals-content .content {
    max-width: 100%;
  }
  .hotel-deals-content .heading {
    font-size: 30px;
    padding: 12px 0 10px;
    line-height: inherit;
  }
  .hotel-deals-content p {
    margin-bottom: 15px;
  }

  .static-image {
    padding: 5px 0 15px;
  }
}
@media only screen and (max-width :767px) {
  .roomsalllist ul {
    display: inherit;
    overflow: auto;
    white-space: nowrap;
    margin-bottom: -6px;
    padding-bottom: 10px;
  }
  .roomsalllist ul li {
    display: inline-block;
    width: inherit;
  }
}
@media only screen and (max-width :767px) {
  .pictures-tabs {
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 5px;
  }

  .sofitel-dubai .inner-flex {
    display: block;
  }
  .sofitel-dubai .right-price {
    margin-top: 15px;
  }

  .imageslider {
    display: block;
  }
  .imageslider .fullimg, .imageslider .normalimg {
    width: 100%;
  }

  .guests-main-box .heading {
    font-size: 20px;
  }

  .guests-input {
    display: block;
  }
  .guests-input .input-box {
    width: 100%;
    margin-bottom: 15px;
  }
  .guests-input .input-box:last-child {
    margin: 0;
  }

  .luxury-room {
    display: block;
  }

  .roomallimg {
    width: 100%;
  }

  .luxury-room-detail {
    width: 100%;
    padding: 15px 0;
  }

  .room-inlist {
    display: block;
  }

  .room-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .room-items li {
    width: 32%;
    margin-bottom: 10px;
  }
  .room-items a {
    display: block;
    font-size: 0;
    text-align: center;
  }

  .seeall {
    width: 100%;
  }

  .room-tabel-list {
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 5px;
  }

  .location-box ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .location-box ul li {
    width: 100%;
  }

  .facilities-box .inner-box {
    width: 100%;
  }
  .facilities-box ul li {
    line-height: 30px;
  }
}
@media only screen and (max-width :767px) {
  .account-details-box {
    display: block;
  }
  .account-details-box .left-side {
    width: 100%;
  }
  .account-details-box .right-side {
    width: 100%;
  }

  .account-listing a {
    padding: 10px 15px;
  }

  .order-select-box {
    display: block;
  }
  .order-select-box h3 {
    margin: 10px 0;
  }
  .order-select-box label {
    padding: 0 0 10px;
  }

  .table-responsive {
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 5px;
  }

  .product-table {
    overflow: auto;
    white-space: nowrap;
  }
  .product-table thead th {
    text-align: center;
    padding: 10px 0;
    font-size: 13px;
  }

  .account-details-form label {
    width: 100%;
    padding-bottom: 5px;
  }
  .account-details-form input, .account-details-form select {
    width: 100%;
  }
}
.login_popup {
  background: #fff;
  color: #000;
  max-width: 450px;
  margin: 0 auto;
  position: relative;
  padding: 30px 50px;
  border-radius: 5px;
  text-align: center;
}
.login_popup .heading {
  font-size: 25px;
  font-weight: 700;
}
.login_popup .title {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0 20px;
}
.login_popup .input-box {
  text-align: left;
  margin-bottom: 20px;
}
.login_popup label {
  display: block;
  font-size: 14px;
  padding: 0 0 15px;
}
.login_popup input {
  padding: 12px;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

  .login_popup select {
  
    padding: 12px;
        padding-left: 12px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}
.login_popup .lock_icon {
  background: url(../images/common/lock.png) no-repeat 15px;
}
.login_popup .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.login_popup span {
  font-size: 14px;
}
.login_popup p {
  font-size: 15px;
  padding: 15px 0;
}

.sign-in-btn {
  width: 100%;
  font-size: 15px;
  background: #F9E833 sign-in-btn;
  padding: 12px sign-in-btn;
  border-radius: 5px sign-in-btn;
  color: #1F2B30 sign-in-btn;
  font-weight: 600 sign-in-btn;
}

.or-text {
  text-align: center;
  font-size: 17px;
  margin: 18px 0;
  position: relative;
  z-index: 1;
}
.or-text::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  border: 1px solid #F5F5F5;
  z-index: -1;
}

.signin-google {
  display: block;
  padding: 12px;
  font-weight: 600;
  border-radius: 3px;
  font-size: 15px;
  color: #000;
  background: #ebe9e9;
}
.signin-google img {
  vertical-align: middle;
  margin-right: 8px;
}

.sign-up {
  font-size: 15px;
  font-weight: 700;
  color: #1F2B30;
}

.forgot-password {
  font-size: 15px;
  font-weight: 600;
  color: #000;
}



.logo img{width:200px;}


.account-details-form .password{position:relative; width:50%;}
.account-details-form .password input {width:100%;}
.account-details-form .password span{position: absolute; display: inline-block;width: 18px; right: 16px;top: 10px; pointer:cursor;}



@media (max-width: 767px) {
  .hotel-detail-box {
    padding: 30px 0;
  }
  .hotel-detail-box .container {
    display: block;
  }

  .hotel-detail-left {
    width: 100%;
  }

  .hotel-plaza {
    display: block;
  }
  .hotel-plaza .hotel-img {
    width: 100%;
  }
  .hotel-plaza .hotel-content {
    width: 100%;
    padding: 10px 0 0;
  }
  .hotel-plaza .hotel-date {
    display: block;
  }
  .hotel-plaza .date-text {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hotel-plaza .indate {
    margin-left: 35px;
  }
  .hotel-plaza span {
    width: 36%;
  }
  .hotel-plaza strong {
    font-size: 32px;
  }

  .hotel-detail-right {
    width: 100%;
    margin-top: 15px;
  }

  .guest-new .room-no {
    padding-bottom: 10px;
  }
  .guest-new .list-room {
    display: block;
  }
  .guest-new .email {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media(max-width:767px){
  
 .banner-slider img {height:310px; object-fit:cover;}
  .popuppaxdetails{min-width:100%} 
  .mainpopupselectroom{min-width:100%;}

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

 .hotel-section .maindiv .left-div{display:block; position:fixed; right:-100%; transition:all 0.4s ease; width:300px; overflow:auto; padding-bottom:100px;}
 .hotel-section .maindiv .left-div.active{right:0;}

}
.login_popup .password{position:relative;}
.login_popup .password span{position: absolute; display: inline-block;width: 18px; right: 16px;top: 48px; pointer:cursor;}

.login_popup .chqbox input{ width:10%;}
.login_popup  .chqbox  label{display:inline-block;}

.backbtnlogin{text-align: left;
background: #2a363b;
padding: 10px;
display: block;
margin: 10px 0!important;
color:#fff;

}





@media(max-width:767px){
	.logo img{width:150px;}
	.header-login-btn{padding:0; font-size:0;}
	.header-login-btn a{padding:5px; font-size:13px;}
}