@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
/* CSS Document */

body {
    background-color: #fffefe;
    font-family: "Work Sans", sans-serif !important;
}
a {
    text-decoration: none;
    color: white;
}
a:hover {
    text-decoration: none;
}
.container {
}
a:focus {
    outline: none;
    text-decoration: none;
}
.datepickerblock label {
}
.btn:focus,
.btn:active {
    outline: none !important;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
li {
    padding: 0;
    margin: 0;
}
.btn {
    border-radius: 2px;
}
.form-control {
    border-radius: 2px;
}
.close {
    font-size: 40px;
    font-weight: normal;
    line-height: 20px;
}
.form-group {
    margin: 0;
}
.modal-content {
    border-radius: 0px;
    margin: auto;
}
.modal-header {
    border-bottom: none;
}
.modal-footer {
    border-top: none;
}
.remove_room {
    color: red !important;
    opacity: 1 !important;
}
.modal-description-window {
    width: 70%;
}
.modal-reservation-summary-mobile-window {
    width: 50%;
}
.modal-reservation-summary-mobile-window .modal-footer {
}
.modal-reservation-summary-mobile-window .modal-header {
    border-bottom: 1px solid #ccc;
}
.modal-rates-window {
    width: 45%;
    font-size: 12px;
}
.modal-rates-window h3 {
    font-weight: bold;
    font-size: 14px;
    margin: 0;
    margin-bottom: 10px;
}
.contact-title {
    text-transform: uppercase;
    color: #07739f;
    font-size: 22px;
}
.contact-border {
    line-height: 0.1em;
    border-bottom: 1px solid #ccc;
    width: 100%;
    text-align: center;
    margin: 0px;
}
.modal-contact-window {
    width: 40%;
}
.modal-contact-window label {
    color: #333333;
}
.modal-contact-window .modal-footer {
    border-top: 1px solid #ccc;
}
.modal-contact-window .modal-header {
    border-bottom: 1px solid #ccc;
}

.modal-calendar-window label {
    color: #333333;
}
.modal-calendar-window .modal-footer {
    border-top: 1px solid #ccc;
}
.modal-calendar-window .modal-header {
    border-bottom: 1px solid #ccc;
}

.modal-wide .modal-body {
    overflow-y: auto;
}

@-webkit-keyframes ezCustTrans {
    0% {
        opacity: 0;
    }
    68% {
        opacity: 0.8;
    }
    100% {
        opacity: 1;
    }
}
@keyframes ezCustTrans {
    0% {
        opacity: 0;
    }
    68% {
        opacity: 0.8;
    }
    100% {
        opacity: 1;
    }
}
.ezCustTrans {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: ezCustTrans;
    animation-name: ezCustTrans;
}

/* CSS used here will be applied after bootstrap.css */
.carousel {
    margin-top: 20px;
}
.item .thumb {
    width: 25%;
    cursor: pointer;
    float: left;
}
.item .thumb img {
    width: 100%;
    margin: 0px;
}
#thumbcarousel img {
    max-height: 103px;
}
.item img {
    width: 100%;
}

.carousel-inner {
    height: auto;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 100%;
    margin: auto;
    min-height: initial;
}

.thumbs-hotel div {
    min-height: 69px;
}

.hotel-title {
    font-size: 20px;
    color: #978a77;
}
.hotel-title:hover {
    color: #333333;
}
.my-icon-home {
    color: #978a77;
    font-size: 20px;
}
.my-icon-home:hover {
    color: #333333;
}
.roomtype {
    background-color: white;
    margin-top: 20px;
    border: 1px solid #e0e0e0;
}
.roomtype-title {
    font-size: 24px;
    line-height: 24px;
    color: #07739f;
}
.roomtype-description {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    margin: 0;
}
.moreinformation {
    color: #07739f;
    font-size: 12px;
    display: block;
    margin-bottom: 0px;
}
.moreinformation:hover {
    text-decoration: underline;
    color: #07739f;
}

.features-room {
    cursor: pointer;
    margin: auto;
    border: 1px dotted #ccc;
    height: 68px;
    background-color: #fff;
    width: 25%;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
}
.features-room h1 {
    white-space: normal;
    overflow: hidden;
    display: block;
    font-weight: bold;
    word-wrap: break-word;
    white-space: nowrap;
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 10px;
    color: black;
}
.features-room:hover .glyphicon-info-sign {
    color: orange;
}
.features-room:hover {
    border: 1px dotted orange;
}
.features-room .inside-icon {
    width: 100%;
    height: 100%;
}
.features-room .icon-info-sign-position {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #000;
}

.features-hotel {
    cursor: pointer;
    margin: auto;
    border: 1px dotted #ccc;
    height: 68px;
    background-color: #f5f5f5;
    width: 25%;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
}
.features-hotel h1 {
    white-space: normal;
    overflow: hidden;
    display: block;
    font-weight: bold;
    word-wrap: break-word;
    white-space: nowrap;
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 10px;
    color: black;
}
.features-hotel:hover .glyphicon-info-sign {
    color: orange;
}
.features-hotel:hover {
    border: 1px dotted orange;
}
.features-hotel .inside-icon {
    width: 100%;
    height: 100%;
}
.features-hotel .icon-info-sign-position {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #000;
}

.addmorepax {
    display: inline-block;
    height: 40px;
    text-align: center;
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid #ccc;
    vertical-align: top;
}
.startfrom {
    font-weight: bold;
    font-size: 12px;
}
.rate {
    font-size: 24px;
    color: #07739f;
    font-weight: bold;
}
.rate-cross {
    line-height: 10px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: line-through;
    color: black;
}
.costfor {
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.hotdeal {
    display: none;
    z-index: 2;
    font-size: 13px;
    color: #07739f;
    font-weight: bold;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-color: rgb(7, 115, 159);
    padding: 2px 5px 2px 5px;
}
.hotdeal2 {
    font-size: 13px;
    color: #07739f;
    font-weight: bold;
    margin-bottom: 10px;
}
.showrates {
    background-color: #07739f;
    border-color: #07739f;
    border-radius: 3px;
}
.wrap-ratestable .collapse,
.wrap-ratestable .collapsing {
    padding: 0;
    background-color: white;
    margin: 0;
}
.wrap-ratestable .collapse .well,
.wrap-ratestable .collapsing .well {
    background-color: white;
    border: none;
    padding: 0;
    margin: 0;
}
.ratestable {
    margin-bottom: 10px;
}
.ratestable tr {
    color: black;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
}
.ratestable tr:first-child {
    color: #666666;
    background-color: #f9f9f9;
}

.wrap-extra .collapse,
.wrap-extra .collapsing {
    background-color: white;
    margin-top: 20px;
}
.wrap-extra .collapse .well,
.wrap-extra .collapsing .well {
    margin-bottom: 0;
    background-color: #f8f8f8;
    padding: 5px;
    padding-bottom: 15px;
    border-radius: 0;
}

.extra-table {
    margin: 0;
    padding: 15px;
}
.extra-table tr {
    color: black;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
}
.extra-table td {
    height: 44px;
    font-size: 14px;
}
.extra-table label {
    color: black;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}
.table > tbody > tr > td {
    vertical-align: middle;
    padding-left: 15px;
    padding-right: 15px;
}

.contact-header {
    background-color: #3a3e3e;
    color: white;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
}
.contact-details {
    border: 1px solid #e0e0e0;
    background-color: white;
    padding: 15px;
    text-align: left;
    border-top: none;
}
.contact-details p {
    font-size: 11px;
}
.contactbutton {
    width: 100%;
    padding: 6px;
    font-size: 14px;
    border-radius: 3px;
    box-shadow: none;
    background-color: #eaeaea;
}
.contactbutton:hover {
    background-color: #e6e6e6;
}
.modal-description {
    line-height: 0.1em;
    border-bottom: 1px solid #ccc;
    width: 100%;
    text-align: center;
    margin: 10px 0 30px;
}
.modal-description-text {
    background: #fff;
    padding: 0 10px;
    font-size: 12px;
    color: #07739f;
}
.modal-description-detail {
    font-size: 12px;
}
.rates-breakdown {
    color: #666666;
}
.rates-breakdown:hover {
    color: orange;
}
.modal-rates {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    width: 100%;
    text-align: center;
    padding: 10px;
    text-align: left;
}
.withbg::before {
    z-index: 1;
    position: relative;
}
.withbg::after {
    border-radius: 50%;
    position: absolute;
    content: "";
    background: #fff;
    z-index: 0;
    top: 0px;
    left: 2px;
    width: 36px;
    height: 36px;
}
.moreinformation-mobile {
    display: none;
}
.moreinformation-desktop {
    z-index: 10;
    position: absolute;
    right: 0;
    top: 0;
    margin: auto;
    padding: 5px;
    height: auto;
    color: white;
    text-align: center;
    background: #07739f;
    font-size: 14px;
    padding: 5px 5px 5px 5px;
    line-height: 20px;
}
.moreinformation-desktop:hover {
    background-color: #286090;
}
.moreinformation-desktop:visited {
    color: white;
}
.moreinformation-desktop:hover {
    color: white;
}
.showrates-mobile {
    display: none;
}
.booknow-button {
    float: right;
    vertical-align: top;
}
.booknow-button2 {
    float: right;
    vertical-align: top;
}
.hide-desktop {
    display: none;
}
.property-title-mobile {
    width: 100%;
    background: #333333;
    color: #fff;
    font-size: 18px;
    padding: 10px 10px 10px 20px;
    font-weight: bold;
}
.reservation-details {
    background-color: #fff;
    padding: 15px;
    padding-top: 0;
    border: 1px solid #e0e0e0;
    border-top: none;
}
.reservation-details-dates {
    font-size: 12px;
    border-bottom: 1px solid #cecece;
    padding-bottom: 10px;
    padding-top: 15px;
}
.reservation-details-dates-left {
    display: inline-block;
    text-align: left;
    width: 54%;
}
.reservation-details-dates-right {
    display: inline-block;
    text-align: right;
    width: 46%;
    vertical-align: top;
}
.reservationbutton {
    border-color: #4cae4c;
    width: 100%;
    padding: 6px;
    font-size: 14px;
    border-radius: 3px;
    color: white;
    box-shadow: none;
    background-color: #5cb85c;
    margin-top: 10px;
}
.reservationbutton:hover {
    background-color: #5cb85c;
    color: white;
}
.reservationbutton:focus {
    background-color: #5cb85c;
    color: white;
}
.reservationbutton:visited {
    background-color: #5cb85c;
    color: white;
}
.strong {
    font-weight: bold;
}
.tooltip-taxes.tooltip > .tooltip-inner {
    white-space: nowrap;
    padding: 10px;
    max-width: none;
}
.tooltip-features.tooltip > .tooltip-inner {
    white-space: nowrap;
    padding: 10px;
    max-width: none;
    border: 1px solid #cccccc;
    background-color: #ededed;
    text-align: left;
    color: #3a3e3e;
}
.tooltip-features.tooltip {
}
.tooltip-features.fade {
    transition: opacity 0.3s linear;
}
.tooltip-features.in {
    opacity: 1;
    filter: alpha(opacity=100);
}
.footer {
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer .title-footer {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.footer p {
    font-size: 12px;
    text-align: justify;
}
.top-footer {
    font-size: 12px;
    color: white;
    padding: 20px 10px 20px 10px;
}
.pci-compliance {
    background-color: white;
    padding: 2px 5px 2px 5px;
    border-radius: 5px;
}
.closeroom a {
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    color: #ccc;
}
.closeroom a:hover {
    color: #808080;
}
#sticky.stick {
    position: fixed;
    float: right;
    top: 0;
    z-index: 2;
    background-color: white;
    width: 255px;
    margin-left: -16px;
    padding: 0 15px 10px 15px;
    border: 1px solid #e0e0e0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.reservation-mobile {
    display: table;
    background-color: #3a3e3e;
    width: 100%;
    font-size: 12px;
}
.reservation-mobile-left {
    display: table-cell;
    background-color: #3a3e3e;
    padding: 20px;
    color: white;
    vertical-align: middle;
    width: 70%;
}
.reservation-mobile-right {
    display: table-cell;
    max-width: 100px;
    background-color: #5cb85c;
    padding: 20px;
    border-left: 1px solid #ccc;
    vertical-align: middle;
    text-align: center;
}
.reservation-mobile-left:hover {
    color: white;
    background-color: black;
}
.reservation-mobile-right:hover {
    color: white;
    background-color: #449d44;
}
.reservation-mobile-left:focus {
    color: white;
}

.currency-dropdown {
    font-size: 12px;
}
.currency-dropdown a {
    color: #cccccc;
}
.currency-dropdown .selected {
    color: #4cae4c;
}
.currency-dropdown .selected:hover {
    color: #4cae4c;
}
.currency-dropdown a:hover {
    color: #fff;
}
.currency-dropdown h1 {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
    padding-top: 0;
}
.currency-desktop {
    display: block;
    color: #978a78;
    font-size: 12px;
    font-weight: bold;
}
.currency-desktop:visited {
    color: #978a78;
}
.currency-desktop:hover {
    color: black;
}
.currency-mobile {
    display: none;
}
.currency-mobile:visited {
    color: #fff;
}
.promo-code:hover {
    color: white;
    text-decoration: underline;
}
.promo-code:visited {
    color: white;
}
.promo-code:focus {
    color: white;
}
.sticky-reservation-height {
    height: 80px;
    margin-top: 20px;
}
.promocode {
    color: white;
    border-left: 1px solid #666;
    height: 60px;
    padding-left: 15px;
    font-size: 12px;
    line-height: 60px;
    width: 100px;
    display: inline-block;
    margin: 10px;
    vertical-align: middle;
}
.bestrates {
    color: white;
    padding-top: 20px;
    height: 80px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
    background-color: #07739f;
    vertical-align: middle;
    text-align: left;
}
.vtop20 {
    margin-top: 0px;
}
.border-right {
    border-right: 1px solid #ccc;
}
.clearboth {
}
.rate-hotdeal {
    margin-left: 10px;
    color: #07739f;
    font-weight: bold;
}
.moreinformation-mobile2 {
    display: none;
}

.termslink:hover {
    color: #fff;
}
.termslink:visited {
    color: #fff;
}
.terms {
    /*background-color:#3a3e3e;*/
    color: #585858;
    margin-top: 20px;
}
.terms h1 {
    font-size: 18px;
    margin: 0;
    margin-bottom: 10px;
}

.extra-table .input-group .form-control {
    width: 40px;
    text-align: center;
}

.thumbs-hotel img {
    margin: 0;
    margin-top: 0px;
    border-radius: 3px;
    height: 68px !important;
    width: auto !important;
}
.thumbs-hotel a {
    margin: 0;
    padding: 0;
}
.thumbs-hotel a:hover img {
    opacity: 0.8;
}
.thumbs-hotel .col-sm-4 {
    padding: 2px;
}
.footer-ads {
    text-align: right;
}
.topmsg {
    padding: 0;
    margin-top: 20px;
}
.notavailable {
    display: inline-block;
    font-size: 14px;
    padding: 5px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #383333;
    border: 1px solid #cecece;
    color: white;
    font-weight: bold;
}
.notavailable-mobile {
    font-size: 14px;
    color: white;
    text-align: center;
    padding: 2px;
    font-weight: bold;
}

.special_css {
    color: red;
}

.rate-plans-test .icon-info-sign {
    color: #3a3e3e;
}
.hide-desktop-room-title {
    display: none;
}
.special-description {
    width: 66.66666667%;
}
.special-rates {
    width: 33.33333333%;
    padding-top: 14px;
    padding-bottom: 0px;
    text-align: center;
}
.special-picture {
    width: 33.33333333%;
}
special-room-type {
    width: 66.66666667%;
}
#sticky-mobile.stick {
    position: fixed;
    top: 0px;
    z-index: 2;
    margin-right: 0px;
    border-bottom: 1px solid #e0e0e0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
#sticky-mobile.stick .reservation-mobile-left {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#sticky-mobile.stick .reservation-mobile-left-invoice {
    border-bottom-right-radius: 10px;
}
#sticky-mobile.stick .reservation-mobile-right {
    border-bottom-right-radius: 10px;
}
#sticky-mobile.stick .reservation-mobile {
    display: table;
    background-color: #3a3e3e;
    width: 100%;
    font-size: 12px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.alertpax-modal {
    font-size: 13px;
    padding-bottom: 00px;
}
.pax-alert {
    background-color: #ffad32;
    color: #333;
    border-radius: 3px;
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #999;
}
.datepickerblock {
    border-top: 0px solid #3a3e3e;
    background-color: #e0e3e3;
}

/* start invoice page */
.control-label {
    color: #333;
    font-size: 12px;
}
.extra-label label {
    color: #333;
    font-size: 20px;
}
.extra-label-mobile label {
    color: #333;
    font-size: 20px;
}
.checkbox {
    margin-top: 0;
}
/* end invoice page */

.cc-control .form-control {
    display: inline-block;
}
label.error {
    background: url("../img/unchecked.gif") no-repeat;
    padding: 0 0 0 16px;
    margin-left: 0.3em;
    display: inline-block;
    font-size: 11px;
    position: relative;
    top: 0;
    left: 0;
    border: none;
    box-shadow: none;
    min-width: auto;
    font-family: arial;
    font-weight: bold;
    margin-bottom: 0;
    color: #d32f2f;
}
/* .cc-control .error{position:relative;top:0;left:0;box-shadow:none;min-width:auto;background:none;} */
.cc-control2 label.valid::before {
    content: "Credit card is valid";
    margin-left: 10px;
    color: #0060bf;
    font-size: 11px;
}
.cc-control label.valid {
    background: url("../img/images/checked.gif") no-repeat;
    display: inline-block;
    height: 16px;
}
#invoice_result label {
    /*width:70%*/
}

#invoice_result .tooltip .tooltiptext {
    width: 200px;
}

.services li {
    display: inline-block;
    font-size: 14px;
    color: #07739f;
}
.services li:after {
    content: "|";
    padding-left: 10px;
    padding-right: 10px;
}
.services li:last-child:after {
    content: "";
}
.booknow-mobile {
    background-color: #fff !important;
    color: #07739f !important;
}
.mytooltip {
    border-bottom: 1px dotted #000;
    text-decoration: none;
    cursor: help;
}
.ok-sign {
    color: red;
}

.contact-icons-right {
    margin-left: 4px;
    display: inline-block;
    width: 90%;
}
.contact-icons-left {
    display: inline-block;
    vertical-align: top;
    width: 8%;
}
@media only screen and (max-width: 1200px) {
    .first-column {
        width: 100%;
    }
    .second-column {
        width: 100%;
    }
    .hide-desktop {
        display: block;
    }
    .hide-mobile-reservation {
        display: none;
    }
    .special-description {
    }
    .special-rates {
    }
    .mobilenopadding {
        padding: 0;
    }
    #sticky-mobile.stick {
        width: 940px;
        margin: auto;
    }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    #sticky-mobile.stick {
        width: 720px;
        margin: auto;
    }
    .features-room {
        width: auto;
        height: auto;
        border: none;
        background: none;
        margin: 0px;
        border-bottom: 1px #ccc dotted;
        margin: 5px;
    }
    .features-room h1 {
        position: relative;
    }
    .features-room h1::after {
        content: " (?) ";
    }
    .features-room .hide-icon {
        display: none;
    }
    .features-room .icon-info-sign-position {
        display: none;
    }
    .features-room:hover {
        border: none;
        border-bottom: 1px #ccc dotted;
    }
    .modal-calendar-window img {
        width: 90%;
        height: auto;
    }
}

@media only screen and (max-width: 768px) {
    .modal.modal-wide .modal-dialog {
        width: 92%;
        margin: auto;
    }
    #sticky-mobile.stick {
        width: auto;
        left: 15px;
        right: 15px;
    }
    .special-description {
        float: left;
    }
    .special-picture {
        float: left;
    }
    .special-rates {
        float: left;
        padding-top: 0;
    }
    .currency-desktop {
        display: none;
    }
    .currency-mobile {
        display: block;
        color: white;
        font-size: 22px;
    }
    .sticky-reservation-height {
        height: 90px;
    }
    .promocode {
        margin-top: 20px;
        height: 50px;
        line-height: 50px;
    }
    .vtop20 {
        margin-top: 20px;
    }
    .border-right {
        border: none;
    }
    .thumbs-hotel .col-sm-4 {
        width: 25%;
        float: left;
    }
    .footer-ads {
        text-align: left;
        margin-top: 30px;
    }
    .clearboth {
        clear: both;
    }
    .leftrightpadding {
        padding: 0;
    }
    .features-room {
        display: none;
    }
    .roomtype-title {
        font-size: 20px;
    }
    .moreinformation {
        margin-bottom: 0px;
    }
    .modal-calendar-window img {
        width: 90%;
        height: auto;
    }
    .addmorepax {
        margin-left: 0;
        text-align: left;
    }

    .datepickerblock {
        border: none;
    }
    .extra-table .input-group .form-control {
        width: 60%;
        text-align: center;
    }
}

@media only screen and (min-width: 440px) and (max-width: 992px) {
    .features-hotel {
        width: 50%;
    }
    .features-hotel h1 {
        top: auto;
        bottom: 3px;
    }
    .marginleft {
        background: none;
    }
}

/*
.features-room {cursor:pointer;	margin:auto;border:1px dotted #ccc;height:68px;background-color:#f5f5f5;width:25%;display:inline-block;margin:0;padding:0;text-align:center;}
.features-room h1 {white-space: normal;overflow:hidden;display:block;font-weight:bold;word-wrap: break-word;white-space:nowrap;position:absolute;bottom:3px;left:0;right:0;margin:auto;font-size:10px;color:black;}
.features-room:hover .glyphicon-info-sign{color:orange;}
.features-room:hover {border:1px dotted orange;}
.features-room .inside-icon {width:100%;height:100%;}
*/

@media only screen and (min-width: 440px) and (max-width: 768px) {
    .special-description {
        width: 100%;
    }
    .special-picture {
    }
    .special-rates {
        width: 100%;
        text-align: left;
    }
    .special-room-type {
        width: 66.66666667%;
        display: inline-block;
    }
    .special-room-type {
        width: 50%;
    }
    .special-picture {
        width: 50%;
    }
    .features-room h1 {
        bottom: 1px;
        height: auto;
    }
    .features-hotel h1 {
        bottom: 1px;
        height: auto;
    }
    .icon-info-sign-position {
    }
    .sticky-reservation-height {
        height: 80px;
    }
}

@media only screen and (max-width: 440px) {
    .add_extra_child {
        width: 51%;
    }
    .topmsg {
        margin-top: 40px;
    }
    .hide-desktop-room-title {
        display: block;
    }
    .special-picture {
        width: 100%;
        float: none;
    }
    .special-description {
        display: none;
    }
    .special-rates {
        display: none;
    }
    .moreinformation-desktop {
        display: none;
    }
    .moreinformation-mobile {
        display: block;
        color: #07739f;
        position: absolute;
        top: 45px;
        left: 10px;
        font-size: 40px;
    }
    .moreinformation-mobile2 {
        padding: 5px;
        text-align: center;
        display: block;
        color: white;
        position: relative;
        width: 100%;
    }
    .moreinformation-mobile2 a {
        font-size: 12px;
        font-weight: bold;
    }
    .moreinformation-mobile:hover {
        color: #07739f;
    }
    .moreinformation-mobile2:hover {
        color: white;
    }

    #sticky-mobile.stick {
        width: auto;
        left: 15px;
        right: 15px;
    }
    /*
      .booknow-button {float:none;display:block}
      .booknow-button {margin-right:30px;}
      */

    .booknow-button {
        /* float:none; */
        display: inline-block;
    }
    .booknow-button a {
        width: 100%;
        font-weight: bold;
        font-size: 12px;
    }
    /* .booknow-button a::after{content:" now";} */
    .booknow-button div {
        margin: 1px;
    }
    .booknow-button2 {
        float: none;
        display: block;
        width: 100%;
    }

    .booknow-button2 div {
        margin: 1px;
        width: 48%;
        display: inline-block;
    }
    .booknow-button2 div a {
        margin: 1px;
        width: 100%;
        display: inline-block;
    }
    .showrates-mobile {
        position: relative;
        background: rgb(51, 51, 51);
        display: block;
        width: 100%;
        height: auto;
    }

    .hotdeal {
        display: block;
    }
    .hotdeal2 {
        display: none;
    }
    .showrates-mobile .rate {
        font-size: 26px;
    }
    .table > tbody > tr > td {
        vertical-align: middle;
        padding-left: 5px;
        padding-right: 5px;
    }
    .hide-icon {
    }
    .features-room {
        width: 50%;
    }
    .features-hotel {
        width: 50%;
    }
    .reservation-mobile-left {
        padding: 10px;
    }
    .reservation-mobile-right {
        padding: 10px;
    }
    .sticky-reservation-height {
        height: 80px;
    }
    .contact-title {
        font-size: 16px;
    }
    .thumbs-hotel .col-sm-4 {
        width: 33%;
        float: left;
        padding: 0;
    }
    .thumbs-hotel img {
        margin: 0;
        margin-top: 0px;
    }
    .promo-code {
        margin-top: 20px;
    }
    #myCarousel .carousel-indicators {
        display: none;
    }
    .hide-mobile {
        display: none;
    }
    .rate-hotdeal {
        margin-left: 0;
    }
    .bestrates {
        width: 100%;
        font-size: 14px;
        padding: 5px;
        padding-left: 15px;
        height: auto;
    }
    .addmorepax {
        border: none;
        padding-left: 0;
        margin-bottom: 5px;
    }

    .mobile-show-rates-title {
        width: 100%;
        padding: 5px;
        display: block;
        height: auto;
    }
    .mobile-show-rates-title a {
        font-size: 12px;
        font-weight: bold;
    }
    .extratable td {
        height: 34px;
        font-size: 12px;
    }
}

.carousel.fade {
    opacity: 1;
}
.carousel.fade .item {
    -moz-transition: opacity ease-in-out 0.7s;
    -o-transition: opacity ease-in-out 0.7s;
    -webkit-transition: opacity ease-in-out 0.7s;
    transition: opacity ease-in-out 0.7s;
    left: 0 !important;
    opacity: 0;
    top: 0;
    /* position: absolute;*/
    width: 100%;
    /*    display: block !important;*/
    z-index: 1;
}
.carousel.fade .item:first-child {
    top: auto;
    position: relative;
}
.carousel.fade .item.active {
    opacity: 1;
    -moz-transition: opacity ease-in-out 0.7s;
    -o-transition: opacity ease-in-out 0.7s;
    -webkit-transition: opacity ease-in-out 0.7s;
    transition: opacity ease-in-out 0.7s;
    z-index: 2;
}
.carousel-control {
    z-index: 2;
}
.result_search {
    color: #07739f;
}
.top-header {
    background-color: #f2f2f2;
}
.best_rate_number {
    color: white;
}
.best_rate_number2 {
    color: #c1c1c1;
}
.footer_css {
    /*background-color:#3a3e3e*/
}

.terms_and_conditions label.error {
    width: 18px !important;
    margin-top: 5px;
}