#whatsAppHeader{
    z-index: 1000;
    position: fixed;
    bottom: 15px;
    left:unset;
    right:15px;
    background: #25d366;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    font-size: 28px;
    text-align: center;
    line-height: 50px;
}
#whatsAppHeader a{
    color: white;
}
.fa-whatsapp {
    font-weight: bold;
}
.mobile #whatsAppHeader {
    border-radius: 50px;
    background: #25d366;
    float: right;
    position: fixed;
    right: 24px;
    bottom: 75px;
    padding: 8px 10px;
    margin-right: -10px;
    z-index: 9999;
    line-height: unset;
}
.mobile #whatsAppHeader a {
    color: #ffffff;
}
.mobile #whatsAppHeader .fa-whatsapp {
    font-size: 30px;
    /*padding: 3px 5px;*/
}
.mobile .fa-whatsapp:before {
    content: "\f232";
}



/*header #top-navbar-collapse {*/
/*    width: 97%;*/
/*}*/
header .callback {
    display:none;
    position: absolute;
    right: 196px;
    top: 20px;
    z-index:999;
    /*margin-right:5px;*/
    /* height: 20px; */
}
header .callback i{
    background: #5b3162;
    width: 34px;
    padding: 10px 6px;
    font-size: 20px;
}
header .callback  a {
    color: white;
}
header .callback a:hover{
    text-decoration:none;
    color:white;
}
header .callback i:hover {
    /* background: rgb(195, 68, 22); */
    color: rgb(255, 255, 255);
    background-color: rgb(60, 32, 65);
}
header .navbar-top .navbar-nav .primary a {
    padding:20px 9px;
}
div#clicktocallPopup {
    display: none;
}
.widget-wrapper.wt1tb[data-widget-id="2145853"] div#clicktocallPopup {
    display: block;
}
div#clicktocallPopup {
    text-align: center;
    padding-bottom: 22px;
}

div#clicktocallPopup input#click2call_submitbtn {
    padding: 1px 16px;
    background-color: #765076;
    border: none;
    color: white;
}

div#clicktocallPopup input#click2call_cust_text {
    /*border: none;*/
    background-color: transparent;
    border: 1px solid #525252;
    text-align: center;
    padding: 0 5px;
}
div#clicktocallPopup input#click2call_cust_text::placeholder {
  color: #525252;
  opacity: 1; /* Firefox */
}

div#clicktocallPopup input#click2call_cust_text:focus {
    /* border: none!important; */
    outline: none;
}
/*tooltip*/
.callback .callbacktext {
  visibility: hidden;
  width: 100px;
  background-color: #938a87a6;
  color: #fefdfa;
  text-align: center;
  border-radius: 6px;
  /*padding: 5px 0;*/
  position: absolute;
  z-index: 1;
  top: 42px;
  left: -35px;
}

.callback:hover .callbacktext {
  visibility: visible;
}

.mobile #footer .callback {
    text-align: center;
    padding: 8px 0;
}
.mobile #footer .callback p {
    font-size: 1.125em;
    /*color: #525252;*/
}
.mobile #footer div#clicktocallPopup {
    display: block;
}
.mobile div#clicktocallPopup input#click2call_cust_text{
    color:white;
    border: 1px solid #ffffff;
}
.mobile div#clicktocallPopup input#click2call_submitbtn{
    background-color:white;
    color:#765076;
}
.mobile div#clicktocallPopup input#click2call_cust_text::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}

.mobile .name-of-hotel,
.mobile .panel-group#accordion{
    display:none;
}
.mobile .mobile-menu .navBtnBorder{
    background-color:white !important;
    color:#5b3163;
}
.mobile .mobile-menu .navBtnBorder:hover{
    background-color:white !important;
    color:#5b3163;
}
.mobile.parent-hotel  .mobileHeaderTop {
    display: none;
}
.mobile.child-hotel .mobile-menu .nav-min-price-div {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 2;
}
.mobile .logo.navbar-logo {
    background-color:white;
    position:relative !important;
    padding: 0;
}
.mobile .logo.navbar-logo .logo-inner{
    text-align:center;
    display:block;
}
.mobile.parent-hotel div[data-widget-id="2059581"]{
    display:none;
}
.mobile.parent-hotel.for-homepage .wtheader{
    text-align:center !important;
}
.mobile.child-hotel.for-homepage .wtheader h1,
.mobile.child-hotel.for-homepage .wtsubheader:nth-child(2) h2{
    text-align:center;
    border-bottom:none;
}
.mobile.parent-hotel.for-homepage .wtheader h1{
    border-bottom:none;
}
.drop-menu-header-block {
    background-color: #fff;
}

.mobile.for-homepage  img.bestprice-stamp {
    position: absolute;
    width: 90px;
    right: 0;
}


/* new content  */

.mobile .row.clearfix.widget-wrapper.wt1tb.simp-custom-logos ul{
    display:flex;
    justify-content:center;
    flex-direction:column;
    list-style:none;
    align-items:center
}

/* new code */

.mobile .row.clearfix.widget-wrapper.wt1tb.simp-custom-amenitie h3{
    font-size:16px;
    text-wrap:nowrap;
}


.mobile .simp-custom-mobile-hide-left-right-box .col-xs-12:first-child{
    display:none;
}
.mobile .simp-custom-mobile-hide-left-right-box .col-xs-12:last-child{
    display:none;
}


/* centre align  */

.mobile .widget-wrapper.simp-custom-headercentrealign h2 {
    display:flex;;
    justify-content:center;
     width:100%;   
}
.mobile .widget-wrapper.simp-custom-amenitiesservice .text-content .table-responsive>.table>tbody>tr>td{
    display:flex;
    flex-direction:column;
    flex-basis:33.33%;
    align-items:center;
}
.mobile .widget-wrapper.simp-custom-amenitiesservice .text-content .table-responsive>.table>tbody>tr{
     display:flex;
     flex-direction:row;
     flex-wrap:wrap;
}

/* padding removal */

.mobile .content_wrapper .no-gutter .widget-wrapper.bgImageContainer.simp-custom-pop-out{
    padding:20px !important;
}

.mobile .content_wrapper .no-gutter h1, 
.mobile .content_wrapper .no-gutter h2 {
    text-transform: uppercase;
}

.mobile .mobile-menu .tel,
.mobile .mobile-menu .geo {
    display: none;
}

.mobile.for-innerpage .row-fluid.mobileHeaderTop {
    display: none;
}

.mobile .nav-min-price-div,
.mobile .select-hotel-wrapper,
.mobile #dropdown-menu-multiprop .TwoFoldMenuName,
.mobile .navBtnBorder.bookBtnbgcolor i.fa.fa-calendar.fa-2x {
    display: none;
}

.mobile .book-button .navBtnBorder.top_padding {
    padding-top: 15px;
}

.mobile .book-button .TwoFoldMenuName {
    display: inline-block;
    padding: 5px 10px;
    background-color: #5b3163;
    color: white;
}

.mobile .mobile-menu .menu-item .dropdown-toggle {
    padding-right: 80px;
}

.mobile .mobile-menu .menu-item .bookBtnbgcolor {
    padding-left: 30px;
}

/*.navbar-nav .dropdown-menu li:nth-child(1) .dropdown-header .li-space:nth-child(1) .list-name:after   {*/
/*    content: "New";*/
/*    background-color:red;*/
/*    color:white;*/
/*    font-size:10px;*/
/*    margin-left:10px;   */
/*    padding:1px 6px;*/
/*    letter-spacing: 0.5px;*/
/*}*/
/*.navbar-nav .dropdown-menu li:nth-child(3) .dropdown-header .li-space:nth-child(2) .list-name:after   {*/
/*    content: "New";*/
/*    background-color:red;*/
/*    color:white;*/
/*    font-size:10px;*/
/*    margin-left:10px;   */
/*    padding:1px 6px;*/
/*    letter-spacing: 0.5px;*/
/*}*/


/*-- New codes for new tag Targeting href values--*/
.navbar-nav  a[href*='lungta-boutique-hotel-spa-darjeeling'] .list-name:after,
.navbar-nav  a[href*='magnolia-boutique-hotel-spa-pelling'] .list-name:after,
.navbar-nav  a[href*='polaris-suites-spa-kalimpong'] .list-name:after,
.navbar-nav  a[href*='khang-lachen'] .list-name:after,
.navbar-nav  a[href*='bayul-lachung'] .list-name:after,
.navbar-nav  a[href*='queen-hills-resort-darjeeling'] .list-name:after{
    content: "New";
    background-color:red;
    color:white;
    font-size:10px;
    margin-left:10px;  
    padding:1px 6px;
    letter-spacing: 0.5px;
}

/*mobile*/
.mobile .nav-wrap a[href*='lungta-boutique-hotel-spa-darjeeling'] .hotel-name:after,
.mobile #myModal a[href*='lungta-boutique-hotel-spa-darjeeling'] .hotel-name:after,
.mobile .nav-wrap a[href*='magnolia-boutique-hotel-spa-pelling'] .hotel-name:after,
.mobile #myModal a[href*='magnolia-boutique-hotel-spa-pelling'] .hotel-name:after
.mobile .nav-wrap a[href*='polaris-suites-spa-kalimpong'] .hotel-name:after,
.mobile #myModal a[href*='polaris-suites-spa-kalimpong'] .hotel-name:after
.mobile .nav-wrap a[href*='khang-lachen'] .hotel-name:after,
.mobile #myModal a[href*='khang-lachen'] .hotel-name:after,
.mobile .nav-wrap a[href*='bayul-lachung'] .hotel-name:after,
.mobile #myModal a[href*='bayul-lachung'] .hotel-name:after
.mobile .nav-wrap a[href*='queen-hills-resort-darjeeling'] .hotel-name:after,
.mobile #myModal a[href*='queen-hills-resort-darjeeling'] .hotel-name:after{
    content: "New";
    background-color:red;
    color:white;
    font-size:10px;
    margin-left:10px;  
    padding:1px 6px;
    letter-spacing: 0.5px;
}










.outerpage .content_wrapper .no-gutter .summary_widget_wrapper .summary-widget .summary-content-wrap{
    border-radius:25px 25px 0 0;
}

/* For 2-text-box */
.simp-custom-hideRightBoxTwoText .right-box{
    display:none;
}
.simp-custom-hideLeftBoxTwoText .left-box{
    display:none;
}
.mobile .simp-custom-hideRightBoxTwoText .col-xs-12:nth-of-type(2){
    display:none;
}
.mobile .simp-custom-hideLeftBoxTwoText .col-xs-12:nth-of-type(1){
    display:none;
}



.widget-wrapper .text-content img {
    border-radius: 25px;
}
.widget-wrapper .page_link {
    border-radius: 25px;
}

.outer-page .simp-custom-pop-out .text-content {
    overflow:hidden;
}
.outer-page .simp-custom-pop-out .text-content  img{
    transform:scale(1);
    transition:all 1.5s;
}
.outer-page .simp-custom-pop-out .text-content:hover img{
    transform:scale(1.2);
    transition:all 1.5s;
    z-index:99
}
.outer-page .simp-custom-pop-out .text-content:after{
    content:"";
    display:block;
    background-color:#000000;
    /*height: var(--calc-height);*/
    width:calc(100% - 60px);
    position:absolute;
    top:0;
    opacity: 0;
    transition:all 1.5s;
}

.outer-page .simp-custom-pop-out .text-content .page_link:hover img{
    opacity: 1;
}

/* added for innerpages as well on request */

.inner-page .simp-custom-pop-out .text-content {
    overflow:hidden;
}
.inner-page .simp-custom-pop-out .text-content  img{
    transform:scale(1);
    transition:all 1.5s;
}
.inner-page .simp-custom-pop-out .text-content:hover img{
    transform:scale(1.2);
    transition:all 1.5s;
    z-index:99
}
.inner-page .simp-custom-pop-out .text-content:after{
    content:"";
    display:block;
    background-color:#000000;
    /*height: var(--calc-height);*/
    width:calc(100% - 60px);
    position:absolute;
    top:0;
    opacity: 0;
    transition:all 1.5s;
}

.inner-page .simp-custom-pop-out .text-content .page_link:hover img{
    opacity: 1;
}





.mobile .simp-custom-top5 .slick-slide>img{
    display: none;
}







