.listing-box {
    padding: 10px;
    margin-bottom: 20px;
    border-bottom: solid 1px #E0E0E0;
}

.listing-box:hover {
    box-shadow: 0 1px 11px rgba(0, 0, 0, 0.15);
}

.rz-selection {
    background: #8dc53e !important;
}

.rz-pointer {
    width: 8px !important;
    height: 16px !important;
    top: auto !important; /* to remove the default positioning */
    bottom: 0 !important;
    background-color: #333 !important;
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
}

.rz-pointer:after {
    display: none !important;
}

.rz-bubble {
    direction: ltr;
    bottom: 14px !important;
    font-size: 13px;
}

.rz-limit {
    font-weight: bold !important;
    color: #8dc53e !important;
}

.rz-tick {
    width: 1px !important;
    height: 10px !important;
    margin-left: 4px !important;
    border-radius: 0 !important;
    background: #ffe4d1 !important;
    top: -1px !important;
}

.rz-tick.rz-selected {
    background: #8dc53e !important;
}

.room-text-box {
    background-color: #dcd8d8;
    padding: 8px 15px;
    color: #000000;
    font-size: 16px;
}

.tipLeft {
    position: relative;
    padding: 0 14px;
    top: 9px;
    font-size: 15px;
}

.popup-subTitle {
    font-weight: normal;
    font-size: 13px;
    color: #8dc53e;
    margin: 0;
    padding: 0 15px;
    width: 100%;
    float: right;
}
.pax-contain {
    width: 100%;
    margin: 0px;
    padding: 0px 0px;
    float: left;
}

.rowIcons {
    position: absolute;
    margin: 10px 0 0;
    left: 10px;
    color: #000000;
    cursor: pointer;
}

.rowIcons a {
    color: #000000;
    text-decoration: none;
}

.pax-contain2 {
    width: 100%;
    margin: 0px;
    padding: 0px 0px;
    float: left;
    border-bottom: #dcd8d8 solid 1px;
    text-transform: capitalize;
}

.service {
    display: inline-block;
    width: 158px;
    padding-top: 4px;
    font-weight: 100;
    white-space: nowrap;
    overflow: hidden;
    font-size: 11px;
    text-overflow: ellipsis;
}

.service:hover {
    width: inherit;
    white-space: inherit;
    text-overflow: unset;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important
}

.hotel-header {
    width: 100%;
    height: 450px;
    background-size: cover;
}

.hotel-header .mask {
    width: 100%;
    height: 450px;
    background: rgba(0, 0, 0, 0.42);
    position: absolute;
}

.hotel-header .search {
    background: #8dc53e;
    height: 149px;
    border: none;
    color: white;
}
.hotel-header .search[disabled] {
    background: #9dd54e;
}

.passengers {
    height: 126px;
    margin: 10px 0;
}

.sort {
    background: #f9f9f9;
    padding: 10px;
    margin: 10px auto;
}
ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}

.section-padding {
    padding: 20px 0px;
}

.t3-mainbody {
    width: 100%;

}

.t3-content {
    padding-left: 0px;
    padding-right: 0px;
}
.iconInput {
    position: relative;
    top: -20px;
}

.autocpmplete__content-wrapper {
    position: absolute;
    right: 0;
    z-index: 1000;
    width: 100%;
    /*min-width: 410px;*/
    background: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -o-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    max-height: 289px;
    overflow-x: hidden;
}

.autocpmplete__content-wrapper .autocpmplete__option {
    border-bottom: 1px solid #e1e1e1;
}

.autocpmplete__option:hover, .autocpmplete__option_selected {
    background: #f8f9fa;
}

.autocpmplete__option {
    padding: 0 11px;
    position: relative;
    cursor: pointer;
}

.autocpmplete__option > i {
    top: -10px;
    padding: 0 11px;
    position: relative;
    display: inline-block;
    font-size: 1.15em;
}

.autocpmplete__option_text {
    padding: 7px 10px;
    color: #000;
    display: inline-block;
    font-size: 15px;
}

.autocpmplete__option_shortdesc {
    color: #aaa;
    padding-left: 15px;
}

.autocpmplete__element-tag {
    display: inline-block;
    margin-left: 15px;
    font-size: 11px;
    background: #fff;
    color: #909090;
    border-radius: 3px;
    padding: 3px 5px;
    border: 1px solid #d4d4d4;
    font-style: italic;
}

.autocpmplete__option_longdesc {
    color: #8c8c8c;
}
.calendar-time select {
    display: inline-block;
}
@media (max-width: 768px) {
    .hotel-header {
        position: relative;
        margin-bottom: 34rem;
    }

    .hotel-header .search {
        height: 100px;
    }

}

.table.table_summary td{
    border-top: 1px solid #ededed;
    width:50%;
}
.table.table_summary .text-right{
    text-align:left;
}
.table.table_summary tr.total{
    color:#8Dc53E;
    font-size:20px;
    font-weight:bold;
    text-transform:uppercase;
}

.box_style_1 h3.inner {
    background-color: #565a5c;
    padding: 10px 20px 10px 18px;
    color: #fff;
    border: 1px solid #fff;
    -webkit-border-top-left-radius: 3px;
    text-align: center;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}