header.page-header {
    background: #2c2c2c;
    padding: 35px 0 15px;
    margin: 0;
    text-align: center;
    margin-top: 0;
    color: #fff;
    position: relative;
}
.navbar {
    padding: 5px !important;
}
.mt--40 {
    margin-top: -40px;
}
.dropdown-item {
    color: #212529 !important
}
.dropdown-item .nav-active a{
    color: #212529 !important
}
.page-header {
    background-image: url(../../assets/img/inner-bg.jpg) !important;
}
.page-header {
    border-bottom: 1px solid #eee;
}
.extra-page h4 {
    border: solid 1px #000;
    border-radius: 10px;
    padding: 5px;
    font-size: 18px;
}
.extra-page h4 a:hover {
    color: #000;
    text-decoration: none;
}
header.page-header h1 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
}
.hmwhatsapp::before {
    font-size: 31px !important;
    position: relative !important;
    top: 1.5px !important;
    left: 1px;
}
.social-share {
    width: 10%;
    place-self: center;
    border-radius: 35px;
    background: rgba(255, 255, 255, 1);
}
header.page-header .breadcrumbs {
    text-align: center;
    list-style: none;
    margin: 0 0 5px;
    padding: 0;
}
header.page-header .breadcrumbs li {
    display: inline-block;
    margin: 0;
    font-size: 14px;
    color: #00ab9b;
}
header.page-header .breadcrumbs li:not(:last-child):after {
    margin: 0;
    content: " // ";
    color: #00ab9b;
}
header.page-header .breadcrumbs li a {
    font-size: 14px;
    color: #ccc;
}

@media (max-width: 768px){
    header.page-header {
        background-image: none !important;
        height: auto;
        padding: 35px 0;
    }
}


/* Tariffs */
#local{
    background-color: #f5f5f5;
}
#outstation{
    background-color: #fff;
}
.tariffs h3{
    color: #2c2c2c;
    margin-bottom: 0;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -1px;
}
.tariffs h5{
    color: #00ab9b;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -1px;
}
.tariffs h3 span{
    color: #2c2c2c;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -1px;
}
.tariff-box{
    padding: 20px;
    border: 2px solid #00ab9b;
    background-color: #fff;
}
.tariff-image{
    width: 100%;
    transform: scaleX(-1);
}
.tariff-box span{
    font-size: 14px;
    color: #2c2c2c;
}
.tariff-box h4{
    font-size: 28px;
    color: #00ab9b;
    font-weight: 900;
}
.tariff-box p{
    font-size: 14px;
    font-weight: 600;
    color: #2c2c2c;
}
.tariff-button{
  padding: 10px 20px;
  border-radius: 30px;
  border: none;
  border-bottom: 1px solid #161616;
  background-color: #161616;
  color: #fff;
  outline: none;
  display: inline-block;
}


/* Packages */

.packages h3{
    color: #2c2c2c;
    margin-bottom: 0;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -1px;
}
.packages h5{
    color: #00ab9b;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -1px;
}
.package-box{
    padding: 20px;
    border: 1px solid #eee;
    background-color: #fff;
}
/* .package-overlay{
    background-color: #161616cc;
    position: absolute;
    padding: 10px 20px;
    color: #00ab9b;
} */
/* .package-overlay h2{
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -1px;
}
.package-image img{
    width: 100%;
}
.package-box p{
    font-size: 16px;
    font-weight: 500;
    color: #2c2c2c;
    line-height: 28px;
} */
.package-image img {
    display: block;
    width: 100%;
    height: auto;
}

.package-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    border-right: 15px solid #fff;
    border-left: 15px solid #fff;
    transition: .5s ease;
    background-color: #252525;
}

.package-image:hover .package-overlay {
    opacity: .85;
    animation-name: slideInUp;
}

.package-overlay h2 {
    color: #00ab9b;
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}
.package-overlay h2 i{
    padding: 10px 11px;
    background-color: #00ab9b;
    color: #1b1b1b;
    margin-top: 10px;
    border-radius: 50%;
    font-size: 12px;
}
.package-button{
  padding: 10px 20px;
  border-radius: 30px;
  border: none;
  border-bottom: 1px solid #00ab9b;
  background-color: #00ab9b;
  color: #fff;
  outline: none;
  display: inline-block;
}

#package_detail h3{
    color: #00ab9b;
    font-size: 28px;
    font-weight: 600;
}
#package_detail p{
    color: #161616;
    line-height: 24px;
    font-size: 14px;
}

#package_detail img{
    width: 100%;
}

#package_detail .day{
    padding: 10px 25px;
    background: #00ab9b;
    font-size: 14px;
    font-weight: 600;
    border-radius: 25px;
    margin-right: 20px;
}
#package_detail .night{
    padding: 10px 25px;
    background: #252525;
    color: #00ab9b;
    font-size: 14px;
    font-weight: 600;
    border-radius: 25px;
}

@media only screen and (max-width: 600px) {
  
    header.page-header h1 {
        font-size: 24px;
    }

    .package-image .package-overlay {
        opacity: .85;
        animation-name: slideInUp;
        height: 50% !important;
    }
}