﻿.check li {
    display: flex;
}

.line_left .tabs li{
    width: 290px;
}
.tab-container.style1 ul.tabs {
    display: block;
    background: #131a2f;
    padding: 10px 0 10px 10px;
    border-bottom: none;
}
.loca_detail_div {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    border-top: 2px solid #575656;
    border-bottom: 2px solid #575656;
}

.hotel_name {
    position: absolute;
    bottom: 100px;
    width: 100%;
}
.page-title-container .page-title .entry-title {
    line-height: 56px;
    color: #fff;
    margin: 0;
    font-size: 22px !important;
    font-weight: bold;
}

.tab-container.style1 ul.tabs li.active > a, .tab-container.style1 ul.tabs li:hover > a {
    background: #942d9f !important;
}

    .tab-container.style1 ul.tabs li.active > a::after, .tab-container.style1 ul.tabs li:hover > a::after {
        border-top: 5px solid #942d9f !important;
    }

ul.check li::before {
      color: #942d9f;
    font-family: fontawesome;
    content: "\f00c";
    line-height: 26px;
}

.blue-color {
    color: #1077bd !important;
}

.style1 h1, .style1 h2, .style1 h3, .style1 h4, .style1 h5, .style1 h6 {
    margin: 0 0 15px;
    font-weight: 400;
    color: #a138c4;
}

.page-title-container .breadcrumbs li {
    text-transform: none;
}

.terms_cond hr {
    border-color: #e2e2e2 !important;
}
.bordr{ 
    border: 1px solid #eee;
}

hr {
    border-top: 1px solid #e2e2e2 !important;
}

@media only screen and (max-width: 767px) {

    .tab-container ul.tabs.full-width > li {
        display: block;
        width: auto;
    }

        .tab-container ul.tabs.full-width > li a {
            padding-left: 20px !important;
            text-align: left;
        }

    .hotel_name {
  bottom: 160px;
}
.page-title-container .breadcrumbs li {
font-size: 14px;
}

}
.icon-set {
    float: left;
    font-size: 25px;
    line-height: 60px;
    color: #fff;
    padding-right: 20px;
}
.fa-list-ul::before {
    content: "\f0ca";
}
.breadcrumbs {
    background: #fff;
    padding-right: 5px;
}
.page-title-container .breadcrumbs li a:hover {
    color: #f19234 !important;
}
.page-title-container .breadcrumbs li a {
    padding-right: 5px;
    color: #f19234 !important;
}
.page-title-container .breadcrumbs li.active {
    color: #fdb714;
}
@media only screen and (min-width:320px) and (max-width:991px) {
.new_nav {
display:none;
}

}