body {
    line-height: 1.3;
}

.header-row {
    margin: 0;
    background: #00a4a6;
}
.header-appointment {
    width: -moz-fit-content;
    width: fit-content;
    float: right;
    font-family: "TheSans Spire", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.text-right {
    text-align: right;
}
.header-row .fixed-wrapper {
    padding: 10px 15px;
    min-height: auto;
    max-width: 1170px;
    margin: 0 auto;
    align-items: center;
}
.be-logo {
    position: inherit;
}
.be-maincontent {
    margin-top: 40px;
    margin-bottom: 40px;
}
footer#home-footer {
    background: #008385;
    padding: 40px 0;
    text-align: center;
}
@media (min-width: 768px) {
    .mobile-view {
       display: none !important; 
    }
}
@media (max-width: 767px) {
    .desktop-view {
       display: none; 
    }
 .booking-wrapper .titleHeading {
    padding: 0 10px !important;
}
footer#home-footer {
    padding: 40px 0;
}
}
@media (min-width: 1300px) {
    .container {
    max-width: 1200px;
}
}