@media (min-width: 480px) {
  #checkInWrapper:hover {
    border-right-color: #2979ff;
  }
  body .container {
    width: 96%;
  }
}

@media screen and (min-width: 768px) {
  .room-scarcity {
    position: absolute;
    top: 30px;
    right: 5px;
    margin: 0;
    width: auto;
  }
  .room-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
  .container {
    width: 750px;
  }
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
}
@media (min-width: 990px) {
  .search-container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
  .container {
    width: 970px;
  }
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .child-age-wrapper {
    max-width: 194px;
  }
  
  .amenities-text-wrapper span {
    line-height: 1.5;
  }
  .amenities-icon {
    margin-top: 4px;
  }
  .msg-content {
    font-size: 16px;
  }
  .inclusion-text {
    width: calc(100% - 2em);
    line-height: 22px;
  }
  .room-scarcity {
    top: 5px;
  }
}
@media screen and (min-width: 1280px) {
  body .container {
    max-width: 1340px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1170px;
  }
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control,
  input[type="time"].form-control {
    line-height: 36px;
  }
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
  }

  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
  }

  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1299px){
    .accordion-block .panel-group .room-selection-wrapper .add-another-room-wrap {
        padding-left: 103px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .child-age-wrapper {
    max-width: 126px;
  }

  .left-cal-wrap,
  .right-cal-wrap {
    width: 43%;
  }
  .accordion-block .panel-group .room-selection-wrapper .add-another-room-wrap {
    padding-left: 84px;
  }
  .amenities-text-wrapper span {
    line-height: 1.5;
  }
  .amenities-icon {
    margin-top: 4px;
  }
  .msg-content {
    font-size: 16px;
  }
  .inclusion-text {
    width: calc(100% - 2em);
    line-height: 22px;
  }
  .room-scarcity {
    top: 5px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #bookingForm .whyBookDirect,
  .dmob-none {
    display: none;
  }
  #bookingForm .btn-wrapper {
    position: relative;
    bottom: 0;
    right: 0;
  }
  #bookingForm .select-block {
    float: left;
    width: 100%;
    padding: 0;
  }
  #bookingForm {
    padding: 30px;
  }
  .child-age-wrapper {
    max-width: 262px;
  }
  #checkInWrapper,
  #checkOutWrapper {
    width: 44%;
  }
  .accordion-block .panel-group .room-selection-wrapper .add-another-room-wrap {
    float: left;
    padding-left: 110px;
    padding-bottom: 20px;
  }
  .accordion-block .panel-group .room-selection-wrapper .add-another-room,
  .submit-btn {
    font-size: 17px !important;
  }
  .amenities-text-wrapper {
    align-items: center;
  }
  .summary-content-wrapper span.head {
    font-size: 15px;
    line-height: 1.4;
  }
  .rate-plan-wrapper .rate-details-wrap .rate-wrapper {
    width: auto;
    display: flex;
    flex-direction: column;
  }
  .rate-plan-wrapper .rate-details-wrap .rate-wrapper .rate-plan-details,
  .rate-plan-wrapper .rate-details-wrap .rate-wrapper .rate-plan-details {
    width: 100%;
  }
  .rate-plan-wrapper .room-details-wrap {
    width: 75%;
  }
  .rate-plan-wrapper .rate-details-wrap {
    width: 25%;
  }
  .room-details-container {
    padding-left: 0;
    padding-right: 0;
  }
  .rate-plan-wrapper
    .rate-details-wrap
    .rate-wrapper
    .rate-plan-details:first-child {
    padding-bottom: 15px;
    text-align: right;
  }
  .rate-wrapper .btn,
  .view-rates-container .btn {
    padding: 12px 20px;
    line-height: normal !important;
  }
  .inclusion-text {
    font-size: 14px;
    width: 100%;
    line-height: 20px;
  }
  .room-scarcity {
    top: 5px;
  }
  .enhance-row .col-sm-4 {
    width: 50%;
  }
  .guest-information-block .details-wrapper .details-label .best-rate-text {
    padding-left: 0;
  }
  .best-room-rate {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .room-thumbnail-rate {
    bottom: 15% !important;
  }
  .modify span {
    display: none;
  }
  .js-valueadd-details,
  .submit-btn {
    line-height: normal;
    padding: 12px 20px;
  }
}
@media (max-width: 780px) {
  #currentMonth,
  #nextMonth {
    display: none;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .accordion-block .room-selection-container .room-title {
    padding: 20px !important;
  }

  .room-scarcity .label {
    font-size: 12px;
  }
  #bookingForm {
    width: 100%;
  }
  header .modal .modal-dialog .modal-content {
    width: 95%;
  }
  .fa-stack {
    vertical-align: middle;
  }
}
@media screen and (max-width: 767px) {
  .carousel-text{
    font-size: 28px;
    padding: 0;
  }
  .submit-container .complete-reservation {
    min-width: 200px;
    width: auto;
  }
  #manage-cancel-btn {
    gap: 18px;
  }
  .accordion-block .panel-group .panel .panel-heading {
    font-size: 16px;
  }
  .accordion-block
    .panel-group
    .room-selection-wrapper
    .each-room-wrapper.top-border {
    border-top: 1px solid #d9d9d9;
    padding: 10px 0;
  }
  .accordion-block .panel-group .room-selection-wrapper .add-another-room-wrap {
    float: none;
    padding-left: 0;
  }
  .accordion-block .panel-group .element-wrapper-2col {
    padding: 0;
  }

  .accordion-block .panel-group .element-wrapper-2col .element-wrapper-left {
    margin-left: 0;
  }

  .accordion-block .panel-group .element-wrapper-2col .element-wrapper-right {
    margin-right: 0;
    float: left;
  }
  .promo-submit-wrapper .promo-code-container {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .submit-container {
    padding-left: 15px !important;
  }
  .room-thumbnail-details {
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 0;
  }
  .room-thumbnail-details-title {
    padding-bottom: 0 !important;
  }
  .room-thumbnail-rate {
    position: static !important;
  }
  .summary-content-wrapper .summary-content {
    padding-left: 10px;
  }
  .summary-content-wrapper .summary-content .line1 {
    font-size: 15px !important;
    padding: 5px 0;
  }
  .summary-content-wrapper .summary-title {
    margin-top: 8px;
  }
  .summary-content-wrapper .summary-content .line2 {
    font-size: 13px !important;
  }
  .modify {
    margin-top: 5px;
  }

  .tnc-submit-wrap {
    padding-top: 0;
  }
  .room-details-container .bd-border:last-child {
    margin-bottom: 40px !important;
  }
  .room-details-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .rate-plan-wrapper .rate-details-wrap .rate-wrapper {
    width: auto;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 10px 0 0 0;
  }
  .rate-plan-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: auto;
  }

  .rate-plan-wrapper .rate-details-wrap,
  .rate-plan-wrapper .room-details-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .step-check {
    font-size: small !important;
    margin-left: -12px !important;
    margin-top: 0 !important;
    margin-right: 10px;
  }
  #bookingForm {
    padding: 25px 20px;
  }
  .modal.fade .modal-dialog {
    width: 90%;
  }
  .dmob-none,
  #bookingForm .whyBookDirect {
    display: none;
  }
  #bookingForm .select-block {
    width: 100%;
    padding: 0px;
    margin: 0 !important;
  }
  #bookingForm .btn-wrapper {
    position: relative;
    bottom: 0;
    right: 0;
  }
  .resv {
    min-width: auto;
    padding: 12px 20px;
    line-height: normal;
  }
  .mob-price span {
    color: #fff;
    margin: 15px 0 0 0;
    display: block;
  }
  .book_button {
    margin-top: 15px;
  }
  .accordion-block {
    margin: 0 15px;
  }
  .summary-content-wrapper {
    flex-wrap: wrap;
  }
  .btn-default.modify.js-modify {
    display: flex;
    align-items: center;
  }

  .summary-content-wrapper span.head {
    color: #000 !important;
    line-height: 1.3;
    padding-bottom: 10px;
    font-size: 16px;
    padding-top: 0;
  }
  .room-title.js-room-title {
    padding: 20px 15px;
  }
  .room-thumbnail-image-wrap-div {
    padding: 0;
  }
  .room-thumbnail-rate {
    padding-top: 10px;
  }
  .accordion-button {
    font-size: 17px;
    line-height: 1.5;
    display: inline-block;
    width: 100%;
    padding: 10px;
    position: relative;
  }
  .accordion-button::after {
    position: absolute;
    right: 10px;
    top: 14px;
  }
  .accordion-button:not(.collapsed)::after {
    top: 8px;
  }
  .nav-tabs .nav-link {
    padding: 10px 17px;
    line-height: normal;
    margin: 0 5px 0 0;
  }
  .room-details-wrap {
    width: 100%;
    padding-left: 12px !important;
  }
  .msg-content {
    font-size: 15px;
    line-height: 22px;
  }
  .msg-content .fa-check {
    margin-top: 5px;
  }
  .amenities-icon {
    margin-top: 3px;
    margin-right: 10px;
  }
  .amenities-text-wrapper {
    line-height: 1.5;
  }
  .inclusion-text {
    display: block;
    width: 100%;
    line-height: 22px;
    font-size: 14px;
  }
  .inclusions-span .inclusions-icon {
    margin-top: 2px;
  }
  .promo-submit-wrapper .promo-code-container,
  .room-rate-plan-title .col-xs-8 {
    width: 100%;
  }
  .accordion-block .panel-group .room-selection-wrapper .default-room-block {
    width: 46%;
  }
  .accordion-block .panel-group .room-selection-wrapper .add-another-room,
  .submit-btn {
    font-size: 15px !important;
  }
  .rate-plan-wrapper .rate-details-wrap {
    width: 100%;
  }
  .rate-plan-wrapper .rate-details-wrap .rate-wrapper .col-xs-12 {
    width: 50%;
    padding: 0;
  }
  .select-rate,
  .view-rates {
    padding: 12px 20px !important;
    line-height: normal !important;
  }
  .amenities {
    padding-left: 30px;
  }
  .tab-content > .tab-pane {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 30px;
  }
  .js-valueadd-details {
    padding: 10px 14px;
    line-height: normal;
  }
  .guest-information-block .details-wrapper .details-label .best-rate-text {
    padding-left: 0;
  }
  .accordion-block .panel-group .select-wrap,
  #checkInOutContainer .col-xs-10.col-xs-10-wrapper {
    width: 100%;
  }
  #checkInWrapper,
  #checkOutWrapper {
    width: 45%;
  }
  .amenities .amenities-ul .amenities-list:nth-child(3n + 1) {
    clear: none;
  }
  .pay-at-hotel-wrapper .col-sm-6,
  .pay-now-wrapper .col-sm-6 {
    width: 100%;
  }
  .best-room-rate {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 728px) {
  .rate-details-wrap .rate-wrapper {
    padding-right: 5px;
  }
  .inclusions-span {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .left-cal-wrap,
  .right-cal-wrap {
    width: 100%;
  }
  .toggle-switch-container {
    padding: 0;
  }
  .day-use-toggle-label {
    padding-left: 0;
    min-width: fit-content;
    max-width: fit-content;
  }
  .day-use-toggle-label.right {
    padding-left: 15px;
  }
  .day-use-search-label {
    padding-left: 0;
    width: 100%;
    min-height: 30px;
    margin-bottom: 0;
  }
  .day-use-search-label.check-in-time {
    padding-left: 0;
  }

  .day-use-checkin-date {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .day-use-calendar-container {
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }
  .accordion-block .panel-group .panel .panel-body {
    padding: 20px !important;
  }
  .accordion-block .panel-group .panel .room-selection-container {
    margin: -20px !important;
  }
  .accordion-block .panel-group .search-label {
    line-height: 30px;
    padding-left: 0;
    width: 100% !important;
  }
  .align-bottom {
    float: left;
  }
}

@media (max-width: 575px) {
  .carousel-caption{
    padding: 120px 0;
  }
  .amenities .amenities-ul .amenities-list {
    margin: 12px 0 0 0;
    display: inline-block;
    width: 100%;
    line-height: 1.5;
  }
  .tolabel-wrap {
    width: 100%;
    padding-left: 0;
    line-height: 30px;
  }
  #checkInWrapper .col-xs-12 span,
  #checkOutWrapper .col-xs-12 span,
  .guest-info-form .element-input,
  .guest-information-block .best-rate-text {
    padding-top: 4px;
  }

  .accordion-block .panel-group .room-selection-wrapper .room-number {
    padding-left: 0;
  }
  .checkout-title {
    font-size: 20px !important;
  }
  .accordion-block .panel-group .element-wrapper {
    width: 100% !important;
  }

  .accordion-block .panel-group .element-wrapper .element-label {
    font-size: 10px !important;
  }
  .accordion-block .panel-group .room-selection-wrapper .element-label {
    font-size: 10px;
  }

  .accordion-block .panel-group .room-selection-wrapper .adults-header {
    margin-top: 10px;
  }
  .accordion-block .panel-group .room-selection-wrapper .children-header {
    margin-top: 10px;
  }
  .accordion-block .panel-group .room-selection-wrapper .room-number {
    margin-top: 0;
    margin-bottom: 0;
    width: 80%;
  }
  .accordion-block .panel-group .room-selection-wrapper .room-increment-parent {
    float: left;
  }
  .accordion-block .panel-group .room-selection-wrapper .add-another-room-wrap {
    padding-left: 0;
  }
  .accordion-block .panel-group .room-selection-wrapper .add-another-room {
    margin-left: 0 !important;
  }
  .accordion-block .panel-group {
    font-size: 12px !important;
  }
  .check-in-out-date-other {
    font-size: 16px !important;
  }
  .promo-submit-wrapper .promo-code-label {
    font-size: 10px !important;
  }

  .room-thumbnail-details-title {
    font-size: 18px !important;
  }

  .discount-price {
    font-size: 20px !important;
  }
  .amenities .amenities-ul .fa-check:before {
    margin-left: -17px;
  }
  .guest-information-block .details-wrapper .details-input {
    font-size: 18px !important;
  }
  .guest-information-block .details-wrapper .other-details-input {
    font-size: 14px !important;
  }
  .guest-information-block .date-details #checkInWrapper {
    width: 100% !important;
    padding-bottom: 10px !important;
  }

  .guest-information-block .date-details #checkOutWrapper {
    padding-top: 10px !important;
    padding-left: 0 !important;
    border-left: none !important;
    width: 100% !important;
    border-top: 1px dotted #d9d9d9;
  }
  .guest-information-block .gt-amt {
    font-size: 18px !important;
  }

  .pay-now-amt {
    font-size: 14px !important;
  }
  .rate-plan-wrapper .room-details-wrap .room-rate-plan-title {
    font-size: 18px !important;
  }
  .col-xs-10-wrapper {
    width: 100% !important;
  }
  form.guest-info-form {
    padding: 0px !important;
  }
}
@media (max-width: 479px) {
  .discount-price {
    margin-top: 0 !important;
  }
}
@media (max-width: 359px) {
  .accordion-block .panel-group .room-selection-wrapper .default-room-block {
    margin-right: 0;
  }
}

@media (max-width: 319px) {
  .select-rate,
  .view-rates {
    padding: 5px 8px !important;
  }
}
