

.mainhotelsearch label 
{
    margin-bottom: 0;
}
.mainrowfilter 
{
    background-color: white;
    border-radius: 10px;
}
.mainhotelsearch label:hover,
.mainhotelsearch label:focus
{
    background-color: #e2010108;
}
.mainhotelsearch label input 
{
    background-color: transparent;
    border: none;
    outline: none;
    font-weight: 400;
    font-size: 22px;
}
.mainhotelsearch label input::placeholder
{
    font-size: 12px;
}
/* .mainhotelsearch label ul li 
{
    line-height: 10px;
} */

.selectorroomguest
{
    border: none;
    font-weight: 400;
    font-size: 20px;
    outline: none;
    background-color: transparent;
}
.selectorroomguest option 
{
    font-size: 15px;
}
.mainhotelsearrhcbtn
{
    border-radius: 0 !important;
}
.mainhotelsearch 
{
    max-width: 1110px !important;
    margin: auto;
    font-size: 13px;
    border-radius: 10px !important;
    position: relative;
}
.mainhotelsearch input
{
    line-height: 22px;
}
.mainhotelsearch span 
{
    line-height: 23px;
}
.mainhotelsearch label:first-child
{
    width: 403px;
}
.mainhotelsearch .mainhotelsearrhcbtn
{
    border-bottom-right-radius: 10px !important;
    border-top-right-radius: 10px !important;
    white-space: nowrap;
}
.mainhotelsearch .mainrowfilter ul li:first-child
{ 
    /* font-size: 14px; */
    color: #919191;
    white-space: nowrap;
}
.recentsearcharea
{
    width: 400px;
    border-radius: 5px;
}
.dstilistbx 
{
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 10px;
}
.dstilistbx li
{
    border: 1px solid rgb(128 128 255);
    width: fit-content;
    padding: 2px 7px;
    border-radius: 4px;
    color: rgb(128 128 255) !important;
    margin-top: 3px;
    cursor: pointer;
    transition: .5s;
    font-weight: 600;
    font-size: 11px;
}
.dstilistbx li:hover
{
    background-color: red;
    border-color: white ;
    color: white !important;
}
.nmofpopulr
{
    font-weight: 300;
    font-size: 15px !important;
    color: grey !important;
}
.clearbtn
{
    cursor: pointer !important;
}
.searchhoteloutput
{
    width: 350px;
    max-height: 300px;
    overflow-y: auto;
}
.searchhoteloutput ul li
{
    border: 1px solid transparent;
}
.searchhoteloutput ul li:hover
{   
    background-color: #0427fe17;
    cursor: pointer;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
}
.mainhotelsearch .mainrowfilter ul li span:first-child
{
    font-size: 12px;
    width: 237px !important;
}
.mainhotelsearch ul li span:nth-child(2) p 
{
    font-size: 10px;
}

  .searchhoteloutput 
  {
    display: none;
  }
  .roomguestdata 
  {
    width: 230px;
    margin-top: 5px;
    position: absolute;
    right: 174px;
  }
  .spnareabx span
  {
    border: 1px solid #b5bfff ;
    width: 25px !important;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold ;
  }
  .spnareabx i 
  {
    font-size: 9px !important;
  }
  .spnareabx span:first-child
  {
    border-right: none;
    background-color: #f0f2ff ;
    cursor: pointer;
  }
  .spnareabx span:last-child 
  {
    border-left: 0;
    background-color: #f0f2ff ;
    cursor: pointer;
  }
  .spnareabx span:first-child:hover ,
  .spnareabx span:last-child:hover 
  {
    background-color: #8fa0ff;
  }
  .roomguestdata button
  {
    padding: 3px 12px;
  }
  .roomguestdata button:first-child 
  {
    color: red;
    border: 1px solid red !important;
    background-color: transparent;
  }
  .roomguestdata button:last-child 
  {
    background: red !important;
    color: white;
  }
  .btnarearommdone button:hover
  {
    background-color: #ff0000;
    color: white;
  }
  .btnarearommdone button:nth-child(2):hover 
  {
    background-color: transparent !important;
    color: red;
    border: 1px solid red !important;
  }
  .roomguestdata
  {
    cursor: pointer;
  }
  .btnhotelsearch.progressbtnsearch::after
  {
    position: static !important;
  }
   

  .container-my {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    padding: 7px 0 7px;
}
.main-hotel-filter {
    background-color: white;
    box-shadow: 0px 0px 10px -5px;
    padding: 15px;
    color: #00002a;
}
.filter-box-main ul {
    padding: 1px 3px;
}
.filter-box-main ul li {
    font-size: 14px;
}
.main-hotel-filter li {
    /* color: #00002a; */
    color: #555555;
    font-weight: 500;
}
.s-Amenities {
    display: flex;
    position: relative;
}
.s-Amenities i {
    position: absolute;
    top: 11px;
    left: 7px;
    font-size: 9px;
}
.fa-search:before {
    content: "\f002";
}
.hotel-details-page input[type=text],.hotel-details-page input[type=email],.hotel-details-page input[type=number],.hotel-details-page input[type=search],.hotel-details-page input[type=password],.hotel-details-page input[type=tel],.hotel-details-page input[type=date],.hotel-details-page input[type=time],.hotel-details-page textarea,.hotel-details-page select {
    font-size: 14px;
    font-weight: 300;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 10px 20px 10px 20px;
    width: 100%;
    color: #444444;
    margin-bottom: 15px;
    height: 30px;
    box-shadow: none;
    margin-bottom: 0;
    border-radius: 5px;
}
.box-hotel {
    background-color: white;
    border: 1px solid #d5d5d5;
    /* padding: 20px; */
}
.main-hotel-row {
    display: flex;
}
.main-hotel-row .col1 {
    width: 25%;
    padding: 15px;
    padding-bottom: 5px;
}
.main-hotel-row .col2 {
    width: 50%;
    padding: 10px 7px;
}
.main-hotel-row .col3 {
    width: 25%;
}
.main-hotel-row .col1 img {
    border-radius: 7px;
}
.more-img-hotel {
    grid-gap: 7px;
}
.more-img-hotel img {
    border-radius: 11px;
    height: 40px;
    max-width: 55px;
}
.main-hotel-row .col1 img {
    border-radius: 7px;
}
.sharebtn {
    background-color: white;
    border: 1px solid green;
    width: fit-content;
    box-shadow: 0px 0px 10px -5px;
}
.sharebtn input {
    width: 15px;
}
.blue1-bg {
    background-color: #0b58b4;
}
.blue1 {
    color: #0b58b4;
}
.right-hotel-content li, .right-hotel-content p {
    color: #555555;
    font-weight: 500;
}
.fs-14 {
    font-size: 14px;
}
.main-hotel-row p
{
    margin-bottom: 0px !important;
}
.bgdorutours {
    position: absolute;
    background-image: linear-gradient(120deg, #6196ed 0%, #c2e9fb 100%);
    height: 220px;
    width: 100%;
}
.fs-12 
{
    font-size: 12px;
}
.btn-hottl-mm 
{
    height: 30px;
    font-size: 12px;
}
.yourbudget input
{
    font-size: 12px;
    outline: none;
}
.yourbudget input:focus,
.yourbudget input:hover 
{
    border-color: #ff0000;
}
.btn-hottl-mm:hover
{
    background-color: #c7c7c7;
}
.btnbtt 
{
    font-size: 12px;
}
.col3 
{
    background-color: #f9f9f9 !important;
}
.main-hotel-row .col3 {
    width: 25%;
    display: flex;
    justify-content: end;
}
.filter-box-main ul:hover
{
    background-color: #f3f3f3;
}
.filter-box-main ul label 
{
    margin: 0 !important;
}
.filter-box-main ul li {
    font-size: 14px;
    display: flex;
    align-items: center;
    font-size: 13px;
}
.s-Amenities input
{
    outline: none;
}
.hotel-container-inner {
    margin-top: 15px !important;
}
.carouselimg 
{
    height: 250px;
    border-radius: 10px;
}
.carouselimg img 
{
    border-radius: 10px;
    object-position: 0px -140px;
}
.main-hotel-left-carousel .carousel-inner 
{
    border-radius: 10px;
}
.navareahometab 
{
    font-weight: 600;
    font-size: 13px;
}
.navareahometab i 
{
    font-size: 10px;
}
.paira-bold
{
    font-size: 13px;
    font-weight: 600;
}
.rightroom
{
    width: 80%;
    margin: auto;
}
.carouselimg .carousel-control-next-icon, .carouselimg .carousel-control-prev-icon {
    width: 1.25rem;
    height: 1.25rem;
}
.inner-part-story {
    top: 20%;
    left: 0;
    right: 0;
    text-align: center;
}
.inner-story1 {
    width: fit-content;
    margin: auto;
    border-radius: 50%;
    border: 3px solid white !important;
    padding: 3px;
}
.blur {
    filter: brightness(0.3);
}
.hotel-name-details2 a
{
    text-align: center;
    margin: auto;
    color: red;
    font-weight: 600;
    cursor: pointer;
}
.hotel-name-details2 
{
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: 500;
    text-align: center;
    color: blue;
    background: linear-gradient(0deg, #0000003b, transparent);
    border-radius: 4px;
}
.box-hotel-card {
    background-color: #cdfce8;
}
.box-hotel-card p
{
    font-size: 12px;
    font-weight: 400;
}
.list-link-hotel {
    border-bottom: 1px solid #e1e1e1;
    /* padding-bottom: 7px; */
}
.list-link-hotel ul {
    color: rgb(49, 49, 49);
}
.container-my {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    padding: 7px 0 7px;
}
.list-link-hotel ul li {
    height: 35px;
    width: 140px;
    text-align: center;
}
.border-active {
    color: #065af3;
    border-bottom: 2px solid #065af3;
    height: 35px;
    width: 140px;
    text-align: center;
    cursor: pointer;
}
.link {
    color: #008cff !important;
}
.box-hotel2 {
    align-items: center;
    background-color: #edf6ff;
    border: 1px solid #c8e6ff;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 80px;
    justify-content: center;
    margin-right: 7px;
    text-align: center;
    width: 130px;
}
.bx-hotel 
{
    display: flex;
    align-items: center;
    gap: 5px;
}
.bx-hotel lable
{
    margin-bottom: 0px !important;
}
.sharebtn p
{
    margin-bottom: 0 !important;
}
.sharebtn label 
{
    margin-bottom: 0 !important;
}
.selectroomtable tr td,
.selectroomtable tr th
{
    border: 1px solid rgb(226, 226, 226) !important;
}
.reccotneont
{
    color: red;
    border: 1px solid red;
    border-radius: 10px;
    margin: 0;
    width: fit-content;
    padding: 0px 10px;
    font-weight: 500;
    font-size: 13px;
}
.text-1 {
    color: #7b1666;
    background: linear-gradient(270deg, #f3224912 100%, #7b166640 0);
}
h5
{
    font-size: 17px !important;
}
p
{
    font-size: 13px;
}
.fs-5 
{
    font-size: 17px  !important;
}
.selectroomtable img 
{
    border-radius: 10px;
    height: 120px;
    object-fit: cover;
}
.selectroomtable .owl-nav button
{
    position: absolute;
    top: 36%;
    z-index: 999999;
}
.selectroomtable .owl-nav button:hover 
{
    background-color: #ddb873 !important;
}
.selectroomtable .owl-nav span
{
    font-size: 22px;
}
.selectroomtable .owl-nav .owl-prev
{
    left: 10px;
    background: wheat !important;
    width: 17px;
    height: 24px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.selectroomtable .owl-nav .owl-next
{
    right: 10px;
    background: wheat !important;
    width: 17px;
    height: 24px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.roomtdkf 
{
    display: flex;
}
.roomstypetitle
{
    color: red;
    cursor: pointer;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.landmark-loc {
    height: 200px;
    overflow-y: scroll;
}
.landmark-loc li 
{
    background-color: rgba(54, 178, 255, 0.056);
    transition: .5s ease-out;
}
.landmark-loc li:hover 
{
    background-color: rgba(0, 145, 236, 0.313);
    cursor: pointer;
}
.cursor-pointer 
{
    cursor: pointer !important;
}
.bx-hotel label 
{
    margin-bottom: 0 !important;
}
.search-map-inner {
    position: absolute;
    top: 10px;
    right: 15px;
}
.search-box-map {
    position: relative;
}
.search-box-map i {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #5555;
}
.search-box-map input {
    border: 1px solid #d3d3d3;
    border-radius: 7px;
    height: 35px;
    width: 350px;
    padding-left: 30px;
    font-size: 14px;
    outline: 0 !important;
}
.tabs-map {
    position: absolute;
    bottom: 30px;
    right: 60px;
    padding: 4px;
    border-radius: 5px;
}
.tabs-map ul li {
    border-right: 1px solid rgb(201, 201, 201);
    cursor: pointer;
}
.link {
    color: #008cff !important;
}
.color-4a {
    color: #4a4a4a;
    font-size: 12px;
    font-weight: 600;
}
.amenties-data i {
    border-radius: 50px;
    border: 2px solid #6dbdff94;
    margin-right: 10px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.list-ul 
{
    list-style: disc;
}
.properties-card .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
}
.card-img, .card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
    height: 145px;
    object-fit: cover;
}
.card-img, .card-img-bottom, .card-img-top {
    width: 100%;
}
.rate-data {
    position: absolute;
    right: 4px;
    top: 5px;
    background-color: white;
    padding: 2px;
    border-radius: 5px;
}


.properties-card .card-title {
    margin-bottom: 0.5rem;
}
.rating {
    background-color: #008cff;
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 12px;
    color: white;
}
.rate-data 
{
    align-items: center;
}
.rate-data span,
.rate-data p
{
    margin: 0;
    font-weight: bold;
}
.properties-card .card-body p
{
    margin: 0;
}
.p-hotel1 {
    align-items: center;
    background-image: linear-gradient(84deg, #f5515f, #9f0469);
    border-radius: 30px;
    display: inline-flex;
    font-size: 10px;
    font-weight: 700;
    justify-content: center;
    margin-bottom: 10px;
    padding: 4px 8px;
    text-align: center !important;
    color: white;
    margin: auto;
    display: flex;
    width: fit-content;
    margin: 10px auto !important;
}
.btn-view {
    align-items: center;
    border-radius: 34px;
    box-shadow: 0 1px 7px 0 #0003;
    display: flex;
    height: 32px;
    justify-content: center;
    text-transform: uppercase;
    width: 143px;
    background-color: white;
    font-size: 12px;
    line-height: 12px;
    font-weight: 900;
    margin: auto;
    display: flex;
    width: fit-content;
    padding: 2px 20px;
    margin: 10px auto;
}
