/************************************************************************
			ROOM LIS & ROOM GRID
************************************************************************/
.modify-hotel,
.page-title {
  background: url("../assets/images/bg-image11.jpg");
  background-attachment: fixed;
  background-size: contain;
  color: #ffffff;
}

.modify-search {
  padding: 30px 0px;
  background-attachment: fixed;
}
.modify-search .form-control {
  border-radius: 0;
  height: 45px;
  padding: 10px;
}
.modify-search label {
  color: #ffffff;
}
.modify-search .input-group-addon {
  background: #0060aa;
  border: none;
  border-radius: 0;
}
.modify-search .input-group-addon i {
  color: #ffffff;
}
.modify-search .custom-select-button {
  background: #ffffff;
  border-radius: 0;
  height: 45px;
}
.modify-search .modify-search-button {
  height: 45px;
  background: #0060aa;
  color: #ffffff;
  border-radius: 0;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 10px 0px;
  margin-top: 25px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modify-search .modify-search-button:hover {
  color: #00adef;
  background: #ffffff;
}
.filter-head {
  color: #fff;
  background: #07253f;
  padding: 15px;
}
.filter-head h4 {
  line-height: 1.5;
  margin: 20px 0px;
  position: relative;
}
.filter-head h4:after {
  content: "\f0b0";
  background: #07253f none repeat scroll 0 0;
  border: 4px solid #0a3152;
  border-radius: 50%;
  font-family: "FontAwesome";
  height: 40px;
  left: 42%;
  padding: 4px 6px;
  position: absolute;
  top: 130%;
  width: 40px;
}
.filter-area {
  background: #0a3152;
  color: #fff;
  padding: 15px;
  margin-bottom: 45px;
}
.price-filter .ui-slider-horizontal {
  height: 10px;
  background: #ffffff;
}
.price-filter label {
  display: none;
}
.price-filter .ui-slider {
  position: relative;
  text-align: left;
}
.price-filter .ui-slider .ui-slider-range {
  background: #f19c4f;
  border: 0 none;
  display: block;
  font-size: 0.7em;
  position: absolute;
  z-index: 1;
}
.price-filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.price-filter .ui-slider-horizontal .ui-slider-handle {
  margin-left: -0.6em;
  top: -0.3em;
}
.price-filter .ui-slider .ui-slider-handle {
  cursor: default;
  height: 1.2em;
  position: absolute;
  width: 1.2em;
  z-index: 2;
}
.price-filter .ui-slider .ui-slider-handle:before {
  content: "\f067";
  color: red;
  font-family: FontAwesome;
  padding: 5px;
  background: #00adef;
  color: #ffffff;
}
.price-filter input {
  background: #0a3152;
  border: none;
  color: #f19c4f;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 18px;
  width: 100%;
}
.filter-area h4 {
  margin: 10px 0px 20px 0px;
  letter-spacing: 1px;
}
.filter-area h5 i {
  font-size: 18px;
  margin-right: 5px;
}
.filter-area h5 {
  color: #00adef;
  margin-top: 0;
  font-weight: bold;
  letter-spacing: 1px;
}
.filter-area ul {
  list-style: none;
  padding-left: 10px;
  margin-bottom: 0;
}
.filter-area li {
  padding: 5px 0px;
}
.filter-area li input {
  margin-right: 10px;
  margin-top: 0;
}
.filter-area li i {
  margin-right: 5px;
}
.filter {
  border-top: 1px solid #07253f;
  padding: 30px 0px;
}
.filter:first-child {
  border-top: none;
  padding: 15px 0px 30px;
}
.price-filter input {
  margin: 5px 0px;
}
.name-filter .input-group {
  margin-top: 20px;
}
.name-filter .input-group-addon {
  color: #ffffff;
  background: #00adef;
  border: none;
  border-radius: 0;
}
.name-filter .form-control {
  border-radius: 0;
  height: 40px;
}
.star-filter li i {
  color: #f19c4f;
}
.sort-area
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  color: #07253f;
}
.sort-area .sort {
  margin-top: 40px;
  border-top: 1px solid #f2f5f7;
  border-right: 1px solid #f2f5f7;
  border-bottom: 1px solid #f2f5f7;
}
.sort-area .sort:first-child {
  border-left: 1px solid #f2f5f7;
}
.sort-area .custom-select-button {
  border: none;
}
.sort-area .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  font-weight: bold;
  letter-spacing: 1px;
}
.hotel-listing .room-grid-view img {
  max-width: 100%;
}
.hotel-listing .room-grid-view {
  margin-top: 40px;
}
.clearfix-md {
  clear: both;
}
.hotel-rating .pull-left span {
  display: block;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  color: #07253f;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background: #0060aa;
  border: 1px solid transparent;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-radius: 0;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-radius: 0;
}
.bottom-pagination {
  padding: 30px 0px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .form-gp {
    margin-bottom: 20px;
  }
  .clearfix-md {
    clear: none;
  }
  .clearfix-sm {
    clear: both;
  }
  .modify-hotel {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .sort-area .col-padding {
    padding: 10px 5px;
  }
  .sort-area .sort:nth-child(3) {
    border-left: 1px solid #f2f5f7;
  }
}

/************************************************************************
			ROOM LIST
************************************************************************/
.hotel-list-view {
  margin: 10px 15px 30px 15px;
  border: 1px solid #f2f5f7;
  overflow: hidden;
  transition: 0.5s;
}
.hotel-list-view .wrapper {
  width: 100%;
}
.hotel-list-view .tripadvisor-rating {
  display: none;
}
.hotel-list-view:hover {
  border: 1px solid#f2f5f7;
  box-shadow: 0px 0px 20px #f2f5f7;
}
.hotel-list-view img {
  max-width: 100%;
  min-height: 200px;
  padding: 15px;
}
.hotel-list-view .hotel-info {
  border-right: 1px solid #f2f5f7;
  min-height: 280px;
}
.hotel-list-view .hotel-header h5 {
  font-weight: 700;
  line-height: 1.6;
  font-size: 16px;
}
.hotel-list-view .hotel-header i {
  color: #f19c4f;
  margin: 0px 2px;
}
.hotel-list-view .hotel-header p {
  color: #54af3a;
}
.hotel-list-view .hotel-header p i {
  margin: 0 5px;
  color: #54af3a;
}
.hotel-list-view .hotel-facility i {
  border: 1px solid #bec4c8;
  border-radius: 50%;
  color: #bec4c8;
  font-size: 14px;
  height: 30px;
  margin: 5px;
  padding: 7px;
  width: 30px;
}
.hotel-list-view .hotel-facility p {
  margin-bottom: 5px;
}
.hotel-list-view .hotel-desc p {
  font-size: 13px;
  color: #0a3152;
  line-height: 1.7;
}
.hotel-list-view .hotel-desc p {
    font-size: 13px;
    color: #0a3152;
    line-height: 1.7;
    max-height: 110px;
    overflow: hidden;
}

.hotel-list-view .hotel-desc.credit-card-info p {
    color: #54af3a;
}
.hotel-desc p a {
    color: #54af3a;
}
    
.hotel-info .accommodation-type {
  background-color: #bec4c8;
  padding: 5px;
  text-align: center;
  line-height: 24px;
  color: #fff;
}

.hotel-list-view .rating-box {
  /* padding: 15px 0px; */
  border-bottom: 1px solid #f2f5f7;
  min-height: 62px;
  display: flex; /**/
  flex-direction: row; /**/
  align-items: center; /**/
  justify-content: center; /**/
}
.hotel-list-view .room-status-box {
  /* padding: 15px 0px; */
  border-bottom: 1px solid #f2f5f7;
  min-height: 62px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #54af3a;
  color: #ffffff;
}

.hotel-list-view .room-status-box h5 {
  font-weight: 600;
  font-size: 24px;
  margin: 0;
}
.room-status-box span {
  font-size: 14px;
}
.hotel-list-view .rating-box .tripadvisor-rating {
  margin: 10px 0px 5px;
}
.hotel-list-view .rating-box img {
  min-height: initial;
}
.hotel-list-view .rating-box span {
  font-weight: normal;
}
.hotel-list-view .rating-box .user-rating span {
  display: block;
}
.hotel-list-view .room-book-box {
  padding: 5px 0px;
  min-height: 100px;
  transition: 0.5s;
}
span.avaliable-info {
  font-size: 12px;
}
span.avaliable-phone {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}
.hotel-list-view .room-book-box h5 {
  font-size: 28px;
  font-weight: 700;
  margin-top: 30px;
}
.hotel-list-view .room-book-box.not-available h5 {
  font-size: 28px;
  font-weight: 700;
  margin-top: 0px;
}
.hotel-list-view .room-book-box a {
  background: #0060aa;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 25px;
  display: inline-block;
  margin-top: 5px;
  border: 2px solid transparent;
}
.hotel-list-view:hover .room-book-box {
  color: #ffffff;
  background: #0060aa;
}

.hotel-list-view:hover .room-book-box a {
  color: #ffffff;
  border: 2px solid #ffffff;
  background: #54af3a;
}
.hotel-list-view .room-book-box .not-available a {
  background: #f9676b;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 25px;
  display: inline-block;
  margin-top: 5px;
  border: 2px solid transparent;
}
.hotel-list-view:hover .room-book-box .not-available  {
  color: #ffffff;
  background: #0060aa;
}

.hotel-list-view:hover .room-book-box .not-available a {
  color: #ffffff;
  border: 2px solid #ffffff;
  background: #f9676b;
}
@media (max-width: 991px) {
  .hotel-list-view img {
    min-height: initial;
  }
  .hotel-list-view .hotel-info {
    border-right: none;
  }
  .hotel-list-view .rating-box {
    float: left;
    /* border-bottom: none; */
    border-top: 1px solid #f2f5f7;
    border-right: 1px solid #f2f5f7;
    width: 100%;
  }
  .hotel-list-view .room-book-box {
    float: right;
    border-top: 1px solid #f2f5f7;
    width: 100%;
  }
}
.view-switcher {
  margin-top: 40px;
}
.view-switcher a {
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  padding: 5px;
  color: #00adef;
}
.view-switcher a:hover {
  color: #f9676b;
}

/************************************************************************************
		LIST VIEW AND GRID VIEW SWITCH
*************************************************************************************/
.product-grid-view {
  overflow: hidden;
  width: 33.33%;
  float: left;
  padding: 0px 15px;
}
.product-grid-view .wrapper {
  margin: 40px 0px 0px;
  border: 1px solid #f2f5f7;
  box-shadow: 0px 0px 5px #f2f5f7;
  overflow: hidden;
}
.product-grid-view .tripadvisor-rating {
  display: block;
}
.product-grid-view .overview .flex-viewport ul.slides li img {
  max-width: 100%;
  min-height: 200px;
}
.product-grid-view img {
  max-width: 100%;
  min-height: 200px;
}
.product-grid-view .flex-viewport ul.slides li img {
  max-width: 100%;
  min-height: 64px;
}
.product-grid-view .switch-img {
  width: 100%;
}
.product-grid-view .hotel-info {
  width: 100%;
  text-align: center;
}
.product-grid-view .rating-price-box {
  width: 100%;
}
.product-grid-view .tripadvisor-rating {
  float: left;
}
.product-grid-view .tripadvisor-rating span {
  display: block;
}
.product-grid-view .user-rating {
  float: right;
}
.product-grid-view .hotel-header h5 {
  font-weight: 700;
  line-height: 1.6;
  font-size: 16px;
  margin-top: 15px;
}
.product-grid-view .hotel-header h5 span {
  display: block;
}
.product-grid-view .hotel-header i {
  color: #f19c4f;
  margin: 0px 2px;
}
.product-grid-view .hotel-header p {
  color: #00adef;
  line-height: 1.6;
}
.product-grid-view .hotel-header p i {
  margin: 0 5px;
  color: #00adef;
}
.product-grid-view .hotel-facility i {
  border: 1px solid #bec4c8;
  border-radius: 50%;
  color: #bec4c8;
  font-size: 14px;
  height: 30px;
  margin: 5px;
  padding: 7px;
  width: 30px;
}
.product-grid-view .hotel-facility p {
  margin-bottom: 5px;
}
.product-grid-view .hotel-desc p {
  font-size: 13px;
  color: #0a3152;
  line-height: 1.7;
}
.product-grid-view .rating-box {
  padding: 0px 15px;
  min-height: initial;
  overflow: hidden;
}
.product-grid-view .rating-box img {
  margin: 0px;
}
.product-grid-view .rating-box .tripadvisor-rating {
  margin: 0px;
}
.product-grid-view .rating-box img {
  min-height: initial;
}
.product-grid-view .rating-box span {
  font-weight: normal;
}
.product-grid-view .rating-box .user-rating span {
  display: block;
}
.product-grid-view .room-book-box {
  border-top: 1px solid #f2f5f7;
  margin-top: 15px;
  min-height: initial;
  overflow: hidden;
  padding: 0;
  clear: both;
}
.product-grid-view .room-book-box .price {
  width: 60%;
  float: left;
  padding: 15px 0px;
  border-right: 1px solid #f2f5f7;
}
.product-grid-view .room-book-box .price h5 {
  font-size: 16px;
  font-weight: 700;
}
.product-grid-view .room-book-box .book {
  float: left;
  padding: 10px 0;
  width: 40%;
}
.product-grid-view .room-book-box .book a {
  background: #f2676b;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 15px;
  display: inline-block;
  margin-top: 5px;
  border: 2px solid transparent;
}
.product-grid-view:hover .room-book-box {
  color: #ffffff;
  background: #00adef;
}
.product-grid-view:hover .room-book-box a {
  color: #ffffff;
  border: 2px solid #ffffff;
  background: #00adef;
}
.view-switcher {
  margin-top: 0px;
}
.view-switcher a {
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  padding: 5px;
  color: #54af3a;
}
.view-switcher a:hover {
  color: #0060aa;
}
.product-grid-view .car-item .rating-box {
  display: none;
}
@media (max-width: 991px) {
  .product-grid-view img {
    min-height: initial;
  }
  .product-grid-view {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .product-grid-view {
    width: 100%;
  }
}

/*********************************************************************************
				ROOM BOOKING
*********************************************************************************/
.booking-summary-v2 {
  overflow: hidden;
  /* border: 1px solid #f2f5f7; */
  box-shadow: 0px 0px 5px #f2f5f7;
}
.booking-summary-v2 img {
  max-width: 100%;
  padding: 15px;
}
.booking-summary-v2 h4 {
  font-weight: bold;
}
.booking-summary-v2 h4 i {
  color: #0060aa;
}
.booking-summary-v2 p i {
  color: #0060aa;
}
.booking-summary-v2 p span {
  font-weight: bold;
}
.booking-summary-v2 a {
  background: #0060aa none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  margin-top: 60px;
  padding: 7px 15px;
}
.booking-summary-v2 a:hover {
  background: #54af3a;
}
@media (max-width: 991px) {
  .booking-summary-v2 a {
    margin: 10px 0px 15px;
  }
}
.booking-tab {
  background: #ffffff;
  padding: 0px;
  border-bottom:none;
}
.booking-detail {
  padding: 20px 0px;
}
.booking-tab .nav-tabs > li.active > a,
.booking-tab .nav-tabs > li.active > a:focus,
.booking-tab .nav-tabs > li.active > a:hover {
  border: none;
  background: #f2f5f7;
  position: relative;
}

.booking-tab .nav-tabs .active:after {
    position:absolute;
  background:transparent !important;
  margin-top:10px !important;
  margin-left:70px;
  z-index:9999999999999999999999999999999;
  width:15px;
  height:15px;
  content:url("../img/down-ok.png") !important;
}
.booking-tab .nav-tabs > li > a:hover {
    border-bottom-width: 0;
    background-color: f8971c;
    border-color: f8971c;
}
.row.line-adress {
    margin-top: 40px;
    border: 1px solid #f2f5f7;
    padding: 10px;
    background-color: #f2f5f7;
}
.row.line-1 {
    border: 1px solid #f2f5f7;
    padding: 10px;
}
.booking-tab .nav-tabs > li.active > a {
  padding-bottom: 11px;
}
.booking-tab .nav-tabs {
  border-bottom: none;
}
.booking-tab .nav-tabs > li.active > a i,
.booking-tab .nav-tabs > li > a i {
  display: block;
  padding: 5px;
  font-size: 30px;
}
.booking-tab .nav-tabs > li.active > a span,
.booking-tab .nav-tabs > li > a span {
  font-size: 14px;
}
.booking-tab .nav-tabs > li.active > a,
.booking-tab .nav-tabs > li > a {
  color: #0060aa;
}
.booking-tab .tab-content {
  padding: 20px 0px;
}
.booking-sidebar .sidebar-item {
  border: 1px solid #f2f5f7;
  box-shadow: 0px 0px 5px #f2f5f7;
}
.booking-sidebar .sidebar-item h4 {
  background: #f2f5f7 none repeat scroll 0 0;
  padding: 20px 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px;
}
.booking-sidebar .sidebar-item h4 i {
  color: #0060aa;
  margin-right: 10px;
}
.booking-sidebar .sidebar-body {
  padding: 20px;
}
.booking-sidebar .sidebar-body .table {
  margin-bottom: 0px;
}
.booking-sidebar .sidebar-body table tr {
  border-bottom: 1px solid #f2f5f7;
}
.booking-sidebar .sidebar-body table tr:last-child {
  border-bottom: none;
}
.booking-sidebar .sidebar-body table td {
  border-top: none;
}
.booking-sidebar .sidebar-body .total {
  font-size: 20px;
  font-weight: bold;
}
.booking-form .form-control {
  height: 40px;
  border-radius: 0px;
}
.login-box {
  overflow: hidden;
  border: 1px solid #f2f5f7;
  box-shadow: 0px 0px 5px #f2f5f7;
  margin-top: 40px;
}
.login-box h3 {
  background: #f2f5f7 none repeat scroll 0 0;
  line-height: 1.6;
  margin: 0;
  padding: 10px 20px;
}
.booking-form {
  padding: 0 15px 20px;
  overflow: hidden;
}
.booking-form a {
  color: #f2676b;
  margin-top: 5px;
  display: block;
}
.booking-form label {
  margin-top: 15px;
}
.booking-form button {
  background: #f2676b none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: block;
  font-weight: bold;
  margin-top: 15px;
  padding: 10px 50px;
}
.booking-form button:hover {
  background: #00adef;
}
.social-media-login {
  margin-top: 20px;
}
.social-media-login a {
  background: #5470af;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  margin: 10px 0;
  padding: 0 15px;
}
.social-media-login a i {
  border-right: 1px solid #fff;
  margin-right: 15px;
  padding: 15px 15px 15px 0;
}
.social-media-login span {
  display: block;
  font-weight: bold;
}
.booking-sidebar .contact-box {
  margin-top: 40px;
  margin-bottom: 40px;
}
#passenger-info {
  overflow: hidden;
}
.passenger-detail {
  overflow: hidden;
  border: 1px solid #f2f5f7;
  box-shadow: 0px 0px 5px #f2f5f7;
}
.passenger-detail h3 {
  margin: 0px;
  padding: 20px 15px;
  line-height: 1;
  background: #f2f5f7;
  font-weight: bold;
  font-size: 18px;
}
.passenger-detail-body {
  padding: 0px;
}
.passenger-detail-body label {
  margin-top: 15px;
  font-weight: normal;
  font-size: 12px;
}
.passenger-detail-body .form-control {
    border-radius: 0px;
    height: 40px;
    border: 1px solid #f2f5f7;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.passenger-detail-body .form-control:focus {
    border-color: #54af3a;
   
}

.passenger-detail-body button {
  background: #0060aa none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  border: none;
  padding: 10px 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.passenger-detail-body button:hover {
  background: #54af3a;
}
.passenger-detail-body button i {
  margin-left: 5px;
}
.saved-card {
  border: 1px solid #f2f5f7;
  overflow: hidden;
  padding: 0px 20px 20px;
}
.saved-card label {
  margin-top: 10px;
}
.saved-card label span {
  font-size: 18px;
  margin-left: 10px;
  line-height: 1.6;
}
.payment-seperator {
  border-top: 1px solid #f2f5f7;
  margin: 40px 0px 30px;
  position: relative;
}
.payment-seperator:after {
  background: #f2f5f7 none repeat scroll 0 0;
  border-radius: 50%;
  content: "Or";
  left: 45%;
  padding: 12px 15px;
  position: absolute;
  top: -23px;
  z-index: 1;
}
.add-new-card {
  overflow: hidden;
}
.paypal-pay {
  overflow: hidden;
}
.paypal-pay i {
  color: #009cde;
  font-size: 50px;
  margin-top: 20px;
}
.paypal-pay a {
  background: #f2676b none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  margin-top: 25px;
  padding: 10px 20px;
}
.paypal-pay a:hover {
  background: #00adef;
}
@media (max-width: 767px) {
  .login-box {
    margin-bottom: 40px;
  }
}

/*CUSTOM CSS*/
.old-price h5 {
  display: block;
  text-decoration: line-through;
  color: #999;
  font-size: 20px;
  margin-top: 10px;
}

.custom-select-button {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #bec4c8;
  border-radius: 0;
  height: 40px;
}
.element-tab .tab-content {
  padding: 15px;
}
.element-tab .nav-tabs > li > a {
  border-radius: 0;
  border: none;
  color: #07253f;
}
.element-tab .nav-tabs > li > a:hover {
  color: #0060aa;
}
.element-tab .nav > li > a:hover,
.element-tab .nav > li > a:focus {
  background-color: transparent;
  border: none;
}
.element-tab .nav > li.active > a:focus,
.element-tab .nav > li.active > a:hover {
  background-color: transparent;
  border: none;
  color: #fff;
}

.element-tab .tab-style2 {
  border-bottom: 2px solid #0060aa;
}
.element-tab .tab-style2 .active,
.element-tab .tab-style2 .active a {
  position: relative;
  color: #ffffff;
  background-color: #0060aa;
}

.element-tab .nav-tabs > li {
  margin-bottom: 0;
}
/* .input-group-addon {
  background: transparent;
  color: #bec4c8;
  border-top: 1px solid #bec4c8;
  border-right: 1px solid #bec4c8;
  border-bottom: 1px solid #bec4c8;
  border-radius: 0;
} */
.input-group-addon {
    background: transparent;
    color: #d8dadb;
    border-top: 1px solid #f2f5f7;
    border-right: 1px solid #f2f5f7;
    border-bottom: 1px solid #f2f5f7;
    border-radius: 0;
}
.hotel-desc.col-md-9 {
  padding-left: 0;
}
.notification-entry p i {
  color: #ffffff !important;
  background: #54af3a;
  padding: 3px;
  margin-right: 5px;
  border-radius: 16px;
  line-height: 12px;
  border: 1px solid #54af3a;
  width: 20px;
  height: 20px;
  text-align: center;
}
.confirmation_msg {
  text-align: center;
}
.full_width {
  float: left;
  width: 100%;
}
.confirmation_msg span {
  display: inline-block;
  background: #54af3a;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 35px;
  text-transform: uppercase;
  padding: 14px 33px;
  border-radius: 30px;
}
.confirmation_msg span {
  animation: zoomin 2s 1 1000ms;
  -moz-animation: zoomin 2s 1 1000ms;
  -webkit-animation: zoomin 2s 1 1000ms;
  -ms-animation: zoomin 2s 1 1000ms;
  -o-animation: zoomin 2s 1 1000ms;
  position: relative;
  display: block;
}

span.check {
  max-width: 500px;
  width: 200px;
  height: 200px;
  line-height: 160px;
  font-size: 100px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}
.confirmation-detail {
  margin-top: 40px;
  border: 1px solid #e6e6e6;
  box-shadow: 0px 0px 5px #e6e6e6;
  margin-bottom: 40px;
  overflow: hidden;
  padding: 0px 20px 20px;
}

.row.check-in-out {
  background-color: #f2f5f7;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.row.check-in-out p {
  font-weight: 600;
}
/*read more trigger  */

/* SLIDER */
.hotel-list-view {
    max-height: 250px;
}
.hotel-list-view .flexslider .flex-viewport ul li img {
	max-width: 100%;
	min-height: 64px;
	padding: 0;
}
.hotel-list-view #slider.flexslider .flex-viewport ul li img {
    max-width: 100%;
    min-height: 200px;
    padding: 0;
}
.flex-direction-nav a {
    margin: -35px 0 0;
}



@media (max-width: 767px) {
    .hotel-list-view {
        min-height:200px !important;
        max-height: 700px !important;
    }
	.booking-tab .nav-tabs > li.active > a i, .booking-tab .nav-tabs > li > a i {
    display: block;
    padding: 5px;
    font-size: 18px;
  }
  .booking-tab .nav-tabs .active:after {
    width: 85%;
  }
  .booking-tab .nav-tabs > li.active > a {
    padding-bottom: 10px;
  }
  .booking-tab .nav-tabs > li.active > a, .booking-tab .nav-tabs > li.active > a:focus, .booking-tab .nav-tabs > li.active > a:hover {
    border: none;
  }
  .nav>li>a {
    padding: 8px !important;
  }
  .nav-tabs>li>a {
    border: none !important;
  }
  .nav-tabs>li {
    margin-bottom: 0px !important;
  }

}

.passenger-detail .guest-input{
   padding: 0 !important;
   margin-right: 5px !important;
} 
textarea.form-control {
 height: 70px !important;
 max-width: 520px;
}

select#rptHotelDetail_rptCustomer_0_ddlGender_0,
select#rptHotelDetail_rptCustomer_0_ddlGender_1
{
  padding: 0;
  font-size: 12px;
}