@media(max-width:1379px) {
  .breadcrumbs {
    margin-left: 20px;
  }

  .review-your-booking {
    margin-left: 2px !important;
  }
}

@media(max-width:1333px) {
  .breadcrumbs {
    margin-left: 40px;
  }
}

@media(max-width:1286px) {
  .breadcrumbs {
    margin-left: 80px;
  }
}

@media(max-width:1447px) {
  #faq1 {
    width: 105% !important;
    margin-left: -60px !important;
  }
}

@media(max-width:1334px) {
  #faq1 {
    width: 105% !important;
    margin-left: -20px !important;
  }
}

@media(max-width:1251px) {
  #faq1 {
    width: 95% !important;
    margin-left: 20px !important;
  }
}

@media(max-width:1000px) {
  #wrapper {
    margin-top: -35px !important;
  }
}

@media(max-width:600px) {
  #wrapper {
    margin-top: -45px !important;
  }
}

.makeFlex.hrtlCenter {
  align-items: center;
}

.makeFlex {
  display: flex;
}

.valueStayCard {
  border-top: 1px solid #d8d8d8;
  padding: 10px 30px;
}

.noShrink {
  flex-shrink: 0;
}

.appendRight10 {
  margin-right: 10px;
}

.font14 {
  font-size: 14px;
  line-height: 14px;
}

.blackText {
  color: #000000;
}

@media(max-width:799px) {
  .hotel-name {
    font-size: 21px !important;
    width: 240% !important;
    margin-bottom: 10px !important;
  }

  .hotel-address {
    width: 210% !important;
  }

  /*.small-pic{*/
  /*margin-left:-100px !important;*/
  /*}*/
  .parent-div-info-top {
    flex-wrap: wrap;
  }
}

@media(max-width:580px) {

  .small-pic {
    margin-left: 0px !important;
  }

  #faq1 {
    margin-left: -1px !important;
  }
}

@media(max-width:792px) {
  .list-single-main-item .tbl-bx {
    margin-top: 300px;
  }
}

@media(max-width:390px) {
  .tbl-bx {
    width: 120%;
    margin-left: -26px;
  }
}

.chkCont {
  grid-column-gap: 5px;
  border-bottom: 1px dotted #ccc;
  border-top: 1px dotted #ccc;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.chkCont__col,
.chkCont__night {
  align-items: center;
  display: flex;
}

.chkCont__col {
  background-color: hsla(0, 0%, 95%, .4);
  padding: 7px 0px;
}

.makeFlex {
  display: flex;
}

.makeFlex.column {
  flex-direction: column;
}

.appendBottom3 {
  margin-bottom: 3px;
}

.font10 {
  font-size: 10px;
  line-height: 10px;
}

.grayText {
  color: #9b9b9b;
}

.latoBlack {
  font-weight: 900;
}

.font16 {
  font-size: 16px;
  line-height: 16px;
}

.font24 {
  font-size: 24px;
  line-height: 24px;
}

.chkCont__night {
  flex: 1;
  justify-content: center;
  margin: 0 15px;
  position: relative;
}

.chkCont__night {
  align-items: center;
  display: flex;
}

.blackText {
  color: #000000;
}

@media(max-width:885px) {
  .check-display {
    font-size: 18px;
  }
}

.check-display-mobile {
  display: none;
}

@media(max-width:667px) {
  .check-display-mobile {
    display: block;
    text-align: left;
    margin-left: 0px;
  }

  .check-display-mobile p {
    text-align: left;
    margin-left: 20px;
  }

  #guest-room-count {
    /*display:none;*/
    color: white;
    background-color: white;
  }

  #guest-room-count p {
    /*display:none;*/
    color: white;
  }

  .chkCont {
    background-color: white;
  }

  .chkCont__col {
    background-color: white;
  }
}

@media(max-width:418px) {
  #guest-room-count {
    width: 10%;
  }
}

.htlInfo__content {
  padding: 20px 30px 30px;
}

.rmDtl {
  grid-row-gap: 15px;
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 15px;
}

.appendBottom15 {
  margin-bottom: 15px;
}

.roomDtlCard {
  background-color: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
}

.roomDtlCard__head {
  border-bottom: 1px solid #d7d7d7;
  display: flex;
  justify-content: space-between;
  padding: 15px 30px;
}

@media(max-width:456px) {
  .roomDtlCard__head {
    padding: 0px 0px !important;
  }
}

@media(max-width:396px) {
  .roomDtlCard__head {
    padding: 0px 30px 0px 0px !important;
  }
}

@media(max-width:398px) {
  .roomDtlCard__head {
    margin-left: -35px !important;
  }
}

@media(max-width:362px) {
  .roomDtlCard {
    width: 95% !important;
  }
}

@media(max-width:350px) {
  .roomDtlCard {
    width: 90% !important;
  }
}

@media(max-width:336px) {
  .roomDtlCard {
    width: 85% !important;
  }
}

.makeFlex.column {
  flex-direction: column;

  .makeFlex {
    display: flex;
  }

  .blackText {
    color: #000000;
  }

  .capText {
    text-transform: uppercase;
  }

  .grayText {
    color: #9b9b9b;
  }

  .appendTop5 {
    margin-top: 5px;
  }

  .pointer {
    cursor: pointer;
  }

  .roomDtlCard__content {
    padding: 13px 20px;
  }

  .appendBottom10 {
    margin-bottom: 10px;
  }

  .font16 {
    font-size: 16px;
    line-height: 16px;
  }

  .latoBold {
    font-weight: 700;
  }

  @media(max-width:467px) {
    #container-room-breakdown {
      width: 50% !important;
    }
  }

  @media(max-width:445px) {
    .roomDtlCard {
      /*width:10% !important;*/
      background-color: black;
    }
  }

  #checkboxx {
    width: 50px;
    height: 50px;
  }

  @media(max-width:384px) {
    .small-pic {
      margin-left: -20px !important;
    }
  }

  @media(max-width:360px) {
    .small-pic {
      margin-left: -10px !important;
    }
  }

  @media(max-width:690px) {
    .pro-baar {
      margin-left: -203px !important;
    }

    .pro-baar-chk-in {
      /*margin-top:-120px !important; */
    }

    .pro-baar-chk-out {
      margin-left: -50px !important;
    }
  }

  @media(max-width:725px) {
    .refund-status-img {
      display: none;
    }
  }

  @media(max-width:630px) {
    .refund-status-img {
      width: 200%;
      height: 40px;
    }

  }

  @media(max-width:556px) {
    .refund-status-img {
      width: 500%;
      height: 25px;
    }
  }

  @media(max-width:404px) {
    .roomDtlCard__content {
      margin-left: -50px !important;
    }
  }

  @media(max-width:600px) {
    .refund-or-no-refund-pic {
      display: none;
    }
  }

  @media(max-width:333px) {
    .roomDtlCard__content {}
  }

  @media(max-width:1447px) {
    .pro-baar {
      margin-left: 225px !important;
    }

    .pro-baar-chk-in {
      margin-left: 400px !important;
    }

    .pro-baar-chk-out {
      margin-left: 500px !important;
    }
  }

  @media(max-width:1251px) {
    .pro-baar {
      margin-left: 190px !important;
    }

    .pro-baar-chk-in {
      margin-left: 350px !important;
    }

    .pro-baar-chk-out {
      margin-left: 440px !important;
    }
  }

  @media(max-width:1176px) {
    .pro-baar {
      font-size: 10px !important;
      margin-top: -20px !important;
    }

    .pro-baar-chk-in {
      font-size: 10px !important;
      margin-top: -20px !important;
    }

    .pro-baar-chk-out {
      font-size: 10px !important;
      margin-top: -20px !important;
    }
  }

  @media(max-width:1130px) {
    .pro-baar {
      margin-left: 150px !important;
    }

    .pro-baar-chk-in {
      margin-left: 300px !important;
    }

    .pro-baar-chk-out {
      margin-left: 400px !important;
    }
  }

  @media(max-width:1063px) {
    .pro-baar {
      margin-left: 350px !important;
      font-size: 16px !important;
      margin-top: -20px !important;
    }

    .pro-baar-chk-in {
      margin-left: 500px !important;
      font-size: 16px !important;
      margin-top: -20px !important;
    }

    .pro-baar-chk-out {
      margin-left: 600px !important;
      font-size: 16px !important;
      margin-top: -20px !important;
    }
  }

  @media(max-width:1012px) {
    .pro-baar {
      margin-left: 250px !important;
    }

    .pro-baar-chk-in {
      margin-left: 400px !important;
    }

    .pro-baar-chk-out {
      margin-left: 500px !important;
    }
  }

  @media(max-width:902px) {
    .pro-baar {
      margin-left: 150px !important;
    }

    .pro-baar-chk-in {
      margin-left: 300px !important;
    }

    .pro-baar-chk-out {
      margin-left: 400px !important;
    }
  }

  @media(max-width:735px) {
    .pro-baar {
      font-size: 10px !important;
    }

    .pro-baar-chk-in {
      font-size: 10px !important;
    }

    .pro-baar-chk-out {
      font-size: 10px !important;
    }
  }

  @media(max-width:725px) {
    .pro-baar {
      display: none !important;
    }

    .pro-baar-chk-in {
      display: none !important;
    }

    .pro-baar-chk-out {
      display: none !important;
    }
  }

  @media(max-width:1132px) {
    .makeFlex p {
      width: 138% !important;
    }
  }

  @media(max-width:1034px) {
    .rmDtl {
      width: 100% !important;

    }

    .makeFlex p {
      font-size: 13px !important;
    }

    .makeFlex textarea {
      font-size: 13px !important;
    }
  }

  @media(max-width:827px) {
    .makeFlex-one p {
      margin-left: 240px !important;
    }
  }

  @media(max-width:687px) {
    .makeFlex-one p {
      margin-left: 140px !important;
    }
  }

  @media(max-width:778px) {
    .makeFlex-one {
      width: 86% !important;
      border: none;
    }

    .roomDtlCard {
      border: 1px solid white !important;
    }
  }

  @media(max-width:577px) {
    .makeFlex-one {
      width: 90% !important;
    }
  }

  @media(max-width:483px) {
    .makeFlex-one {
      width: 95% !important;
    }
  }

  @media(max-width:463px) {
    .makeFlex-one {
      width: 100% !important;
    }

    .makeFlex-one p {
      margin-left: 10px !important;
    }
  }

  @media(max-width:399px) {
    .Hotels-Cancellation-Policy {
      margin-left: 10px !important;
    }
  }

  @media(max-width:366px) {
    .Hotels-Cancellation-Policy {
      width: 167% !important;
    }

    .hotel-description-description {
      margin-left: 40px !important;
    }
  }

  @media(max-width:1104px) {
    .hotel-heading-big {
      display: none !important;
    }

    .hotel-heading-small {
      display: block !important;
    }
  }

  @media(min-width:1104px) {
    .hotel-heading-small {
      display: none !important;
    }

    .hotel-heading-big {
      display: block !important;
    }
  }

  @media(max-width:457px) {
    .htlInfo__content {
      width: 95% !important;
    }
  }

  @media(max-width:400px) {
    .htlInfo__content {
      width: 100% !important;
    }
  }

  @media(max-width:399px) {
    .hotel-description-description {
      margin-left: 10px !important;
    }
  }

  .impInfoCard__details {
    margin-left: -42px !important;
  }

  @media(max-width:398px) {
    .htlInfo__content2 {
      margin-left: 48px !important;
      width: 100% !important;
    }

    .hotel-heading-small-2 {
      margin-left: -20px !important;
    }
  }

  @media(max-width:838px) {
    .impInfoCard__list-listing {
      font-size: 10px !important;
    }
  }

  @media(max-width:1448px) {
    #faq3 {
      width: 105% !important;
      margin-left: -58px !important;
    }
  }

  @media(max-width:1245px) {
    #faq3 {
      width: 95% !important;
      margin-left: 22px !important;
    }
  }

  @media(max-width:581px) {
    #faq3 {
      /*width:95% !important;*/
      margin-left: 0px !important;
    }
  }

  @media(max-width:1063px) {
    .header-search-button {
      width: 100% !important;
    }
  }

  @media(max-width:1448px) {
    #faq2 {
      width: 100% !important;
      margin-left: -58px !important;
    }
  }

  @media(max-width:1432px) {
    #faq2 {
      width: 95% !important;
      margin-left: 20px !important;
    }
  }

  @media(max-width:581px) {
    #faq2 {
      width: 95% !important;
      margin-left: 0px !important;
    }
  }

  .table,
  .td,
  .th {
    border: 1px solid #ddd;
    text-align: left;
  }

  .table {
    border-collapse: collapse;
    width: 100%;
  }

  .th {
    padding: 15px;
    background-color: green;
  }

  .td {
    padding: 15px;
    background-color: #04AA6D;
  }
  @media(max-width:1301px) {
    .box-widget-content {
      width: 90%;
    }
  }

  @media(max-width:1234px) {
    .box-widget-content {
      margin-left: -30px;
      width: 100%;
    }
  }

  @media(max-width:1063px) {
    .box-widget-content {
      margin-left: 30px;
      width: 80%;
    }

    .box-widget-item-header {
      /*width:100% !important;*/
    }
  }

  @media(max-width:833px) {
    .help-bar {
      width: 78% !important;
      margin-left: 50px !important;
    }

  }

  @media(max-width:426px) {
    .help-bar {
      width: 110% !important;
      margin-left: -9px !important;
    }

  }

  @media(max-width:992px) {
    hr {
      width: 97% !important;
    }
  }

  @media(max-width:1063px) {
    .help-bar {
      width: 108% !important;
      margin-left: -10px !important;
    }

  }

  @media(max-width:425px) {
    .help-bar {
      width: 118% !important;
    }
  }

  @media(max-width:581px) {
    .help-bar {
      /*width:108% !important;*/
      margin-left: -29px !important;
    }
  }

  @media(max-width:1063px) {
    .pc-hr {
      display: none !important;
    }

    .box-widget-item-header {
      border-bottom: none !important;
    }
  }

  @media(max-width:500px) {
    .price-break-up {
      font-size: 10px !important;
    }
  }

  @media(max-width:449px) {
    #have-coupon-code {
      margin-left: -10px !important;
    }

    #have-coupon-code-button::placeholder {
      font-size: 10px/3 sans-serif;
    }
  }

  @media(max-width:416px) {
    .htn {
      padding: 0px 75px !important;
    }
  }

  @media(max-width:357px) {
    .htn {
      margin-left: -14px !important;
    }
  }