﻿.fa-phone:before {
    content: "\f095";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-envelope-o:before {
    content: "\f003";
}

.page-title-container {
    height: 350px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.hotel_name {
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.page-title-container .page-title .entry-title {
    line-height: 70px;
    color: #fff;
    margin: 0;
    font-size: 30px !important;
    font-weight: bold;
}
.office-address {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 70px;
    box-shadow: 0 0px 7px rgba(0,0,0,0.2);
    border-radius: 5px;
    padding: 15px;
}

    .office-address h1 {
        font-size: 25px;
        text-align: center;
        color: #d200ee;
        text-transform: capitalize;
        border-bottom: 1px solid #e1e1e1;
        padding-bottom: 10px;
    }

.office-address ul li i {
    position: relative;
    display: inline-block;
    width: 30px;
    font-size: 16px !important;
    height: 30px;
    color: #d500ee;
    background: #fff;
    margin-bottom: 13px;
    border: 1px solid #ddd;
    border-radius: 2px;
    text-align: center;
    line-height: 29px !important;
    margin-right: 15px;
}

    .office-address ul li span {
    font-size: 14px;
    color: #888d92;
    margin-bottom: 15px;
    vertical-align: middle;
    padding-top: 5px;
}
.office-address ul li {
    display: inline-flex;
}

@media only screen and (max-width:991px) and (min-width:768px){
    .office-address h1 {
        font-size: 20px;
    }


}
 

