@media screen and (max-width: 990px) {

    header {
        padding-bottom: 0px;
    }

    header .home-search .search {
        width: 100%;
        border-radius: 4px;
        padding: 10px 12px;
        text-transform: uppercase;
    }

    header .home-search {
        padding: 30px;
    }

    header .home-search h1 {
        text-align: center;
        font-weight: 600;
    }

    header .home-search input {
        height: 45px;
    }

    .custom-select {
        height: 45px;
    }

    .sliding-box{
        padding: 0;
        border: 0;
    }

    .trending-destinations .destination-box .destination-summary a{
        margin-bottom: 30px
    }

    .trending-destinations .destination-box .destination-summary p{
        margin: 20px 0;
    
    }

    .trending-destinations .slick-next{
        display: block !important;
    }

    
    .trending-destinations .slick-prev{
        display: block !important;
    }

    .trending-destinations h1{
        margin: 50px 0 100px 0;
    }

    .slick-next{
        top: -45px;
        right: 42% !important;
    }

    .sliding-box .slick-prev {
        top: -45px;
        left: 42% !important;
    }

    #overlay {
        position: fixed; /* Sit on top of the page content */
        display: none; /* Hidden by default */
        width: 100%; /* Full width (cover the whole page) */
        height: 100%; /* Full height (cover the whole page) */
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.5); /* Black background with opacity */
        z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
        cursor: pointer; /* Add a pointer on hover */
      }

      /* Footer */

      .main-footer{
        display:none
    }

    .mob-footer{
        padding: 45px 0 30px 0
    }
    .subscribe{
        display: block;
    }

    .subscribe input {
        width: 100%;
        height: 45px;
    }

    footer .subscribe .submit {
        height: 45px;
        width: 100%;
        margin-top: 15px;
        font-size: 15px;
        border-radius: 3px;
    }

    footer .foot-links ul li {
    display: block;
    text-align: left;
    padding-left: 0;
    }

    footer .foot-links ul li a{
    font-size: 15px
    }

    footer .social-media {
    margin-top: 0;
    text-align: left;
    }

    footer .social-media h5{
    font-weight: normal;
    margin: 0;
    margin-bottom: 10px;
    }

    footer .social-media a{
    text-align: center;
    margin-bottom: 10px;
    }

      /* Footer End */

      /* My Bookings */

      .mybookings{
            width: 100%;
            margin: 0 auto;
        }

        .mybooking-header {
            min-height: 300px;
        }

        .mybookings-title{
            margin-top: 63px;
        }

        .mybookings form input{
            height: 45px;
        }

      .mybookings form .btn-search{
        display: block;
        width: 100%;
      }

      .reservation-banner{
        height: 350px;
        padding: 0 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: -20px;
      }

      /* My Bookings End */

      /* Privacy */

      .policy-container {
            width: 100%;
            margin: 0 auto;
        }

        .policy-main {
            margin-bottom: 70px;
        }

      .policy-content {
            padding: 10px 10px;
        }

        .privacy-wrapper h1{
            padding-top: 50px;
        }

        .terms-hero, .privacy-hero{
            height: 300px;
            padding-top: 83px;
        }
        
        /* .terms-hero, .privacy-hero{
            height: 300px;
            display: flex;
            flex-direction: column;
            padding-top: 0;
            justify-content: center;
            padding-bottom: 0;
            margin-top: -80px;
        } */

        /* .terms-hero, .privacy-hero h1{
            margin-top: 0 !important;
            padding: 0 !important;
        } */

    /* Privacy End*/

    /* My Account */

    .account-container .container {
        width: 100%;
    }
        
    .my-account-title{
        padding-top: 20px;
        margin-bottom: 0;
        padding-bottom: 40px;
    }

    .account-tabs{
        margin-top: 0;
    }


    .account-container .account-tabs .nav-pills>li {
        margin-right: 0;
        margin-left: 0;
        display: block;
        width: 100%;
        border-bottom: solid 1px #5579C7;
    }

    .account-container .account-tabs .nav>li>a{
        background-color: #EEF2F9;
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .account-container .account-tabs .nav-pills>li.active>a, .account-container .account-tabs .nav-pills>li.active>a:focus, .account-container .account-tabs .nav-pills>li.active>a:hover{
        color: #fff !important;
        background: #5579C7 !important;
        border-bottom: 0;
    }

    .tab-content h2{
        color: #333;
        margin: 0px 0 20px 0;
    }

    .active-listing-card{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    /* My Account End */


    /* Hotel Listing */

    .inner-header{
        min-height: 160px;
    }

    .detail-head-wrapper .detail-head label{
        display: none;
    }

    .detail-head-wrapper .detail-head{
        border: 0;
    }

    .modify-search-mobile{
        padding: 0px;
        padding-bottom: 0;
        background-color: white;
        position: relative;
        box-shadow: 0 0 10px #eee;
        border-radius: 6px 6px 0 0;
        margin: 0 -15px;
    }

    .modify-icon{
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .modify-search-mobile .btn-theme-yellow {
        border-radius: 0 0 6px 6px;
    }

    .detail-head {
        margin-bottom: 10px;
    }

    .detail-head label{
        display: none;
    }

    .price-sorting {
        width: 100%;
        float: none;
        margin-top: 0px;
    }

    .price-sorting label{
        display: none;
    }

    .listing-views-mb .view {
        display: block;
        float: none;
        margin-right: 12px;
        border-radius: 4px;
        border: solid 1px #ccc;
        padding: 8px 6px;
        font-size: 13px;
        color: #717171;
        cursor: pointer;
        width: 100%;
        text-align: right;
    }

    .detail-head span {
        font-size: 12px;
        padding: 0 10px;
        padding-top: 10px;
    }

    .loc-bold{
        font-weight: 600 !important;
        font-size: 14px !important;
    }

    .listing-wrapper .result-box .city-info .distance-away{
        margin-top: 10px;
    }

    .listing-wrapper .result-box .city-info {
        padding-bottom: 5px;
    }

    .listing-wrapper .result-box .regular-price {
        padding: 0px;
        background: #fff;
        overflow: hidden;
    }

    .listing-wrapper .result-box .regular-price .secondry-btn {
        padding: 10px 40px;
        margin-bottom: 0px;
        background: #ffcb05;
        border: 0px;
        display: block;
        border-radius: 0 0 6px 6px;
        text-transform: uppercase;
    }

    .our-price{
        padding-left: 14px;
        font-weight: 700;
        color: #333333;
    }

    .listing-wrapper .result-box .regular-price .our-price span {
        font-weight: 400;
    }

    .listing-wrapper .result-box .regular-price .our-price span::before {
        content: "/";
        padding-right: 8px;
        padding-left: 5px;
    }

    .listing-wrapper .result-box .regular-price .our-price span:first-child{
        display: none !important;
    }

    .auth-alert{
        padding: 50px 15px;
    }

     .listing-wrapper .result-box .trivago-price{
        display: none;
    } 

    .list-icon, .list-icon-horz{
        display: none !important;
    } 

    .listing-wrapper .result-box .gallery{
        padding: 0;
    }
    /* Hotel Listing End*/



    .error-section img{
        width: 100%;
    }

    .desktop-view{
        display:none
    }

    .slider-thumb{
        border-radius: 10px 10px 0 0;
    }

    /* Search Modal */

    .search-modal .modal-dialog{
        width: 100%;
    }

    .search-modal .modal-content{
        width: 100%;   
    }

    .search-modal .close{
        right: 13px;
    }

    .search-modal h4 {
        font-size: 30px;
        font-weight: 600;
        padding: 0 110px;
    }

    .form-group-date {
        margin-bottom: 10px;
        background: 0;
        padding: 0;
        border: 0;
    }

    .form-group-date input {
        width: 78% !important;
    }

    .search-modal .modal-body {
        margin-top: 0px;
        padding: 10px 34px;
        overflow-x: hidden;
    }
    /* End */

    /* Detail Page */

    .detail-head-wrapper {
        padding: 0 0;
    }

    .slick-arrow{
        display: none !important;
    }

    .details-container {
        margin-top: 20px;
    }

    .detail-slide-wrapper {
        margin-bottom: 20px;
    }

    .facility-wrapper img {
        height: 166px;
    }

    .price-group-conianer h3{
        display: none;
    }

    .price-group-item{
        margin-bottom: 40px;
    }
    .price-names-wrapper{
        padding: 15px;
        height: 151px;
        padding-bottom: 40px;
        overflow: auto;
    }

    .detail-xs .page-zoom{
        /* transform: scale(1); */
    }

    /* End */

    /* Booking Summary */
        .successlogin{
            text-align: center;
        }

        .checkout-sec{
            background: none;
        }

        .bill-information {
            margin: 20px 0;
            padding: 0px 15px;
        }

        .bill-information {
            box-shadow: none;
            border-radius: 0;
            transform: scale(1);
        }

    /* Booking Summary End*/

    .sm-mb-2{
        margin-bottom: 20px;
    }

    /* Booking Confirmation */
    .booking-section .container{
        padding: 0;
    }

    .booking-confirmation {
        margin-bottom: 0px;
        padding-bottom: 0px;
        box-shadow: none;
        border-radius: 0;
    }

    

    .confirmation-wrapper {
        padding: 0px 0px;
        margin-top: 0px;
        font-family: "Roboto", sans-serif;
        color: black;
        transform: scale(1);
    }

    .booking-head {
        padding: 50px 20px;
    }

    .booking-head a {
        height: 45px;
        background-color: #f5c218;
        text-decoration: none;
        font-weight: 600;
        color: black;
        text-transform: uppercase;
        text-align: center;
        padding: 14px 10px;
        border-radius: 2px;
        font-size: 15px;
        letter-spacing: 0.8px;        
        margin: 0 auto;
        display: block;
        margin-top: 27px;
    }

    .booking-head .br-right {
        border-bottom: solid 0px #ccc;
        border-right: 0;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .booking-head span{
        display: block;
        font-size: 27px;
        font-weight: 700;
    }

    .booking-head .pl-4{
        padding-left: 0;
    }

    .booking-number{
        display: block;
        float: none;
        margin-right: 0;
        text-align: center;
    }

    /* .booking-content {
        padding: 20px 10px;
    } */

        
    .hotel-booking-content td{
        width: 100%;
        display: block;
        text-align: center;
        border-top: 0 !important;
        border-right: 0 !important;
    }

    .booking-hotel-info{
        text-align: center;
    }


    .booking-ads img {
        margin-bottom: 15px;
    }

    
    .amount-or-discount{
        margin: auto;
        margin-top: -10px !important;
    }

    .table-btm {
        background: #5579C7;
        border-radius: 0 0 0 0;
        margin-bottom: -50px;
    }

    /* End */

    .no-border-sm{border: none !important;}
    .no-top-border-sm{border-top: none !important;}
    .no-bottom-border-sm{border-bottom: none !important; margin-bottom: -20px;}
    .border-top-solid{border-top: solid 1px #ccc !important;}
}

/* My Account */

@media (min-width: 768px) and (max-width: 991px) {

    .navbar-right {
        margin-right: -15px;
        margin-top: 10px;
        float: left !important;
    }

    .navbar-default .container{
        width: 100%px;
    }

    .navbar-default .nav>li>a{
        padding: 30px 14px;
    }

    header .home-search-wrapper {
        margin-top: 50px;
    }
}

  
  
  @media screen and (max-width: 767px) {

    .nav-select{
        padding-left: 10px;
    }

    .nav-select .custom-select-head{
        width: 24%;
    }

    .curn-icon{
        /* width: 30px; */
        height: 36px;
        padding-top: 5px;
        padding-left: 40px;
        background: url(../images/currency-icon.svg) no-repeat;

    }

    .lang-icon{
        height: 36px;
        padding-top: 5px;
        padding-left: 40px;
        background: url(../images/lang-icon.svg) no-repeat;
    }
  
      .account-container .tab-content{
          margin-top: 20px
      }
  
      .booking-table table {
          border: 0;
      }
  
    .booking-table table td{
      border-bottom: 0  !important;
      text-align: right !important;
      display: block;
      font-size: 15px !important;
      text-align: right;
  }
    
    .booking-table table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }
    
    .booking-table table tr {
      border-bottom: 0;
      display: block;
      margin-bottom: 2em;
      background: white;
      box-shadow: 0 0 3px 4px #f2f2f2;
      padding: 10px;
      border-radius: 6px;
    }
    
    
    .booking-table table td::before {
      /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
      content: attr(data-label);
      float: left;
      font-weight: 500;
      text-transform: uppercase;
      color: #333;
        font-size: 15px;
        font-weight: 500;
    }
    
    .booking-table table td:last-child {
      border-bottom: 0;
    }

    .active-list-btns{
        position: relative;
        padding: 0 20px;
        text-align: center;
        top: 10px;
        right: 0;
    }
    .active-list-btns button{
        display: block;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .booking-confirm-modal .modal-body {
        margin-top: 0px;
        padding: 10px 14px;
    }

    .booking-confirm-modal .btn {
        margin: 15px 0 5px 0;
    }

    .booking-confirm-modal  .booking-hotel-info{
        padding: 15px 0px;
    }

    .booking-confirm-modal .booking-content table td, .booking-content table td {
        border: solid 1px #ccc;
        border-left: 0;
        width: 100%;
        display: block;
        border-right: 0;
        border-top: 0;
    }

    .booking-content table h2{
        font-size: 23px;
        font-weight: 700;
    }

    
.text-right-md{
    text-align: none;
}
    
  }

/* My Account End */

.reservation-wrapper {
    width: 100%;
    margin-top: 0px;
    width: 100% !important;
    margin: 0 auto;
    border-radius: 0;
    box-shadow: none;
    background: white;
}

.from-section-one, .from-section-two, .from-section-three {
    padding: 25px 0;
    padding-bottom: 5px;
}

.reservation-wrapper input, .reservation-wrapper select {
    height: 45px;
}

.hotel-reserve-btn {
    /* commented by rohan */
    /* width: 100%; */
    display: block;
    margin-top: 0;
}



@media screen and (min-width: 991px) {
    .mob-footer{
        display:none
    }

    .mobile-view, .modify-icon{
        display:none
    }

}
