/*.simp-custom-marquee .custom-marquee {*/
/*  overflow: hidden;*/
/*  position: relative;*/
/*  white-space: nowrap;*/
/*}*/

/*.simp-custom-marquee .marquee-container {*/
/*  display: inline-block;*/
/*  white-space: nowrap;*/
/*  animation: marquee-scroll 30s linear infinite;*/
/*}*/

/*.simp-custom-marquee .marquee-container span {*/
/*  display: inline-block;*/
/*  padding-right: 100px; */
/*  color:#fff;*/
/*}*/

/*.simp-custom-marquee .marquee-container:hover {*/
/*  animation-play-state: paused;*/
/*}*/

/*@keyframes marquee-scroll {*/
/*  0% {*/
/*    transform: translateX(0%);*/
/*  }*/
/*  100% {*/
/*    transform: translateX(-50%);*/
/*  }*/
/*}*/

/*.for-homepage .content_wrapper .no-gutter .widget-wrapper.simp-custom-marquee{*/
/*  padding:0 !important;*/
/*  margin: 30px 0;*/
/*  max-width:100%;*/
/*  width:100%;*/
/*  background:#2b5a8d;*/
/*}*/

/*.content_wrapper .no-gutter .widget-wrapper.simp-custom-marquee .text-content{*/
/*   padding:10px 0;*/
/*}*/

/*.mobile .content_wrapper .no-gutter .widget-wrapper.simp-custom-marquee{*/
/*  margin:20px 0;*/
/*}*/

.for-innerpage.for-gallerypage .inner-page{
    padding-top:55px !important;
}

.for-innerpage.location-page:has(.topstrip-wrapper) .location-page-header{
    padding-top:250px !important;
}

/*.landing_PopupWrapper_dukes {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    background-color: rgba(0, 0, 0, 0.6);*/
/*    z-index: 10000;*/
/*    justify-content: center;*/
/*    padding: 30px;*/
/*    display: flex;*/
/*    opacity: 0;*/
/*    pointer-events: none;*/
/*    transition: opacity 0.5s ease;*/
    /* align-items:center; */
    /* overflow-y:auto; */
/*}*/

/*.landing_PopupWrapper_dukes.fadeIn {*/
/*    opacity: 1;*/
/*    pointer-events: auto; */
/*}*/

/*.landing_PopupWrapper_dukes.fadeOut {*/
/*    opacity: 0; */
/*    pointer-events: none;*/
/*}*/

/*.landing_PopupWrapper_dukes .landing_Popup_dukes {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
    /* max-height:70vh; */
/*}*/

/*.landing_PopupWrapper_dukes .dukes-text-content {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    flex-direction: column;*/
/*    border: 4px solid #D9B99B;*/
/*    max-width: 900px;*/
/*    background: rgba(0, 0, 0, 0.5);*/
/*}*/

/*.landing_PopupWrapper_dukes .dukes-text-content-wrapper {*/
/*    color: #fff;*/
/*    padding: 30px;*/
/*    overflow: auto;*/
/*    max-height:80vh;*/
/*    overflow-y:auto;*/
/*}*/

/*.landing_PopupWrapper_dukes .dukes-text-content-wrapper h2 {*/
/*    color: white;*/
/*    text-align: center;*/
/*    margin: 10px 0;*/
/*    position: relative;*/
/*}*/

/*.landing_PopupWrapper_dukes .dukes-text-content-wrapper h2::after{*/
/*    content: "";*/
/*    display: block;*/
/*    width: 20%;*/
/*    height: 2px;*/
/*    background-color: #d9b99b;*/
/*    margin: 10px auto;*/
/*}*/
/*.landing_PopupWrapper_dukes .dukes-text-content-wrapper h2::before{*/
/*    content: "";*/
/*    display: block;*/
/*    width: 20%;*/
/*    height: 2px;*/
/*    background-color: #d9b99b;*/
/*    margin: 5px auto;*/
/*}*/

/*.landing_PopupWrapper_dukes .dukes-text-content-wrapper::-webkit-scrollbar {*/
/*    width: 5px;*/
/*}*/

/*.landing_PopupWrapper_dukes .dukes-text-content-wrapper::-webkit-scrollbar-track {*/
/*    background: #38822b;*/
/*}*/

/*.landing_PopupWrapper_dukes .dukes-text-content-wrapper::-webkit-scrollbar-thumb {*/
/*    background: #85713e;*/
/*}*/

/*.landing_PopupWrapper_dukes .dukes-text-content .close_btn_div {*/
/*    width: 100%;*/
/*    display: flex;*/
/*    justify-content: flex-end;*/
/*    border-bottom: 1px solid #fff;*/
/*}*/

/*.landing_PopupWrapper_dukes .dukes-text-content .dukes_popUp_Close {*/
/*    width: 25px;*/
/*    height: 26px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    font-weight: 100;*/
/*    cursor: pointer;*/
/*    background: transparent;*/
/*    color: #fff;*/
/*    border: none;*/
/*    font-size: 18px;*/
/*    padding: 0 10px 0 0;*/
/*}*/

/*.landing_PopupWrapper_dukes .dukes-text-content-wrapper p a {*/
/*    color: red;*/
/*}*/

/*.landing_PopupWrapper_dukes .dukes-text-content-wrapper h2 {*/
/*    font-size: 24px;*/
/*}*/

/*.landing_PopupWrapper_dukes .dukes-text-content-wrapper :is(p, ul, li) {*/
/*    font-size: 13px;*/
/*    color: white;*/
/*}*/

 /*Responsive design */
/*@media screen and (max-width: 1100px) {*/
/*    .landing_PopupWrapper_dukes .dukes-text-content {*/
/*        width: 700px;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 900px) {*/
/*    .landing_PopupWrapper_dukes .dukes-text-content {*/
/*        width: 600px;*/
/*    }*/
/*}*/

 /*Smooth fade-in/out animations */
/*@keyframes fadeIn {*/
/*    0% {*/
/*        opacity: 0;*/
/*    }*/
/*    100% {*/
/*        opacity: 1;*/
/*    }*/
/*}*/

/*@keyframes fadeOut {*/
/*    0% {*/
/*        opacity: 1;*/
/*    }*/
/*    100% {*/
/*        opacity: 0;*/
/*    }*/
/*}*/

/*.landing_PopupWrapper_dukes.fadeIn {*/
/*    animation: fadeIn 0.5s ease forwards;*/
/*}*/

/*.landing_PopupWrapper_dukes.fadeOut {*/
/*    animation: fadeOut 0.5s ease forwards;*/
/*}*/

 /*Mobile CSS */
/*.mobile .landing_PopupWrapper_dukes {*/
/*    padding: 30px 15px;*/
/*}*/

/*.mobile .landing_PopupWrapper_dukes .dukes-text-content {*/
/*    width: 100%;*/
/*}*/

/*.mobile .landing_PopupWrapper_dukes .dukes-text-content-wrapper {*/
/*    padding: 15px;*/
/*}*/

/*.mobile .landing_PopupWrapper_dukes .dukes-text-content-wrapper h2{*/
/*    color:#fff;*/
/*}*/




.nav-contact {
    display: none;
}



.homepage .content_wrapper .no-gutter .widget-wrapper, .inner-page .content_wrapper .no-gutter .widget-wrapper {
    padding: 0 0 20px !important;
}
.content_promotions_block {
    display: none;
}

.customDisclaimer {
   text-align: center;
   padding-top: 30px;
   padding-bottom: 30px;
   border-radius: 5px;
}


/*Desktop css*/
.footer_block_wrapper:first-child{
    display:flex;
}
.footer_block_wrapper:first-child .hotel_details{
    width:40% !important;
    padding-right:5%;
}
.footer_block_wrapper:first-child .brand-logo{
    margin-right:5%;
}
.footer_block_wrapper:first-child .brand-logo img{
    background:#fff
}
@media screen and (max-width: 1200px) {
  .footer_block_wrapper:first-child .brand-logo img{
     width:100px;
  }
}
@media screen and (max-width: 991px) {
  #footer .container{
      width:100%;
      padding:0 4%;
  }
  .footer_block_wrapper:first-child .brand-logo{
    margin:0 5% 0 1%;
  }
}

/*mobile css*/
.mobile #footer .social-bar .brand-logo img{
    width:unset;
    background:#fff;
    margin-bottom:15px;
}

.for-homepage .content_wrapper .no-gutter .text-content p, .content_wrapper .no-gutter p{
    margin: 10px 0;
}
.for-homepage .widget-wrapper.wt-masonry-gallery.wt-general-masonry,
.container-fluid .clearfix.widget-wrapper.wtfiledwnld {
    padding-bottom: 0 !important;     
}




.generic_slider.jssor-carousel-container.simp-custom-width50{
    width: 50% !important;
}
.generic_slider.jssor-carousel-container.simp-custom-width50 .jssor-carousel-wrapper {
    padding: 0 !important;
}
.generic_slider.jssor-carousel-container.simp-custom-width50 div#jssorCommonCarousel_7 {
    margin: 0;
}
.wt1tb.simp-custom-width50 {
    width: 50% !important;
    display:flex;
    justify-content: center;
    align-items: center;
}
.wt1tb.simp-custom-width50 .text-content {
    padding: 0 50px;
}
/*.simp-custom-width50 {*/
/*    padding-top:0px !important;*/
/*    padding-bottom:0px !important;*/
/*}*/





.camera-carousel-container #fullwidth_video_bg video{
    width: 100%;
}

