* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  body {
    font-family: "Poppins", sans-serif !important;
    overflow-x: hidden;
  }
  .mt-10{margin-top: 10px;}
  input {
    font-family: "Poppins", sans-serif !important;
  }
  ::placeholder{font-family: "Poppins", sans-serif !important;}
input{font-family: "Poppins", sans-serif !important;}
.container{width: 88%; }
.w-100{width: 100%;}
.v-mid{vertical-align: middle;}
.d-flex {
	display: flex;
}

.justify-content-start {
	justify-content: start;
}

.justify-content-end {
	justify-content: end;
}

.justify-content-center {
	justify-content: center;
}

.justify-content-between {
	justify-content: space-between;
}

.justify-content-around {
	justify-content: space-around;
}

.justify-content-evenly {
	justify-content: space-evenly;
}

.align-items-start {
	align-items: start;
}

.align-items-end {
	align-items: end;
}

.align-items-center {
	align-items: center;
}

.text_g{color: #0F8765;}

.d-inflex{display: inline-flex;}
.text-center{text-align: center;}

.fs_14{font-size: 14px;}
.ft-500{font-weight: 500;}
.ft-600{font-weight: 600;}
.ft-400{font-weight: 400 !important;}
.ft-700{font-weight: 700;}
.mt-50{margin-top: 50px;}
.mb-20{margin-bottom: 20px;}
.mt-20{margin-top: 20px;}
.mt-0{margin-top: 0px !important;}

.container{width: 88%; margin: auto;}

.listing_sec{background: #F2F7F6; padding: 30px 0px;}
  .sidebar{width: 25%;}

  .right_sec{width: 75%;}

.card{background: transparent linear-gradient(180deg, #FFFFFF 0%, #FAFDFF 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #363C580D;
  border: 1px solid #CDD5D3;
  border-radius: 12px;
  opacity: 1; padding: 15px; margin-top: 20px!important;}


  .card_head {margin-bottom: 17px;}
  .card_head h4{font-size: 16px; font-weight: 500;}
  .card_head h5{font-size: 15px; font-weight: 500;}
  .card_head span{font-size: 12px;}

  .card_head .rtng{margin-left: 15px;}
  .card_head .rtng img{margin-right: 3px;}
  .card_head .rtng img:last-child{margin-right: 0px;}
  .card_head .lft_sec .dn{margin-top:3px;}
  .card_head .lft_sec .dn span{margin-left: 6px;}

  .rgt_sec span{color:#555555}
  
  span.pnt_rt{background: #14A9E0; color:#fff !important; padding: 5px 9px; display: inline-flex; align-items: center; justify-content: center; border-radius: 10px; font-size: 21px; font-weight: 600; margin-left: 15px;}

  .carousel_sec{width: 33%; border-radius: 12px; overflow: hidden;}
  .price_sec{width:44% ; padding: 0px 20px;}
  .deal_sec{width: 23%;}
  .carousel_sec .item{border-radius: 12px; overflow: hidden;}
  .carousel_sec .owl-nav{border-radius: 0px 0px 12px 12px;
    opacity: 1;
    backdrop-filter: blur(23px);
    -webkit-backdrop-filter: blur(23px); margin-top: -36px; background:rgba(0,0,0,0.43); position: relative; display: flex; justify-content: space-between; padding: 0px 15px;}
    .carousel_sec .owl-nav button{background: none !important;}

    .owl-dots {
      counter-reset: slides-num;
      position: absolute;
      bottom: 0%;
      left: 50%;
      transform: translateX(-50%);
      margin-top: 0;
  }
    
    .owl-dots:after {
      content: counter(slides-num);
    display: inline-block;
    font-size: 10px;
    vertical-align: middle;
    /* padding-left: 5px; */
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    }
    
    .owl-dot {
      display: inline-block;
      counter-increment: slides-num;
      /* Increment counter */
      margin-right: 5px;
    }
    .owl-dot span {
      display: none !important;
    }
    .owl-dot.active:before {
      content: counter(slides-num) " of";
      display: inline-block;
      vertical-align: middle;
      font-size: 10px;
      position: absolute;
      left: 0;
      top: 0;
      color: #fff;
    }


    .price_box{border-bottom:1px solid #C2E4F8; padding: 15px 0px; position: relative; }
    .price_box:first-child{padding-top: 0px;}
    .price_box:last-child{border: 0px; padding-bottom: 0;}
    .price_box .img_box img{vertical-align: middle;}
    .price_box .cnt_box{font-size: 18px; }
    .price_box .cnt_box span{font-size: 11px; color: #555555;}
    .price_box_dropdown{  
      box-shadow: 0px 3px 6px #363C580D;
      border: 1px solid #CDD5D3;
      border-radius: 12px;
      padding: 20px;
      background: #f2f7f6;
      z-index: 1; display: none; margin-top: 20px;}
  

    .deal_sec{border-radius: 10px; border:1px solid #0F8765; background: #F5FFFC; padding:15px 20px; display: flex;
      flex-direction: column;
      align-items: center; justify-content: space-between;}
    .deal_sec span{font-size: 11px; color: #555555;}
    .deal_sec a{text-decoration: none; background: #0F8765; color:#fff!important; font-size: 14px; width: 100%; height: 42px; display: flex; align-items: center; justify-content: center; border-radius: 100px;margin-top:10px;}

    .deal_sec h5{font-size: 25px; font-weight: 500; text-align: center; margin-top: 7px;} 
    .deal_sec h5 span{line-height: 11px; justify-content: center;}
    .deal_sec .cncl {    margin-top: 16px; margin-bottom: 5px;}
    .deal_sec .cncl span{font-size: 12px; color: #04A74C; margin-left: 6px;}

    .cta{background: transparent linear-gradient(180deg, #063FD1 0%, #3179DC 100%) 0% 0% no-repeat padding-box; border-radius: 18px; padding: 40px; color: #fff; margin-top: 20px;}
    .cta h4{font-size: 20px; font-weight: 600;}
    .cta p{font-size: 16px; font-weight: 300; margin-top: 8px;}
      .cta form{gap: 15px; margin-top: 25px;}
      .cta form input{height: 48px; font-size: 15px; padding: 0px 15px; color:#fff; border-radius: 6px; border:1px solid #fff; background: transparent; outline: none; width: 27%;}
      .cta form input::placeholder{color:#fff}
      .cta form a{text-decoration: none; height: 48px; display: inline-flex; color:#1857D5; background: #fff; border-radius: 6px; width: 19%;}
  /* -------------------- */


  .mt-10{margin-top: 10px;}
  input {
    font-family: "Poppins", sans-serif !important;
  }
  
  .filter_box {
    background: transparent linear-gradient(180deg, #ffffff 0%, #fafdff 100%) 0%
      0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #363c580d;
    border: 1px solid #cdd5d3;
    border-radius: 12px;
    padding: 15px 13px;
    margin-bottom: 20px;
  }
  .sidebar_filter{padding-right: 32px;}
  .sidebar_filter h3{font-size: 19px; font-weight: 600; margin-bottom: 20px;}
  .sidebar_filter h3 span{color:#0F8765}
  .sidebar_filter .filter_box:last-child {
    margin-bottom: 0px;
  }
  .filter_box_head h5{display: inline-flex; align-items: center;}
  .filter_box_head img{margin-left: 5px;}
  .filter_box_head img {
    transition: 0.3s;
  }
  .filter_box .filter_box_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  .filter_box_head.rotate img.dn_arrow {
    transform: rotate(180deg);
  }
  .filter_box .filter_box_head h5 {
    font-size: 14px;
    font-weight: 600;
  }
  
  .filter_box_body {
    margin-top: 10px;
  }
  .filter_box_body .form-check {
    margin-bottom: 13px;
  }
  .filter_box_body .form-check:last-child {
    margin-bottom: 0px;
  }
  .container_lgn {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    font-size: 12px;
    color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 20px;
    display: flex;
    align-items: center;
  }
  
  .container_lgn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  .checkmark_lgn {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    border-radius: 5px;
    border: 1px solid #0f8765;
  }
  
  .container_lgn .checkmark_lgn:after {
    content: "";
    position: absolute;
    left: 7px;
    top: 3px;
    width: 4px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .container_lgn input:checked ~ .checkmark_lgn {
    background-color: #0f8765;
    border: 1px solid #0f8765;
  }
  
  .container_lgn img {
    max-width: 22px;
    max-height: 21px;
    margin-left: 8px;
  }
  .container_lgn .txt {
    padding-left: 6px;
    display: inline-flex;
    font-size: 12px;
  }
  
  .rd_more {
    text-decoration: none;
    font-size: 12px;
    color: #0f8765;
    display: inline-flex;
    font-weight: 500;
  }

  /* ------------------------ */
  .bdgt_rd {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .range {
    padding: 0 5px;
  }
  .slt-t {
    font-size: 12px;
  }
  .range-slider {
    height: 5px;
    position: relative;
    background-color: #d5dee4;
    border-radius: 2px;
    margin-top: 20px;
  }
  .range-selected {
    height: 100%;
    left: 0%;
    right: 58%;
    position: absolute;
    border-radius: 5px;
    background-color: #0f8765;
  }
  .range-input {
    position: relative;
  }
  .range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -6px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .range-input input::-webkit-slider-thumb {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    outline: 5px solid rgba(15, 135, 101, 0.35);
    background-color: #0f8765;
    pointer-events: auto;
    -webkit-appearance: none;
  }
  .range-input input::-moz-range-thumb {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 3px solid rgba(15, 135, 101, 0.35);
    background-color: #0f8765;
    pointer-events: auto;
    -moz-appearance: none;
  }
  .range-price {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
  }
  
  .range-price input {
    width: 47px;
    border: 0;
    padding: 0;
    outline: none;
    font-weight: 500;
  }
  
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  input[type="number"] {
    -moz-appearance: textfield;
  }
  
  
  
  .filter_box_body .tmln_box{width: 50%;}
  .tmln_box_cnt{border:1px solid #CACACA; color:#808080; font-size: 12px; text-align: center; padding: 8px; cursor: pointer;}
  .filter_box_body .tmln_box:first-child .tmln_box_cnt{border-radius: 8px 0px 0px 8px; border-right: 0;} 
  .filter_box_body .tmln_box:last-child .tmln_box_cnt{border-radius: 0px 8px 8px 0px;}
  .tmln_box_cnt span{display: block;}

 .tmln_box input[type="radio"]:checked + .tmln_box_cnt {
    border: 1px solid #0F8765;
    background: #0F876514;
    -webkit-transition: ease-in 0.1s;
    -o-transition: ease-in 0.1s;
    transition: ease-in 0.1s;
}

.tmln_box input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.rating_box .filter_box_body{margin-top: 13px;}
.rating_box .form-check{margin-bottom: 18px;}
.rating span{font-size: 12px; padding-left: 40px;}
.rating_cnt{display: inline-flex; align-items: center;}
.rating_cnt::before{    content: '';
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #fff;
  width: 10px;
  height: 10px;
  border: 2px solid transparent; }
.rating_cnt::after{content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%);border-radius: 50%; width: 18px; height: 18px; border:2px solid #0F8765; }

.rating input[type="radio"]:checked + .rating_cnt::before {
  background: #0F8765;
}

.rating_cnt .cnt{padding-left: 7px;     display: inline-flex; align-items: center}
.rating_cnt .cnt img{width: 14px; margin-right: 5px; margin-left: 0px; vertical-align: middle;}
.rst{text-decoration: none; color: #2196F3; font-size: 14px;}


/* -- */
.srch_egn{gap: 15px; padding: 30px 0px 50px 0px;}
.srch_egn_box{border: 1px solid #CDD5D3; border-radius: 10px; padding: 10px; max-height: 89px; position: relative;}
.srch_egn_box label{color: #707070; font-size: 12px;}
.srch_egn_box input{border: 0; outline: none; width: 100%;}
.dstn_box input{font-size: 22px; font-weight: 600;white-space:break-spaces;text-overflow: ellipsis; }
.dstn_box{width: 36%;}
.dstn_box label{display: inline-flex; }
.dstn_box label img{margin-left: 10px;}
.srch_egn_box .htl_location{margin:0}
.chk_box_prnt{width: 36%;}
.chk_box{position: relative; width: 50%;}
.chk_box input{font-size: 18px; font-weight: 600; }
.chk_box.in_box{padding-right: 25px;}
.chk_box.out_box{padding-left: 25px;}
.chk_box.in_box::before{content: ''; position: absolute; right:0; top: 50%; transform: translateY(-50%); width: 1px; height: 80%; background: #CDD5D3;}

.num_box_prnt{width: 16%;}
.num_box{width: 100% !important;}
.srch_btn{text-decoration: none; color: #fff; background: #0F8765; width: 12%; border-radius: 10px;}


.brdcrm{list-style: none; margin-bottom: 25px;}
.brdcrm li{padding: 0px 7px; position: relative; font-size: 12px; color: #808080;}
.brdcrm li:first-child{padding-left: 0px;}
.brdcrm li::before{content: '>'; position: absolute; top: 50%; right: -4px; transform: translateY(-50%);}
.brdcrm li:last-child:before{display: none;}
.brdcrm li a{text-decoration: none; color: #808080;}
.brdcrm li.active{color: #0F8765;}



.rm_info{color:#555555; font-size: 11px;}
.deals_sec .price_box .cnt_box a{
text-decoration: none;
background:  #0F876514;
color: #0F8765;
font-size: 14px;
height: 40px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 100px;
border:1px solid #0F8765;
padding: 18px;
margin-left: 40px;
}


.price_box_prnt{padding-right: 50px;}

.facility_box{background: #EBF5F3 0% 0% no-repeat padding-box;
  border: 0.800000011920929px solid #0F8765;
  border-radius: 24px; width: 16.6%; height: 150px; display: inline-flex; align-items: center; justify-content: center; flex-direction: column;}
  .facility_box .img_box{min-height: 56px; max-height: 64px; display: inline-flex; align-items: center;}
  .facility_box span{font-size: 16px; margin-top: 20px; font-weight: 500;}
  

  .facility_box_prnt{display: flex; gap:20px;}
  .deal_sec_prnt{width: 23%;}
  .deals_sec .deal_sec{width: 100%;}

  .s_mr{text-decoration: none; color:#0F8765; font-size: 16px; font-weight: 600;}

 .rw_rtng_box .al_rtng span.pnt_rt{font-size: 32px; background: #00A664; margin: 0 15px 0 0; padding: 2px 11px;}
 .rw_rtng_box .al_rtng div h5{font-size: 16px; font-weight: 400;}
 .rw_rtng_box .al_rtng  div span{font-size: 14px; font-weight: 600;}

 .rtng_tmln_box .bar{width: 100%; height: 6px; border-radius: 40px; background: #E5E5E5; position: relative;}
 .rtng_tmln_box .bar:before{content: ''; position: absolute; left: 0; top: 0; width: 55%; height: 6px; background: #0F8765; border-radius: 40px;}

 .rw_rtng_box{width: 25%;}

 .rtng_tmln_box .cnt{font-size: 14px; margin-bottom: 5px;}

 .cat_rtng_box h5{font-size: 21px; color: #0F8765; font-size: 600;}
 .cat_rtng_box span{font-size: 14px; color: #3D3B3B;}

 .cat_rtng{    gap: 25px;
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(2, 1fr);}

  .tab_rw_box{width: 75%; padding-left: 60px;}

  


  .heading{font-size: 20px; font-weight: 600;}
  .dtl_box{padding: 35px 0px; border-bottom: 1px solid #E4E2E2;}
  .dtl_box:last-child{border-bottom: 0;}
  .rtng_out span{width: 38px; height: 38px; border-radius: 5px; background: #00A664; color: #fff; font-weight: 600; font-size: 16px; display: inline-flex; margin-right: 10px;}
  .usr_dtl{padding-right: 55px; width: 22%;}
  .usr_dtl .dt{font-size: 14px; color: #A5A6A9;}
  .usr_dtl .nm{margin-top: 5px;}

  .cnt_dtl h4{font-weight: 600; font-size: 18px; margin-right: 20px;}
  .cnt_dtl .rtng img{margin-right: 3px;}
  .cnt_dtl{background: #fff; padding: 20px; border-radius: 15px; width: 78%;}
  .cnt_dtl p{color: #737374; font-size: 14px; margin-top: 10px;}



  .map_sec{position: relative; width: 67%}
  .srch_bar{position: absolute; top: 20px; left: 20px; width: 95%;}
  .srch_bar .input_grp{position: relative;}
  .srch_bar .input_grp img{position: absolute; top: 50%; left: 15px; transform: translateY(-50%);}
  .srch_bar .input_grp input{width: 100%; border-radius: 8px; height: 44px; padding-left: 45px; font-size: 12px; border:0px; outline: none;} 
  .srch_bar .input_grp input::placeholder{color: #B2B2B2;}


  .lndmrk_sec{width: 32%; padding-left: 25px;}
  .lndmrk_sec .filter_box_body{ padding: 20px 10px 20px 20px; background-color: #fff; border-radius: 20px;}
  .filter_box_body_inner{max-height: 374px;  overflow: auto;}
  /* width */
.lndmrk_sec .filter_box_body_inner::-webkit-scrollbar {
  width: 4px;
  border-radius: 20px;
}

/* Track */
.lndmrk_sec .filter_box_body_inner::-webkit-scrollbar-track {
  background: #EAEAEA; 
  border-radius: 20px;
}
 
/* Handle */
.lndmrk_sec .filter_box_body_inner::-webkit-scrollbar-thumb {
  background: #2196F3; 
  border-radius: 20px;
}

/* Handle on hover */
.lndmrk_sec .filter_box_body_inner::-webkit-scrollbar-thumb:hover {
  background: #2196F3; 
}
  .lndmrk_sec .filter_box_body .form-check{margin-bottom: 25px;}
  .lndmrk_sec .filter_box_body .form-check:last-child{margin-bottom: 0px;}
  .lndmrk_sec .checkmark_lgn{border-color: #4D4D4D; border-radius: 2px; width: 18px; height: 18px;}

  .lndmrk_sec .container_lgn input:checked ~ .checkmark_lgn {
    background-color: #2196F3;
    border: 1px solid #2196F3;
}
  .lndmrk_sec .container_lgn p{display: flex; flex-direction: column; padding-left: 10px;}
  .lndmrk_sec .container_lgn .txt{font-size: 16px; color: #4D4D4D; padding-left: 0px; font-weight: 600; margin-bottom: 2px;}
  .lndmrk_sec h5{font-size: 15px; font-weight: 400;}
  .lndmrk_sec .container_lgn .dist{color:#B2B2B2; font-size:14px; }

  .tabs-nav {list-style: none; padding-left: 22%;}
  .tabs-nav li{margin-right: 10px;}
  .tabs-nav li a{text-decoration: none; background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid rgba(218,218,218,0.5);
    border-radius: 100px;
 min-width: 197px; height: 40px; display: inline-flex; align-items: center; justify-content: center; color: #837E7E;}
 .tabs-nav li.active a{background: #52545E; color: #fff;}

 .hero_sec .col-1 {width: 60%; }
 .hero_sec .col-r {width: 40%; }

 .hero_sec .col-l{flex-direction: column;}
 .hero_sec .col-l .row:first-child{margin-bottom: 15px;}
 .hero_sec .col-l .row:last-child{gap: 15px;
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(3, 1fr);}
  .topbar h4{font-size: 26px; font-weight: 600;}
  .topbar .rtng {margin: 0px 10px 0px 45px;}
  .topbar .rtng img{width: 15px; margin-right: 3px;}
  .topbar .dn span{margin-left: 8px;}


  .hero_sec .col-r {flex-direction: column; padding-left: 15px;}
  .hero_sec .col-r .row:first-child{gap: 15px;
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(1, 1fr); margin-bottom: 15px;}
  .hero_sec .col-r .row:last-child{gap: 15px;
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(2, 1fr);}
    .topbar h4{font-size: 26px; font-weight: 600;}
    .topbar .rtng {margin: 0px 10px 0px 45px;}
    .topbar .rtng img{width: 15px; margin-right: 3px;}
    .topbar .dn span{margin-left: 8px;}

  .topbar .rgt_sec span{        width: 50px;
    height: 43px;
    border-radius: 5px;
    background: #00A664;
    color: #fff;
    font-weight: 600;
    font-size: 19px;
    display: inline-flex;
   }
    .topbar .rgt_sec p{font-size: 21px; margin-right: 12px;}
.svrvx{
	position:relative;
}


    .tab_menu{border: 1px solid #E1E1E1;  border-radius: 10px; padding: 0px 20px; background: #fff;position:sticky;top:0;z-index:99;}
    .tab_menu_ul{list-style: none;}
    .tab_menu_ul li{ margin-right: 45px;}
    .tab_menu_ul li:last-child{margin-right: 0px;}
    .tab_menu_ul li a{text-decoration: none; font-size: 16px; color:#000; padding: 24px 0px; display: inline-flex; position: relative;}
    .tab_menu_ul li.active a{color: #00A664; font-weight: 600; }
    .tab_menu_ul li.active a:before{content: ''; width: 50%; height: 4px; border-radius: 100px; position: absolute; left: 50%; transform: translateX(-50%); bottom: 0; background: #00A664;} 
    .tab_menu .detail_sec{display: inline-flex;}
    .tab_menu .detail_sec h5 {
      font-size: 25px;
      font-weight: 500;
      text-align: center;
      margin-top: 0px;
  }

  .tab_menu .detail_sec h5 span {
    line-height: 11px;
    justify-content: center;
    font-size: 11px;
    color: #555555;
}

.tab_menu .detail_sec a{text-decoration: none;
  background: #0F8765;
  color: #fff;
  font-size: 14px;
  width: 200px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px; margin-left: 30px;}

  .abt_sec{padding-bottom: 50px; border-bottom: 1px solid #C6C6C6;}



  .s_point{  gap: 70px;
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(4, 1fr);}
    .s_point .box{align-items: flex-start;}
    .s_point .box img{margin-right: 15px;}
  .s_point span{color:#8D8A8A}

  .deals_sec_inner{box-shadow: 0px 3px 6px #363C580D;
    border: 1px solid #CDD5D3;
    border-radius: 12px;
   padding: 20px; background: #fff;}


   .h_dtl_sec{padding-bottom: 50px; border-bottom: 1px solid #C6C6C6;}
   .h_dtl_sec_inner .d-flex{margin-bottom: 10px;}
   .h_dtl_sec_inner .d-flex:last-child{margin-bottom: 0px;}
   .h_dtl_sec_inner .d-flex span:first-child{width: 20%;}
   .h_dtl_sec_inner .d-flex span:last-child{width: 80%; color: #4D5151;}


/* ---------------- */

.dropdown-travelr {
  position:absolute;
  background-color:#fff;
  width:274px;
  box-shadow: 0 0 5px rgb(0 0 0 / 15%);
  z-index:1;
  top:100%;
  left: 50%;
  -webkit-box-sizing:content-box;
  border-radius: 10px;
  transform: translate(-50%);
  padding: 20px;
  display: none;
}
.innr_pnl_v2 {
  width: 100%;
  position: relative;
}
.flex-adltcol {
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  display: flex;
  margin-bottom: 15px;
}
.trvlhead {
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.trvlhead i{width: 25px;height: 18px;display: inline-block;}
.agetxt {
  font-size: 11px;
  color: #7F7F7F;
}
#field1, #field2, #field3 {
  border-radius: 4px;
  display: flex;
}
.subnwhtl, .addnwhtl {
  width: 30px;
  height: 30px;
  border: 0;
  font-size: 20px;
  cursor: pointer;
  background: #E8F8FF;
  border-radius: 50%;
  font-family: 'Poppins', sans-serif;
  line-height: 20px;
  font-weight: 500;
}
.inptno {
  border: 0;
  text-align: center;
  font-size: 13px;
  width: 40px !important;
  outline: none;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
.dn_btn {
  padding: 8px 12px;
  background: #EF6614;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  border-radius: 40px;
  width: 45%;
  display: block;
  margin-top: 20px;
  cursor: pointer;
  margin-left: auto;
color:#fff;
}
.dn_btn:hover {
  background-color: #da5200;
  -webkit-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}
.sprbdr{width:100%;background:#E5E5E5;height:2px;margin:15px 0;}
.chldboxmn{width:100%;}
.chlagtle{font-size: 13px;}
._chldrscltn{display:flex;flex-wrap:wrap}
.echslctbx{margin: 12px 13px 0px 0;width: 30%;}
.echslctbx:nth-child(3){margin-right:0;}
.echslctbx label{display:block;font-size: 13px;font-weight:600;margin-bottom: 5px;}
.echslctbx select{border:1px solid #E5E5E5;border-radius:5px;width:100%;padding: 10px;appearance:none;font-family: 'Poppins', sans-serif;background:url(drparw.svg) no-repeat;background-position: 85%;outline: none;}

.price_box_dropbtn{transition: 0.3s; cursor: pointer; align-items: center;}
.price_box_dropbtn img{width: 11px; margin-left: 4px; transition: 0.3s; }
.price_box_dropbtn.rotate img{transform: rotate(180deg);}

.hp_city{line-height:1.3;}
.htl_dates {
    margin: 5px 0 0 0!important;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover{
	outline:none!important;
	border:0!important;
}
.w_10{
	margin-right:5px!important;
	margin:0!important;
}
.w_85{
	margin:0!important;
	margin-left:auto!important;
}
.main-hotl-top{
	top:100%;
	left:0;
	margin-top:0!important;
	border-radius:10px;
}
.ui-datepicker.ui-datepicker-multi td a:hover,.ui-datepicker-multi.ui-datepicker td:hover{
	background:#0F8765;
	border-color:#0F8765!important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
	background:#0F8765!important;
	border-color:#0F8765!important;
}
 .ui-widget-content .ui-state-highlight{
	 background:#fffa90!important
 }
.paxContent>div{
	max-height:135px;
	overflow-x:auto;
}
.ui-datepicker .ui-datepicker-prev span{
	background-position: -96px 0px!important;	
}
.ui-datepicker .ui-datepicker-next span.ui-icon.ui-icon-circle-triangle-e{
	
	background-position:-32px 0px}
	
 .ui-datepicker td a, .ui-datepicker td span {
    height: 36px!important;
    width: 34px!important;
    display: flex!important;
    align-items: center;
    justify-content: center;
    padding-top: 0;
}

.exitroom {
    color: #fff;
    background: #0F8765!important;
    float: right;
    margin-right: 6px;
    border-color: #0F8765!important;
    display: block;
    width: 32%;
    text-align: center;
}
.exitroom:hover{
	background:#0c9971!important;
}