.logo {
    height: auto !important;
}
.logo img {
    height: 65px !important;
}
.mq-button {
    background-color: #00becd;
    border: 2px solid #00becd;
    color: #fff;
    font-size: 16px !important;
    font-weight: bold;
    padding: 0.8rem 1.5rem;
    display: inline-flex;
    border-radius: 10px;
    text-decoration: none;
}
.mq-button:hover {
    background-color: #fff;
    color: #00becd;
}
.banner-icon {
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px !important;
    width: 100px !important;
}
.home-banner-button .btn-new.btn-custom {
    padding: 16px 40px !important;
    font-size: 16px;
    font-weight: bold;
}
.cbp-l-grid-team-name {
    padding-bottom: 20px !important;
}
.wpcf7-form {
    max-width: 450px;
    margin: auto;
}
.wpcf7-form p {
    margin: 0;
}
.wpcf7-form label {
    width: 100%;
}
.wpcf7-form .wpcf7-form-control.wpcf7-submit {
    width: 100%;
    background-color: #00becd;
    border: 2px solid #00becd;
    color: #fff;
    font-size: 16px !important;
    font-weight: bold;
    padding: 0.6rem;
}
.mq-form--style1 {
    max-width: 100%;
}
.mq-form--style1 .wpcf7-submit,
.mq-form--style1 .wpcf7-spinner {
    margin: auto auto 10px auto;
    display: table;
}
.mq-form--style1 .wpcf7-submit {
    margin-top: 10px;
    max-width: 300px;
}
.mq-form__inline {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.mq-form__inline p {
    margin: 10px;
}
@media only screen and (max-width: 991px) {
    .mq-form__inline {
        flex-wrap: wrap;
        box-sizing: border-box;
    }
    .mq-form__inline p,
    .mq-form__inline div[data-class="wpcf7cf_group"] {
        width: calc(50% - 20px);
    }
    .mq-form__inline div[data-class="wpcf7cf_group"] p {
        width: 100%;
    }
}
@media only screen and (max-width: 600px) {
    .mq-form__inline p,
    .mq-form__inline div[data-class="wpcf7cf_group"] {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .mq-form__inline div[data-class="wpcf7cf_group"] p {
        width: 100%;
    }
}