.navbar-brand {
    padding: 12px 0;
}
.navbar-brand img {
    height: 24px;
}
.layout-boxed-bg {
    background: #f5f5f5;
}
.landing-page .layout-boxed {
    max-width: 900px;
    box-shadow: -4px 2px 4px rgba(0,0,0,.05), 4px 2px 4px rgba(0,0,0,.05);
}
@media screen and (max-width: 900px) {
    .landing-page .layout-boxed {
        margin: auto 30px;
    }
}
.landing-page .layout-boxed > .card {
    border: 0;
    box-shadow: none;
    margin: 0;
}
.landing-page .layout-boxed > .card + .navbar {
    width: 100%;
    border-top: 1px solid rgba(0,0,0,.125);
}
.landing-page .layout-boxed > .card + .navbar #navbar-footer {
    margin: auto;
}
.page-header {
    text-align: center;
    margin-bottom: 30px;
}
.page-header img {
    max-width: 100%;
}
.page-header .title {
    font-size: 32px;
    margin-bottom: 5px;
}
.page-header .subtitle {
    font-size: 18px;
    font-weight: 300;
    color: #555;
    margin-bottom: 0;
}
.checkbox-group .checkbox-wrapper {
    max-height: 132px;
    overflow-y: auto;
}
.variation-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    white-space: nowrap;
}
.variation-list li {
    border-bottom: 1px solid #d5d5d5;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}
.variation-list span {
    width: 100px;
    text-align: right;
    margin-right: 5px;
    display: inline-block;
}
.contact-button {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    overflow: hidden;
}
.contact-button-bottom {
    border-radius: 0;
    position: fixed;
    bottom: 0;
    right: 10px;
}
.contact-button a {
    color: #fff;
    text-align: center;
    line-height: 17px;
    padding: 8px;
    display: block;
}
.contact-button i {
    font-size: 20px;
}
.contact-button .whatsapp-button {
    background-color: #25d366;
}
.contact-button .messenger-button {
    background-color: #3b5998;
}
.contact-button .email-button {
    background-color: #444;
}
.contact-button .email-button i {
    font-size: 18px;
}
.landing-page {
    margin: 37px 0;
}
.thankyou-page .thankyou-title {
    font-size: 46px;
}
.thankyou-page .thankyou-icon {
    max-width: 100px;
    margin-bottom: 30px;
}
.thankyou-page .thankyou-contact {
    max-width: 400px;
    text-align: left;
    margin: auto;
}
