.block-header-order #site-header {
    z-index: 1;
}
.block-header-order #site-header .header-inner:before {
    display: none;
}

.block-header-order .primary-menu a:hover {
    text-decoration: underline;
}
.block-header-order #site-header .header-inner {
    display: block;
	position: relative;
	top: 0;
    background: none;

}


.block-header-order .header-inner-inner {
    justify-content: flex-start;
}


#indicator {
    position: fixed;
    left: 0;
	top: 0;
    height: 2px;
    background-color: #00442a;
    z-index: 999;
}

#site-header {
    position: relative;
    top: 0 !important;
}
#site-header .header-inner {
    display: none;
}


body.custom-background {
    background-color: #fff !important;
}


svg.header-order-bottom-svg {
    width: 100%;
    transform: translateY(2px);
}
.header-order-inner {
	padding: 6rem 0;
}
.header-order-inner h1 {
    margin: 0 0 2rem 0;
    max-width: 65rem;
}
.header-order-inner p {
    max-width: 65rem;
}

.header-order-inner:after {
 content: "";
 width: 15%;
 height: 120px;
 display: block;
 position: absolute;
 background-image: url("data:image/svg+xml,%3Csvg width='237' height='135' viewBox='0 0 237 135' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50.753 15.397C58.5075 3.41599 75.7328 -2.7526 93.8946 1.18407C102.914 3.13922 110.791 7.29094 116.762 12.7173C125.728 6.13347 138.805 3.41359 152.406 6.3618C171.099 10.4138 184.885 23.8925 186.959 38.6245C191.773 38.2097 196.859 38.5107 202.02 39.6294C224.462 44.494 239.834 62.9454 236.355 80.8413C233.973 93.0916 223.375 101.904 209.727 104.686C206.472 120.781 188.485 132.244 167.334 130.891C158.123 130.302 149.716 127.37 143.003 122.894C135.118 130.74 122.594 135.379 108.705 134.491C89.6173 133.27 73.9776 121.997 69.7305 107.739C65.0313 108.867 59.9567 109.328 54.6856 108.991C31.7693 107.525 13.8187 91.5714 14.5919 73.3569C14.636 72.3184 14.7422 71.295 14.9034 70.2886C4.1304 62.0583 -1.8089 49.9872 0.491288 38.1567C3.97081 20.2609 24.9838 9.69658 47.4259 14.561C48.5533 14.8054 49.6628 15.0858 50.753 15.397Z' fill='%238fd1fc'/%3E%3C/svg%3E%0A");
 background-size: contain;
 background-position: center;
 background-repeat: no-repeat;
 z-index: 2;
 right: 20%;
}





.header-order-content {
    position: relative;
    z-index: 1;
	display: flex;
	align-items: flex-end;
}

.header-order-content-left {
    flex: 1;
}


.header-order-content-right {
    display: flex;
    align-items: center;
    gap: 2rem;
        max-width: 40rem;
}

.header-order-content-right img {
    width: 8rem;
    height: 8rem;
    object-fit: cover;
    border-radius: 100%;
}

.contact-details h5 {
    margin: 0;
}

.contact-details .contact-links {
    margin-top: 0rem;
    justify-content: flex-start;
    gap: 0 2rem;
}


.header-review-banner {
    display: flex;
    gap: 2rem;
    justify-content: flex-start;
}

.header-review-banner  p {
    margin: 0;
}




/* Hide footer */
.footer-call-to-action {
    display: none;
}

.footer-top-bar {
    display: none;
}

svg.footer-bite {
    display: none;
}

.footer-nav-widgets-wrapper {
    display: none;
}

.footer-footer {
    display: none;
}


/* Desktop small */
@media only screen and (max-width: 900px) {
    .header-order-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 5rem;
}
}

/* Tablet */
@media only screen and (max-width: 700px) {
  .header-order-inner:after {
        width: 25%;
    }
}


/* Iphone */
@media only screen and (max-width: 450px) {
  
}