.inline_rating{
      margin:0 !important;
      display: inline-block !important;
      vertical-align: middle;
    }
    .rate {
        display: inline-block;
        border: 0;
    }
    /* Hide radio */
    .rate > input {
        display: none;
    }
    /* Order correctly by floating highest to the right */
    .rate > label {
        float: right;
    }
    /* The star of the show */
    .rate > label:before {
        display: inline-block;
        font-size:3.5vw;
        padding:5px 2px;
        margin: 0;
        cursor: pointer;
        font-family: "Font Awesome 5 Free";
    font-weight: 900;
        content: "\f005 "; /* full star */
    }
    /* Zero stars rating */
    .rate > label:last-child:before {
        content: "\f006 "; /* empty star outline */
		opacity: 0;
    }
    /* Half star trick */
    .rate .half:before {
        content: "\f089 "; /* half star no outline */
        position: absolute;
        padding-right: 0;
    }
    /* Click + hover color */
    .rate > input:checked ~ label, /* color current and previous stars on checked */
     .rate >label:hover, .rate > label:hover ~ label { color: #FFC619;  } /* color previous stars on hover */
    /* Hover highlights */
    .rate > input:checked + label:hover, .rate > input:checked ~ label:hover, /* highlight current and previous stars */
  .rate >  input:checked ~ label:hover ~ label,  /*highlight previous selected stars for new rating */
   .rate > label:hover ~ input:checked ~ label /* highlight previous selected stars */ { color: #FFC000;  }  

.offer_banner .on_banner_button {
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    transform: translateY(-50%);
    margin: 0 auto;
}
.offer_banner .on_banner_button .btn {
    background: #196ac5;
    color: #fff;
    width: 210px;
    display: block;
    margin: 0 auto;
    padding: 7px 15px;
    border-radius: 25px;
}
#validation_errors p{
    color: red !important;
}
.progress-bar{
  background-color: #196ac5;
}
.action_button_last{
    align-items: center;
}
.action_button_last ul{
        display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    flex-wrap: wrap;
}
.action_button_last ul li{
    text-align: center;
    width: 33%;
    padding-left: 10px;
    padding-right: 10px;
}
.action_button_last ul li button{
    font-size: 3.5vw;
    text-transform: uppercase;
    text-decoration: none;
    background: #196ac5;
    color: #fff;
    border-color: #196ac5;
    width: 100%;
    border-radius: 0;
}
.action_button_last ul li button span{
    display: block;
	font-size: 3vw;
}
.action_button_last ul li button i{
    font-size: 20px;
}
.top_pnr{
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}
.top_pnr h3{
    font-size: 16px;
}
/*offer css*/
.offer_banner {
  position: relative;
    margin-bottom: 15px;
}
.offer_banner img {
    width: 100%;
}
.offer_banner .on_banner_button {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
}
.offer_banner .on_banner_button .btn {
  background: #196ac5;
  color: #fff;
  width: 210px;
  display: block;
  margin: 0 auto;
  padding: 7px 15px;
  border-radius: 25px;
  font-size: 4vw;
}
.offer_banner .on_banner_button .btn:hover {
  background: #ffc619;
  color: #000;
}
.offer_banner .banner_text {
  position: absolute;
  left: 0;
  right: 0;
  top: 10%;
  width: 45%;
  margin: 0 auto;
}
.offer_banner .banner_text p {
  color: #ffc619;
  font-size: 20px;
}
.offer_banner .banner_text p span {
  display: block;
  color: #fff;
  font-size: 14px;
}
.offer_banner .banner_text h5 {
  display: inline-block;
  color: #fff;
  border: 1px dashed #000;
  border-radius: 15px;
  padding: 8px;
}

.gal_link img {
  height: 130px;
  object-fit: cover;
  border: 4px solid #fff;
  width: 100%;
}

.offer_detail_new {
  margin-top: 10px;
}
.offer_detail_new .nav-tabs .nav-item .nav-link {
    color: #5c5b5b;
    padding: 6px 20px;
}
.offer_detail_new .nav-tabs .nav-item .nav-link.active {
    color: #196ac5;
    border: 0;
    border-bottom: 1px solid #196ac5;
	position: relative;
}
.offer_detail_new .nav-tabs .nav-item .nav-link.active:after{
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 36px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #196ac5;
}
.offer_detail_new .nav-tabs .nav-item{
	margin-bottom: -2px;
}
.offer_detail_new .tab-content{
	margin-top: 20px;
}
.offer_detail_new .tab-content iframe {
    width: 100%;
    height: 350px;
	margin: 15px 0;
    margin-bottom: 8px;
}
.offer_detail_new .tab-content h5{
	text-align: center;
    display: flex;
    justify-content: space-between;
}
.offer_detail_new .tab-content h5 a{
    background: #196ac5;
    border-radius: 0;
    color: #fff;
    width: 40%;
    font-size: 3.5vw;
}
.offer_detail_new .tab-content h5 a i{
	padding-right: 2px;
}
.offer_detail_new .tab-content h3{
	font-size: 22px;
}
.offer_detail_new .tab-content h6 i {
  color: #ffc619;
}
.review h4 {
  color: #196ac5;
  font-size: 20px;
  margin: 25px 0;
}
.review h5 {
  color: #ffc619;
  margin-bottom: 0;
  font-size: 12px;
}
.review h6 {
  margin-bottom: 0;
 font-size: 3vw;
}

.review_percen {
  position: relative;
  margin-bottom: 10px;
}
.review_percen .base {
  background: #ebebeb;
  width: 100%;
  border-radius: 25px;
    height: 20px;
}
.review_percen .fill {
    background: #196ac5;
    border-radius: 25px;
    height: 15px;
    margin-top: -9px;
    margin: -17px 6px 0;
}
.review_percen .fill.hindred {
  width: 100%;
}
.review_percen .fill.ninty {
  width: 90%;
}
.review_percen .fill.eighty {
  width: 80%;
}
.review_percen .fill.seventy {
  width: 70%;
}
.review_percen .fill.sixty {
  width: 60%;
}
.review_percen .fill.fifty {
  width: 50%;
}
.review_percen .fill.fourty {
  width: 40%;
}
.review_percen .fill.thirty {
  width: 30%;
}
.review_percen .fill.twenty {
  width: 20%;
}
.review_percen .fill.ten {
  width: 10%;
}

.user_review_img img {
  width: 80px;
  border-radius: 50%;
}

.user_review h6 {
  margin-bottom: 0;
}
.user_review p {
  font-size: 13px;
}

.rating {
  text-align: center;
  width: 95px;
  display: block;
  margin: 0 auto;
}
#write_review .rating{
	width: 64%;
}
#write_review .rate > label:before{
	font-size: 8.5vw;
}
.rating.inline_rating{
	width: auto;
}
.rating p {
  color: #ffc619;
  margin-bottom: 5px;
}
.rating i {
  color: #aeaeae;
  font-size: 25px;
}

.review_form label {
  color: #196ac5;
  margin-bottom: 5px;
}
.review_form textarea {
  height: 90px !important;
  max-height: 90px !important;
  max-width: 100%;
}
.review_form .form-control {
  margin-bottom: 20px;
  border-radius: 0;
  height: 45px;
}
.review_form .btn {
  width: 100%;
  background: #196ac5;
  color: #fff;
  border-radius: 0;
  display: block;
  text-transform: uppercase;
  margin: 0 auto;
  height: 35px;
}
.review_form .btn:hover {
  background: #ffc619;
  color: #000;
}
.review_form .nice-select:after {
  opacity: 1 !important;
}
.offer_block {
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  box-shadow: 0 0 4px 0 #d4d4d4;
  background-color: #fff;
  margin-bottom: 25px;
}
.offer_block .have_bg {
  background: #fafafa;
  padding: 15px;
  font-size: 24px;
  font-weight: 400;
  border-bottom: 1px solid #e1e1e1;
  color: #333;
  margin-bottom: 0;
}
.offer_block p {
  line-height: 27px;
  color: #666;
  padding: 15px;
  font-size: 14px;
  color: #9f9f9f;
}
.offer_block .table {
  font-size: 13px;
  margin-bottom: 0;
}
.offer_block ul {
  padding: 15px;
  margin-left: 15px;
}
.offer_block ul li {
  line-height: 34px;
  color: #666;
  font-size: 14px;
}
.offer_block h5 {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 0;
  padding: 15px;
  padding-bottom: 0;
}
.offer_block h4 {
  font-size: 16px;
}
.offer_block h6 {
  font-size: 14px;
  font-weight: normal;
  color: #9f9f9f;
  line-height: 27px;
}
.offer_block .subscribe {
  position: relative;
  display: flex;
  align-items: center;
}
.offer_block .subscribe i {
  position: absolute;
  left: 10px;
  top: 50%;
  float: left;
  margin: -9px 0 0;
  color: #ccc;
}
.offer_block .subscribe .form-control {
  border: 1px solid #cdcecf !important;
  color: #bfbfbf;
  font-size: 14px;
  padding: 8px 8px 9px 35px;
  width: 75%;
  height: 45px;
  border-radius: 0;
}
.offer_block .subscribe .btn {
  width: 25%;
  height: 45px;
/*  background: #0493b4;*/
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 0;
background: #196ac5;
}

.inner_div {
  padding: 15px;
}

.book_this {
	background: #196ac5;
  color: #fff;
  font-size: 15px;
  margin-top: 0;
  float: right;
	    border-radius: 5px;
}
.book_this:hover, .offer_block .subscribe .btn:hover {
  background: #ffc619;
}
/*offer css ends*/
.date_modal{
    z-index: 9999;
}
.btn_red{
    background: #196ac5;
    color: #fff;
}
.offer h6{
	margin-bottom: 0;
}

.filter .space{
  margin-top: 75px !important;
}
/*.top_search .select2-results__options li:first-child{*/
/*  display: none !important;*/
/*}*/
.select2-container--default .select2-results__option[aria-disabled=true]{
    display: none !important;
    
}

.scroller{
  position: relative;
  margin-top: 15px;
  padding-top: 30px;
}
.scroller .leftLabel{
  font-size: 10px !important;
  color: #818181 !important;
  position: absolute;
  left: 0;
  top: 2px
}
.scroller .leftLabel:before, .scroller .rightLabel:before{
  content: "USD:";
  padding-right: 2px;
}
.scroller .rightLabel{
  font-size: 10px !important;
  color: #818181 !important;
  position: absolute;
  right: 0;
  top: 2px;
}
.scroller .nstSlider{
  cursor: hand;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  width: 100%;
  height: 8px;
  background: #fff;
  border: 1px solid #D3D3D3;
}
.scroller .nstSlider .bar{
  webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  background: #196ac5;
  height: 8px;
  top: -1px;
}
.scroller .nstSlider .leftGrip{
  position: absolute;
  height: 18px !important;
  width: 18px !important;
  border: 2px solid #fff;
  background-color: #000 !important;
  border-radius: 50% !important;
  box-shadow: 0px 0px 3px 0.2px rgba(0, 0, 0, 0.3);
  top: -5px;
}
.scroller .nstSlider .rightGrip{
  position: absolute;
  height: 18px !important;
  width: 18px !important;
  border: 2px solid #fff;
  background-color: #000 !important;
  border-radius: 50% !important;
  box-shadow: 0px 0px 3px 0.2px rgba(0, 0, 0, 0.3);
  top: -5px;
}
.facilities p i{
  margin-right: 8px;
  color: #196ac5;
}
#scrollable-dropdown-menu .tt-menu {
  max-height: 170px;
  overflow-y: auto;
}
.Typeahead-spinner {    
    position: absolute;
    top: 20px;
    right: 20px;
    display: none;
    width: 28px;
    height: 28px;
}
.my_new_mod {
    z-index: 1100 !important;
}