.container-404 {
    max-width: 700px;
    padding: 40px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    color: #2d496e;
    text-align: center !important;
}
.error-area h2 {
    font-size: 100px;
    margin: 0;
    color: #ff4757;
    font-weight: bold;
}
.container-404 h1 {
    font-size: 100px;
    margin: 0;
    color: #ff4757;
    font-weight: bold;
}

.cms-page {
    font-family: "Lato", sans-serif;
}
.cms-page ul li {
    margin-left: 50px !important;
}
.cms-page ul {
    list-style-type: disc;
    margin-top:0;
    margin-bottom:0
}
.logo {
    padding-top: 15px;
}
.logo-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fa-exclamation-triangle {
    font-size: 100px;
    color: rgba(201, 184, 66, 0.96);

}
.top-header {
    padding: 8px 0 8px 0px;
}
.header-address {
    float: right;
}
.icon-image-sm {
    width: 75px;
    height: 75px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    background-color: #f0f0f0;
    border: 4px solid #215caa;
    box-shadow: 2px 3px 10px 2px lightgray;
}

.icon-image {
    width: auto;
    height: auto;
    overflow: hidden;
    display: inline-block;
    position: relative;
    background-color: #f0f0f0;
    border: 4px solid #215caa;
    box-shadow: 2px 3px 10px 2px lightgray;
}

.icon-image-sm img, .icon-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    padding: 2px 2px 2px 2px;
}
.service-title {
    margin-left: 25px;
}
.order-booking-detail .row {
    padding: 3px 0 5px;
    border-top: 1px solid lightgray;
    margin-bottom: 0;
}
.header-middle {
    position: fixed;
    width: 100%;
    z-index: 99;
}
.whatsapp-button {
    display: inline-block;
    background-color: #25D366;
    color: #2d496e;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 20px;
    float: right;
}
.book-icon {
    float: right;
    margin-top: 15px;
}
.position-relative {
    margin-top: -44px;
}
