﻿
* {
    box-sizing: border-box;
}



h1 {
    font-size: 40px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 12px;
}

h2 {
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 12px;
}




@media screen and (min-width: 400px) {
    #hotel-datepicker {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

#hotel-datepicker .form-item {
    position: relative;
    margin: 12px 0 60px;
}

@media screen and (min-width: 400px) {
    #hotel-datepicker .form-item {
        margin: 12px 24px 0 0;
    }
}

.pac-container {
    z-index: 10000 !important;
}

.input-buttom-border {
    /*display: block;*/
    margin-bottom: 8px;
    padding: 4px;
    width: 100%;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #ffffff;
    border-radius: 0;
    outline: none;
    -webkit-transition: border-color .2s ease-out;
    transition: border-color .2s ease-out;
}

    .input-buttom-border option {
        color: #000 !important;
    }

.search-bar.form-item {
    margin: 12px 24px 0 0;
}

.search-bar label {
    display: block;
    margin-bottom: 8px;
    color: white;
}

#hotel-datepicker label {
    display: block;
    margin-bottom: 8px;
    color: white;
}

#hotel-datepicker input {
    display: block;
    margin-bottom: 8px;
    padding-bottom: 6px;
    width: 100%;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #ffffff;
    border-radius: 0;
    outline: none;
    -webkit-transition: border-color .2s ease-out;
    transition: border-color .2s ease-out;
}

    #hotel-datepicker input:first-child, #hotel-datepicker input:last-child {
        border-radius: 0;
    }

    #hotel-datepicker input::-webkit-input-placeholder {
        color: #0e3e43;
        font-size: 14px;
        line-height: 30px;
        -webkit-transition: color .2s .2s ease-out;
        transition: color .2s .2s ease-out;
    }

    #hotel-datepicker input:-moz-placeholder {
        color: #0e3e43;
        font-size: 14px;
        line-height: 30px;
        -webkit-transition: color .2s .2s ease-out;
        transition: color .2s .2s ease-out;
    }

    #hotel-datepicker input::-moz-placeholder {
        color: #0e3e43;
        font-size: 14px;
        line-height: 30px;
        -webkit-transition: color .2s .2s ease-out;
        transition: color .2s .2s ease-out;
    }

    #hotel-datepicker input:-ms-input-placeholder {
        color: #0e3e43;
        font-size: 14px;
        line-height: 30px;
        -webkit-transition: color .2s .2s ease-out;
        transition: color .2s .2s ease-out;
    }

    #hotel-datepicker input:focus {
        border-bottom-color: #125259;
    }

        #hotel-datepicker input:focus::-webkit-input-placeholder {
            color: transparent;
            -webkit-transition: color .2s ease-out;
            transition: color .2s ease-out;
        }

        #hotel-datepicker input:focus:-moz-placeholder {
            color: transparent;
            -webkit-transition: color .2s ease-out;
            transition: color .2s ease-out;
        }

        #hotel-datepicker input:focus::-moz-placeholder {
            color: transparent;
            -webkit-transition: color .2s ease-out;
            transition: color .2s ease-out;
        }

        #hotel-datepicker input:focus:-ms-input-placeholder {
            color: transparent;
            -webkit-transition: color .2s ease-out;
            transition: color .2s ease-out;
        }

#hotel-datepicker .date-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    top: calc(100% + 6px);
    font-size: 12px;
    color: white;
}

@media screen and (min-width: 400px) {
    #hotel-datepicker .date-text {
        top: 100%;
    }
}

.datepicker.dropdown-menu {
    padding: 0;
    background-clip: border-box;
    border: none;
    border-radius: 0;
    -webkit-animation: popup .2s ease-out forwards;
    animation: popup .2s ease-out forwards;
}

    .datepicker.dropdown-menu table {
        background-color: #528732;
    }

        .datepicker.dropdown-menu table thead {
            background-color: #528732;
        }

            .datepicker.dropdown-menu table thead tr {
                border-top: 0;
            }

        .datepicker.dropdown-menu table tbody {
            background-color: white;
        }

        .datepicker.dropdown-menu table tr {
            border-top: 1px solid #ededed;
        }

            .datepicker.dropdown-menu table tr td, .datepicker.dropdown-menu table tr th {
                width: auto;
                height: 24px;
                padding: 8px;
                font-size: 16px;
                border-radius: 0;
                -webkit-transition: background-color .6s ease-out;
                transition: background-color .6s ease-out;
            }

@media screen and (min-width: 400px) {
    .datepicker.dropdown-menu table tr td, .datepicker.dropdown-menu table tr th {
        padding: 12px;
    }
}

.datepicker.dropdown-menu table tr td:hover, .datepicker.dropdown-menu table tr td.active:hover, .datepicker.dropdown-menu table tr td:active:hover, .datepicker.dropdown-menu table tr th:hover, .datepicker.dropdown-menu table tr th.active:hover, .datepicker.dropdown-menu table tr th:active:hover {
    border-color: #ededed;
    border-radius: 0;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
}

.datepicker.dropdown-menu table tr td.focused, .datepicker.dropdown-menu table tr td.selected, .datepicker.dropdown-menu table tr th.focused, .datepicker.dropdown-menu table tr th.selected {
    background-color: #528732;
    border-color: #ededed;
    border-radius: 0;
}

.datepicker.dropdown-menu table tr td.active, .datepicker.dropdown-menu table tr td.active:focus, .datepicker.dropdown-menu table tr td.active.active:hover, .datepicker.dropdown-menu table tr td:active:focus, .datepicker.dropdown-menu table tr td.highlighted, .datepicker.dropdown-menu table tr th.active, .datepicker.dropdown-menu table tr th.active:focus, .datepicker.dropdown-menu table tr th.active.active:hover, .datepicker.dropdown-menu table tr th:active:focus, .datepicker.dropdown-menu table tr th.highlighted {
    background-color: #528732;
    border-color: #ededed;
}

.datepicker.dropdown-menu table tr th.datepicker-switch {
    font-size: 12px;
    font-weight: bold;
    line-height: 2;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #ffffff;
    background-color: inherit;
    border-radius: 0;
}

.datepicker.dropdown-menu table tr th.prev,
.datepicker.dropdown-menu table tr th.next {
    color: #ffffff;
    background-color: #47772b;
    border-radius: 0;
}

.datepicker.dropdown-menu table tr th.dow {
    padding: 2px 12px;
    font-size: 12px;
    line-height: 2;
    color: #ffffff;
    background-color: #47772b;
    border-top: 1px solid #47772b;
    border-radius: 0;
}

.datepicker.dropdown-menu table tr td.day {
    width: 24px;
    border-right: 1px solid #ededed;
}

    .datepicker.dropdown-menu table tr td.day:last-child {
        border-right-width: 0;
    }

.datepicker.dropdown-menu table tr td.range {
    background-color: #eeeeee;
}

.datepicker.dropdown-menu .new,
.datepicker.dropdown-menu .old,
.datepicker.dropdown-menu .disabled,
.datepicker.dropdown-menu .disabled:hover {
    color: #ccc;
}

.datepicker table {
    margin: 0 !important;
}

    .datepicker table tr td.today {
        color: #000000 !important;
        background-color: rgba(82, 134, 50, 0.42) !important;
        border: 1px solid #528732 !important;
        /*border-color: #528732!important;*/
    }

.datepicker.dropdown-menu table tr td.range td.range-end {
    background-color: #528732 !important;
    color: #ffffff;
}

[class*="fontawesome-"]:before {
    font-family: 'FontAwesome', sans-serif;
}

.fontawesome-calendar {
    position: absolute;
    top: 26px;
    right: 0;
    font-size: 24px;
    z-index: -99;
}

@-webkit-keyframes popup {
    from {
        opacity: 0;
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes popup {
    from {
        opacity: 0;
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}



/*--- Page Design Css---*/
.amnty {
    min-height: 338px;
    max-height: 338px;
}

.search_btn {
    margin-top: 14px;
}

.amenities ul li {
    padding-bottom: 5px !important;
}

.amenities .scrollbox {
    overflow-y: scroll;
}

.roomrate .big-reward-green {
    background-color: #dff2bf;
    padding: 10px;
    text-align: justify;
    width: 100%;
    margin-left: 0;
    color: #4f8a10;
    border-bottom: 2px solid rgba(79,138,16,.5);
}

.roomrate .arrow-up-green {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #dff2bf;
    margin-left: 80%;
    transform: translateX(-50%);
    -webkit-transform: translate(-50%);
}

.hotel-adress ul li span {
    display: none;
}

.hotelroom-detail .hotel-adress ul li {
    border: 1px solid #ccc;
    margin-right: 5px;
}

    .hotelroom-detail .hotel-adress ul li:first-child {
        border: none;
    }

.hotelroom-detail .roomtype ul li {
    padding: 0 2px;
}

    .hotelroom-detail .roomtype ul li img.icon-shadow {
        box-shadow: 0 4px 0 0 rgba(0,0,0,.2);
        padding: 2px 0;
    }

.hotelroom-detail .table-striped > tbody > tr:nth-of-type(2n+1), .hotelroom-detail .roomIdentifier {
    background-color: transparent;
}

.hotel-rate .table tbody tr td {
    width: 25%;
}

    .hotel-rate .table tbody tr td:first-child {
        background-color: rgba(95.3%,97.3%,82.7%,0.5);
    }

.hotelroom-detail .table-responsive {
    overflow-y: auto;
}

.hotelroom-detail .table-responsive {
    height: auto;
}

.hotel-rate .table {
    border-spacing: 0 10px;
    border-collapse: separate;
}

.table > thead > tr > th {
    width: 25%;
}

.hotel-rate tbody > tr > td {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.hotelroom-detail .roomtype label {
    line-height: 18px;
    padding: 6px 0;
    position: relative;
}

.hotelroom-detail .roomtype ul {
    padding: 0 0 5px 0px;
}

.hotelroom-detail .roomrate label {
    color: #bbb;
    float: none;
    padding: 0;
}

.hotelroom-detail .bookbtn label {
    padding: 0px;
    color: #4f8a10;
    font-size: 30px;
    font-weight: 600;
}

.hotelroom-detail .bookbtn a {
    background-color: #003789;
    margin-top: 10px;
}

.hotelroom-detail .hvr-shutter-out-horizontal::before {
    background-color: #1c53a0;
}

.hotel-rate .table tbody tr td .inner-tbl td.roomrate {
    text-align: right;
    border-right: 2px solid #ddd;
    margin: 0;
}

.adress-section .marg-tb {
    display: none;
}

.hotel-rate .table tbody tr td.merge-td {
    padding: 0;
    height: 100%;
}

    .hotel-rate .table tbody tr td.merge-td table.inner-tbl {
        height: 100%;
        width: 100%;
    }

.hotel-rate .table tbody tr td .inner-tbl td {
    background: none;
    border: none;
    padding: 15px;
    vertical-align: top;
    border-left: none;
}

.hotelroom-detail .roomIdentifier label {
    padding: 0px 0 0px 5px;
}

.hotel-rate tbody > tr td.merge-td tr:last-child {
    border-bottom: 0;
}

.hotelroom-detail .grandtotal .prz-tip {
    display: none;
}

.hotelroom-detail .roomIdentifier .offer-success strong {
    color: #4f8a10;
    width: 100%;
    display: block;
}
/*================new page changes starts here======================*/
.htl-de-am .map-box {
    display: none;
}

.add-att, .ap-atl {
    background-image: none;
}

.cntnt-box.ap-atl {
    margin-bottom: 70px;
}

.cntnt-box .content-text.mn-hgt {
    max-height: 353px;
}

.cntnt-box {
    margin: 0;
}

    .cntnt-box .content-text {
        max-height: 290px;
        overflow-y: scroll;
    }

.content-text ul li {
    text-transform: capitalize;
}
/*-------slider css---------*/
.carousel-control.left, .carousel-control.right {
    display: block;
}

.mrg-tb {
    padding: 50px;
    background-color: #f4f4f4;
    margin: 20px 0;
    border: 1px solid #e6e6e6;
}

.slider-header h3 {
    color: #141063;
    font-size: 18px;
    font-weight: 600;
    line-height: 31px;
    margin: 20px 0 0;
    text-transform: capitalize;
    font-family: "Roboto";
}

a.left.carousel-control, a.right.carousel-control {
    background: none;
    height: 40px;
    width: 40px;
    top: 40%;
}

a.left.carousel-control {
    left: -35px;
}

a.right.carousel-control {
    right: -35px;
}

.carousel-control {
    color: #333;
    text-shadow: none;
    opacity: 1;
}

    .carousel-control:hover, .carousel-control:focus {
        color: #333;
    }
/*laxmi-css-starts
.restaurants-bars {
  color: #737373;
  padding-top: 40px;
}
.restaurants-bars ul {
  padding: 0;
}
.restaurants-bars li{
 list-style-type:none;
}
.city-reviews {
  float: left;
  width: 61%;
}
.topnine-restaurants {
  background-color: #f4f4f4;
  float: left;
  width: 39%;
  padding-top: 8px;
}
.restaurants-bars .city-listing li, .restaurants-bars .topnine-restaurants li {
  display: inline-table;
  padding-left: 13px;
  vertical-align: middle;
  font-family: roboto;
  color: #737373;
}
.city-listing > li:nth-child(1) {
  border-color: #dedfe1 #dedfe1 #7cc576 #7cc576;
  border-radius: 20% 20% 50% 50%;
  border-radius: 25px;
  border-style: solid;
  border-width: 4px;
  height: 15px;
  padding: 8px;
  width: 15px;
}
.city-listing span {
  font-weight: bold;
  color:#000;
}
.location-view {
  clear: both;
  display: inline-block;
  margin-top: 13px;
  width: 100%;
  border-bottom: 1px dashed #e3e3e3;
  font-family: roboto;
}
.location {
  clear: both;
  float: left;
  width: 30%;
}
.location li {
  display: inline-block;
}
.location-list li {
  font-size: 15px;
  padding-bottom: 2px;
}
.location li:nth-child(1) {
  background-color: #43b141;
  border: medium none;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 0 11px;
}
.location.vibe li:nth-child(1) {
  background-color: #e2a401;
}
.location > p {
  color: #000000;
  /* font-size: 16px; 
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 4px;
}
.location-list i {
  border: 1px solid;
  border-radius: 10px;
  font-size: 13px;
  font-weight: normal;
  margin-right: 9px;
  padding: 2px;
}
 .location li:nth-child(2) { 
  font-size: 17px;
}
.location-list {
  float: left;
  width: 70%;
}
.topnine-restaurants .fa.fa-trophy {
  font-size: 20px;
  vertical-align: middle;
}*/
/*laxmi2*/
.tem-img {
    margin-bottom: 12px;
}

.carousel-showmanymoveone .carousel-control {
    width: 4%;
    background-image: none;
}

    .carousel-showmanymoveone .carousel-control.left {
        margin-left: 0;
    }

    .carousel-showmanymoveone .carousel-control.right {
        margin-right: 0;
    }

.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
    display: none;
}

.carousel .item .col-xs-12 {
    padding: 0;
}
/*left-to-right
	.modal.left .modal-dialog {
		position: fixed;
		margin: auto;
		width:100%;
		height: 100%;
		-webkit-transform: translate3d(0%, 0, 0);
		    -ms-transform: translate3d(0%, 0, 0);
		     -o-transform: translate3d(0%, 0, 0);
		        transform: translate3d(0%, 0, 0);
	}

	
	.modal.left .modal-content {
		height:auto;
		overflow-y: auto;
	}
	
	
	.modal.left .modal-body {
		padding: 15px 15px 80px;
	}


	.modal.left.fade .modal-dialog{
		left: -320px;
		-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, left 0.3s ease-out;
		        transition: opacity 0.3s linear, left 0.3s ease-out;
	}
	
	.modal.left.fade.in .modal-dialog{
		left: 0;
	}*/
.selectroom a {
    margin-top: 19px !important;
    padding: 5px 15px !important;
}

.modal-header > h2 {
    color: #130f66;
    text-align: left;
}
/*icons-pop-up*/
.icon-pop {
    display: inline-block;
    margin-top: 20px;
    padding-right: 11px;
}

.offer-success {
    background-color: #fff !important;
    text-align: left !important;
    color: #000;
    border: none;
    font-size: 14px;
    padding: 0;
}
.offer-success-new {
      background-color: #dff2bf;
    padding: 10px;
    text-align: justify;
    width: 100%;
    margin-left: 0;
    color: #4f8a10;
    border-bottom: 2px solid rgba(79,138,16,.5);
    font-size: 15px;
    margin-bottom: 20px;
    text-align: center;
}
.modal-dialog.icons {
    top: 30%;
}

.modal-content.icons .close {
    font-size: 25px;
    margin: 0;
    position: relative;
    top: -12px;
}

.modal-dialog.icons .modal-body li {
    display: inline-block;
}

.icon-pop i {
    background-color: #130f66;
    color: #fff !important;
    padding: 10px !important;
    text-align: center;
}
/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    .carousel .item .col-xs-12:nth-last-child(-n+1) {
        display: none;
    }
}

@media all and (min-width: 768px) {
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
        left: -50%;
    }

    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
        left: 50%;
    }

    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
        display: block;
    }
}

@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        left: 0;
    }

        .carousel-showmanymoveone .carousel-inner > .item.left,
        .carousel-showmanymoveone .carousel-inner > .item.prev.right,
        .carousel-showmanymoveone .carousel-inner > .item.active {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            left: 0;
        }
}

@media all and (min-width: 992px) {
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
        left: -16.6%;
    }

    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
        left: 16.6%;
    }

    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner .cloneditem-2,
    .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
        display: block;
    }
}

@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(16.6%, 0, 0);
        transform: translate3d(16.6%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-16.6%, 0, 0);
        transform: translate3d(-16.6%, 0, 0);
        left: 0;
    }

        .carousel-showmanymoveone .carousel-inner > .item.left,
        .carousel-showmanymoveone .carousel-inner > .item.prev.right,
        .carousel-showmanymoveone .carousel-inner > .item.active {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            left: 0;
        }
}

.padding-class {
    padding: 0px 6px !important;
}

#carousel-tilenav .carousel-control:hover {
    color: #333333;
}
/*media-starts*/

@media screen and (max-width: 1280px) and (min-width:992px) {
    .location {
        width: 100%;
    }

    .location-list {
        width: 100%;
    }
}

@media screen and (max-width: 1366px) and (min-width:1024px) {
    .hotel-adress ul li a {
        padding: 0 3px;
    }

    .icons-list {
        padding-left: 0;
        padding-right: 0;
    }

    .hotelroom-detail .price1 label {
        width: 264px;
    }

    .price1 {
        padding-left: 0;
    }

    .icon-pop {
        padding-right: 6px;
    }
}

@media screen and (max-width: 1024px) and (min-width:991px) {
    .icon-pop {
        padding-right: 1px;
    }

    .selectroom {
        padding-right: 6px;
    }

    .hotelroom-detail .price1 label {
        width: 185px;
    }

    .hotel-adress li {
        margin-bottom: 4px;
    }
}

@media screen and (max-width: 1024px) and (min-width:320px) {
    .city-reviews {
        width: 50%;
        padding-right: 2px;
    }

    .topnine-restaurants {
        width: 50%;
    }

    .city-listing > li:nth-child(2) {
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    .tem-img img {
        margin: 0 auto;
    }

    .icons-list {
        display: none;
    }

    .location {
        width: 50%;
    }

    .location-list {
        width: 50%;
    }

    .hotel-rate .table tbody tr td {
        width: 100%;
        padding-left: 10px !important;
        padding: 10px;
    }

        .hotel-rate .table tbody tr td.roomrate {
            text-align: left;
        }

    .hotelroom-detail .bookbtn label {
        padding: 0;
        text-align: right;
        font-size: 30px;
        position: relative;
    }

    .hotelroom-detail .bookbtn .big-reward-green {
        padding: 10px 0;
        text-align: left;
        display: none;
    }

    .hotel-rate tbody > tr > td.roomtype::before {
        top: 6px;
    }

    .hotelroom-detail .roomtype label {
        padding: 0px 0px 0 10px;
        position: relative;
    }

        .hotelroom-detail .roomtype label:before {
            content: "";
            position: absolute;
            height: 6px;
            width: 6px;
            background-color: #777777;
            border-radius: 50px;
            left: 0;
            top: 7px;
        }

    .adress-section .marg-tb {
        display: block;
        margin: 15px 0 0;
        float: none;
    }

    .adress-section .right-link {
        float: left;
        width: 100%;
    }

    .adress-section .marg-tb .w50 {
        width: 48%;
        margin: 0 4px 0 0;
    }

    .hotelroom-detail .hotel-adress ul li {
        margin-bottom: 5px;
    }

    .hotelroom-detail .send-share {
        padding: 5px 0 5px 54px;
    }
    /*.marg-tb{
        display: none;
    }*/
    .hotel-rate .table, .hotel-rate tbody, .hotel-rate tr, .hotel-rate .table tbody tr td {
        display: block;
        white-space: normal;
    }

        .hotel-rate tbody > tr > td.roomtype::before, .hotel-rate tbody > tr > td.roomIdentifier::before, .hotel-rate tbody > tr > td.roomrate::before, .hotel-rate tbody > tr > td.grandtotal::before {
            display: none;
        }

        .hotel-rate .table tbody tr td.merge-td, .hotel-rate .table tbody tr td.roomIdentifier {
            width: 50%;
            border: none;
            border-right: none;
        }

        .hotel-rate .table tbody tr td.merge-td {
            border-width: 0 0 0px 0px;
            border-style: solid;
            border-color: #ddd;
            padding: 10px 10px 0 0;
        }

            .hotel-rate .table tbody tr td.merge-td tr, .hotel-rate .table tbody tr td.merge-td td {
                border: none;
                padding: 0;
            }

        .hotel-rate .table tbody tr td .inner-tbl td.roomrate {
            padding: 0;
            text-align: right;
            border-right: 0;
        }

    .hotelroom-detail .table-responsive {
        border: 0;
    }

    .hotel-rate .table tbody tr td.grandtotal.bookbtn {
        border-width: 0px 0px 0px 0px;
        border-style: solid;
        border-color: #ddd;
    }

    .hotelroom-detail .modal .big-reward-green {
        display: block;
    }

    /*.hotelroom-detail #googleMap {
        display: none;
    }*/

    .green-bac #googleMap {
        height: auto;
    }

    .hotelroom-detail .offer-img {
        margin: 20px 0;
    }

    .green-bac .modal-header {
        padding: 0 15px;
        text-align: right;
    }

        .green-bac .modal-header .close {
            float: none;
        }

    .hotelroom-detail .arrow-up-green, .hotelroom-detail .big-reward-green, .hotelroom-detail .roomIdentifier label::before {
        display: none;
    }

    .hotelroom-detail .roomIdentifier label {
        padding: 0 !important;
        font-size: 12px;
    }

    .hotelroom-detail .grandtotal .prz-tip {
        background-color: #ddd;
        padding: 5px;
        position: relative;
        top: -150px;
        text-align: center;
        font-family: 'Calibri';
        color: #000;
    }

    label.prz-lbl .prz-tip:before {
        position: absolute;
        content: "";
        height: 0;
        width: 0;
        border-top: 10px solid #ddd;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        bottom: -9px;
        right: 0;
        left: 0;
        margin: 0 auto;
    }

    label.prz-lbl:hover .prz-tip {
        display: block;
        position: absolute;
        height: auto;
        font-size: 12px;
        bottom: 43px;
        left: 0;
        right: 0;
        top: auto;
    }

    .hotelroom-detail .bookbtn label.prz-lbl:hover .hotelroom-detail .grandtotal .prz-tip {
        display: block;
    }

    .hotelroom-detail .bookbtn a {
        margin: 0;
    }

    .hotelroom-detail .table-striped > tbody > tr {
        float: left;
        border-width: 0px 1px 1px 1px;
        border-style: solid;
        border-color: #ddd;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .hotel-rate tbody > tr > td.roomtype {
        border-right: 0;
        border-left: 0;
    }

    .hotel-rate tbody > tr > td {
        padding-top: 7px !important;
    }

    .mrg-tb {
        padding: 30px;
    }
}

@media (max-width: 640px) {
}

@media (max-width: 568px) {
    .location {
        width: 100%;
    }

    .location-list {
        width: 100%;
    }
}

@media (max-width: 480px) {
}

@media (max-width: 360px) {
}

@media (max-width: 320px) {
}

.No-of-night-desktop {
    margin-top: 15px;
    margin-right: 23px;
    border-radius: 10px;
    margin-bottom: 11px;
    padding: 5px;
    color: #fff;
    text-align: center;
    border: 2px solid #fff;
}

#yelpDiv {
    height: 279px;
    overflow-y: scroll;
}

#owl-demo .item {
    margin: 3px;
}

    #owl-demo .item img {
        display: block;
        width: 100%;
        height: 191px !important;
    }

div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 100%;
}

    div.gallery:hover {
        border: 1px solid #777;
    }

    div.gallery img {
        width: 100%;
        height: 190px !important;
    }

div.name {
    padding: 10px;
    text-align: left;
    font-weight: bold;
}

div.desc {
    padding: 10px;
    text-align: left;
}

div.left {
    width: 49%;
    float: left;
    padding-left: 10px;
    text-align: left;
    padding-bottom: 10px;
    color: #141063;
    font-weight: bold;
}

div.right {
    width: 51%;
    float: right;
    padding-right: 10px;
    text-align: right;
    padding-bottom: 10px;
    margin-top: -26px;
}

.owl-next {
    background: #ccc;
    width: 50px;
    float: left;
    padding: 10px;
    margin-right: 5px;
    border-radius: 2px;
    color: #000;
    cursor: pointer;
}

.owl-prev {
    background: #ccc;
    width: 50px;
    float: left;
    padding: 10px;
    border-radius: 2px;
    color: #000;
    margin-right: 5px;
    cursor: pointer;
}

@media(min-width:768px) {
    .owl-next {
        margin-bottom: 15px !important;
    }
}

@media(max-width:768px) {
    #SelectedRoomDetailsList1 {
        max-height: 50%;
        overflow-y: scroll;
        overflow-x: hidden;
        position: fixed;
        bottom: 50px;
        z-index: 100000;
        background: #fff;
        padding: 10px;
        left: 0;
        right: 0;
        border-top: 1px solid #444;
        display: none;
    }

    #CTABookNow {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        height: 50px;
        z-index: 1111111;
        float: left;
        padding: 7px;
    }

        #CTABookNow .row {
            margin-top: -35px;
            background-color: #eee;
        }
}


