/* .ant-input:focus, .ant-input:hover {
  border-color: gray!important;
  border-right-width: 0px!important;
} */

.mob-content{
  margin:130px 10px 109px 10px;
}
.mob-content-static{
  margin:60px 5px 109px 5px;
}
.mob-content-index{
  margin:10px 10px 109px 10px;
}
.static-content-mob {
  font-size:12px;
}
.mob-footer{
  background-color: white;
  text-align: center;
  display: flex;
  bottom: 0;
  position: fixed;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.8) !important;
  width: 100%;
  /* position: -webkit-sticky; */
  /* position: sticky;
  top: 80px; */
  padding: 5px;
  height: 60px;
  z-index: 100;
  /* padding-top: 20px; */
}
.mob-footer >.ant-menu-horizontal>.ant-menu-item-selected>a {
  color: indianred;
}
.mob-search{
  background-color: pink;
  text-align: center;
  display: flex;
  top: 0;
  position: fixed!important;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.8) !important;
  width: 100%;
  position: sticky!important;
  top: 80px;
  padding: 5px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  padding: 10px;
  background-color: white;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.8) !important;

}
.sticky-logoheader {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color:white;
  /* padding: 2px; */
  box-shadow: rgba(197, 197, 197, 0.7) 10px 5px 5px !important;
}
.mob-city-btn {
    background-color: azure;
    border: 1px solid rgba(0, 0, 0, 0.37);
    width: 52px !important;
    padding: 0;
    font-size: 18px;
    border-radius: 50%;
    height: 52px!important;
}
.mob-city-btn img{
    border-radius:50%;  
   width:100%;
   height:100%;
   object-fit: cover
}
.mobile-carousel {
    box-sizing: border-box;
    padding-left: 16px;
    background: transparent;
    box-shadow: none;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 0 auto;
}
.city-text{
    word-wrap: break-word;
    overflow-wrap: break-word;
    /* white-space: normal;  */
    line-height: 1.45;
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
    font-weight: 700;
    /* white-space: nowrap; */
    color: rgba(0,0,0,0.7);
}
.mob-home-carousel {
    padding-bottom: 30px;
    padding-top: 10px;
}
.mob-home-carousel{
    height:auto;
    padding-bottom: 30px;
    overflow: hidden;
    /* transition: transform 400ms ease-in-out 0s;
    overflow: unset;
    transform: translate3d(0px, 0px, 0px); */
  }
  
  .mob-home-carousel div .ant-card {
    /* background-color: #ef4123; */
    width: 95%;
    margin: auto;
    height:auto ;
  
  }
  .mob-home-carousel div .ant-card .ant-card-body {
    /* background-color: #ef4123; */
    
    padding: 0px;
  }
  .mob-home-carousel div img{
    /* background-color: #ef4123; */
    width: 100%;
    
  }
  .space-carousel {
    padding: 16px;
    background: #DEF1E5;
    overflow: hidden;
  }
  .city-text-mob {
    word-wrap: break-word;
    overflow-wrap: break-word;
    /* white-space: normal; */
    line-height: 1.45;
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
    font-weight: 700;
    /* margin-right: 0; */
    margin-left: 5px;
    text-align: right;
    /* white-space: nowrap; */
    color: rgba(0,0,0,0.7);
    /* background-image: url('/static//images/taj-mahal.jpg'); */
  }
  .mob-tabs-nav{
    display: block;
  }
  .mob-tabs-nav .ant-tabs-nav .ant-tabs-tab{
    padding: 8px 33px;
  }
  .search-datePicker-mob .ant-input{
    height: 57px;
    border-radius:0px ;
    flex: 1;
    cursor: pointer;
    /* color:#d52e4b; */
    color: #191919;
    font-weight: bold;
  }
  .search-datePicker-mob .ant-calendar-picker-input {
    outline: none;
    height: 57px;
    border-radius:0px ;
}
.sticky-mob{
  position: fixed;
  margin-top: 68px;
    /* top: 90!important; */
    width: 100%;
    z-index: 999;
    /* padding: 10px; */
}

.ant-dropdown-menu {
  padding: 5px;
  margin: 10px;
  text-align: left;
  background-color: white!important;
  /* border-radius: 4px; */
  -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.15);
  box-shadow: 0 2px 8px rgba(0,0,0,.15);
  background-clip: padding-box;
  display: table-cell;
  border-radius: 8px;
  padding: 10px;
  /* background-color: white; */
  border-radius: 8px;
}

.mob-acc-details {
  padding: 12px;
  cursor:pointer;
}
.mob-acc-details:after{
  /* padding: 12px; */ 
    content: "";
    display: block;
    /* width: 40%; */
    background-color: #00000021;
    height: 1px;
    /* /* margin-left: 40px; */
}
.floating-icon{
  background-color: transparent;
    text-align: center;
    display: flex;
    bottom: 70px;
    position: fixed;
    /* box-shadow: 0px 0 10px rgba(0, 0, 0, 0.8) !important; */
    width: 100%;
    /* margin: auto; */
    /* padding: 5px; */
    /* height: 60px; */
}
.floating-icon>.ant-btn-group .ant-btn{
  background-color:rgba(0, 0, 0, 0.8) ;
  opacity: 0.8;
  border: transparent;
  flex: content;
  width: 18vh;
}
.popup-list .am-list-body {
  height: 210px;
  overflow: auto;
}

.faqdM {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 45px;
  line-height: 15px;
  margin-bottom: -30px;
  text-align: justify;
}
.container1M {
  position: relative;
  text-align: center;
  color: white;
  margin-bottom: 30px;
  /* margin-top: 60px; */
}
.faqueM{
  font-size: 18px;
  font-weight: bold;
  color: black;
  line-height: 1.2;
  }

  .faqansM{
    font-size: 16px;
    font-weight: 300;
    color: #555;
  }
  .filter-mob-search{
    height:85%;
    z-Index:1000;
  }
  .close-filter{
    /* float: right; */
    /* margin: 5px; */
    font-size: larger;
    color: black!important;
    /* position: absolute; */
    color: 10;
    /* margin-left: 348px; */
    width: 7%;
    margin-left: 90%;
  }
 .filter-mob-search .am-modal-content {
 text-align:justify;
 }

/* .react-multi-carousel-item{
  width: 316px!important;
  height:184px;
 } */
 .search-hotel{
  
  margin-top:20px;
}
 .search-hotel-mob{
   display:flex;
 }
 .search-hotel-mob div{
   flex:1;
   cursor:pointer;

 }
 .search-result{
   float:right;
   bottom:0;
   margin-left:10px;
 }
 .search-result .ant-btn{
 margin-right:5px;
 bottom:0;
 font-weight:bold;
 /* margin-top:10vh; */
 }
 .search-mob-input{
   flex:1;
   height: 57px;
   border-radius: 0px;
   color:#d52e4b;
   cursor: pointer;
   font-weight: bold;
   width:100%;
   word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
 }
 .search-mob-input:hover{
   background-color: white!important;
   color:#d52e4b;
   border: 1px solid #d9d9d9;
 }
 .timeSegment-mob-modal  {
  width: auto!important;
  margin: 10px;
  height: fit-content;
  top: 20px;
 }
 
  
  
  .historybM.ant-card-body {
    padding: 5px;
    zoom: 1;
}

.historyvalueM{
  font-size: 15px;
  font-weight: 500;
  color:#222222;
  
}
.nameidM{
  font-size: 20px;
  font-weight: 500;
  color:#222222;

}
.hotel-amt-mob{
  font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #ea2346;
}
.order-card-mob{
  /* margin-bottom: 10px; */
  border: 8px solid #e8e8e8;
  /* box-shadow: rgba(197, 197, 197, 0.7) 7px 5px 5px;
  border-radius:4px ; */
}
.order-card-mob .ant-card-body{
padding: 10px;

}
.hotel-amt-mob {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  color: #ea2346;
  margin-right: 10px;
}
.hotel-amt-original-mob {
  font-size: 15px;
  /* font-weight: 400; */
  line-height: 28px;
  color: grey;
  margin-right: 10px;
  text-decoration: line-through;
}
.sort-mob-search{
  height:40%;
}
.sort-radio{
  margin:10px;
  display: block;
}
.ant-switch{
    height: 28px;
}
.sticky > .ant-form-item-control {
  line-height: 35.9999px;;
  position: relative;
  zoom: 1;
}
.history-cardM{
  padding: 20px;
  width:100%;
  height:auto;
  margin: auto;
  margin-top: 7px;

}
.cut-text-mob {
  text-overflow: ellipsis;
  overflow: hidden; 
  width: 95px; 
  height: 1.2em; 
  white-space: nowrap;
}
.ant-form-item-control {
  line-height: 0px!important;
  position: relative;
  zoom: 1;
}
.card-emptyM{
  padding: 20px;
  box-shadow: rgba(197, 197, 197, 0.7) 10px 5px 5px !important;
  width: 100%;
  height:140px;
  margin: auto;
  margin-top: 7px;
  /* margin-bottom: 50px; */
}
.notavailableM{
  position: absolute;
    /* top: 40%;
    left: 10%; */
    color: coral;
    font-weight: 600;
    font-size: 18px;
    padding:15%;
}
.buttonhistoryMS{
  background-color: #389e0d;
  color: #fff;
  margin-bottom: 2%;
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  width: 100px;
  margin-top: 7px;
}
/* style={{ background: "#888", color: "#fff", marginBottom: "2%", fontSize: '16px', fontWeight: '600', height: '50px', width: '120px',marginTop:'7px',marginLeft:'5px' }} */

.buttonhistoryMC{
  background-color:#888 ;
  color:#fff;
  margin-bottom: 2%;
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  width: 100px;
  margin-top: 7px;
  margin-left: 5px;

}
.mob-hotel-footer{
  background-color: white;
  text-align: left;
  bottom: 0;
  position: fixed;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.8) !important;
  width: 100%;
  padding: 10px;
  height: 60px;
  z-index: 100;
}
