/* Gravity Forms */
p.gform_required_legend {
    display: none;
}
label.gfield_label.gform-field-label, .gform_wrapper.gravity-theme .gfield_label {
    color: #515151;
    font-weight: 500!important;
    margin-bottom: 2px!important;
    font-size: 15px!important;
}
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    border-radius: 4px;
    height: 50px;
    border-color: rgba(9, 115, 132, 0.18)!important;
    border-style: solid;
    padding: 10px;
    padding-left: 1em!important;
    color: #707177;
}
.gform_wrapper.gravity-theme .gfield-choice-input+label {
    max-width: 100%!important;
    width: auto;
    padding-right: 10px;
}
.gfield input::-webkit-input-placeholder {
    color: #b7b9c4;
}
.gfield textarea::-webkit-input-placeholder {
    color: #b7b9c4;
}
input#gform_submit_button_7, input#gform_submit_button_4, input#gform_submit_button_5, input#gform_submit_button_6 {
    height: 50px;
    padding: 0 2.8em;
    border: 1px solid var(--color-primary);
    background-color: var(--color-primary);
    align-items: center;
    color: #fff;
    transition: all 0.3s ease;
    border-radius: 25px;
}

input#gform_submit_button_7:hover, input#gform_submit_button_4:hover, input#gform_submit_button_5:hover, input#gform_submit_button_6:hover {
    background-color: #0c5d6b;
}

/* Contact Us form */

div#input_4_5 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}
div.gform_wrapper.gravity-theme .gfield.gf_list_inline .gfield_checkbox .gchoice, .gform_wrapper.gravity-theme .gfield.gf_list_inline .gfield_radio .gchoice {
    padding-right: 16px;
    display: flex;
    gap: 10px;
}

/* Talk to an expert form */

div#input_5_13 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

/* Custom Forms 7 */
.wpcf7-response-output{
    position: relative;
    overflow: hidden;
    float: none;
    width: 100%;
    margin: 0!important;
    top: 0em!important;
    border-radius: 4px;
}
.lqd-contact-form, .wpcf7-form{
    overflow: hidden;
}

.wpcf7-form > div{
    overflow: hidden;
}

.lqd-contact-form input[type=submit]{
    display: block;
    width:fit-content;
}

.wpcf7 form.sent .wpcf7-response-output{
    color: #FFF;
    background: #46b450;
    text-align: center;
}

.blog-title-bee{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    color: #FFF!important;
    font-size: 4em;
    transform: translate(-50%, -50%);
    text-shadow: 0 0 10px #097384;
    margin: 0;
}

.blog-title-bee a{
    color: #097384!important;
    text-decoration: none;
}

.blog-title-bee a:hover{
    color: #05505c!important;
    text-decoration: none;
}

#sticky-footer{
    position: fixed;
    bottom: 0;
    z-index: 99999;
    left: 0;
    width: 100%;
    background: #FFF;
    box-shadow: 0 -5px 15px rgba(0,0,0,0.1);
    margin: 0;
    transition: all 0.2s ease;
}

#sticky-footer.hide-sticky-footer{
    opacity: 0;
    pointer-events: none;
}

#sticky-footer .sticky-footer{
    display: flex;
    padding: 1em 0.5em;
    align-items: center;
    justify-content: flex-end;
}

#sticky-footer h3{
    margin: 0 1em 0 0!important;
    font-size: 1.7em;
}

#sticky-footer .btn{
    padding: 1em 2em;
    font-size: 1em;
    text-transform: uppercase;
    background: rgb(9, 115, 132);
    color: #FFF;
    margin-top: -2em;
}

#sticky-footer h3 span{
    font-weight: bold;
}

.lqd-back-to-top{
    bottom: 100px;
}

#sticky-footer .btn:hover{
    background: #FFF;
    color: rgb(9, 115, 132);
}

.ui-selectmenu-open{
    max-height: 200px;
    overflow-y: scroll;
}

@media only screen and (max-width: 600px) {
    #sticky-footer h3{
        display: none!important;
    }
    #sticky-footer .sticky-footer{
        display: flex;
        padding: 1em 0.5em;
        align-items: center;
        justify-content: center;
    }
    #sticky-footer{
        font-size: 0.9em;
    }
        .mobile-center{
        text-align: center;
    }

    .mobile-center img, .mobile-center figure, .mobile-center .vc_single_image-wrapper{
        margin: 0 auto!important;
        display: block!important;
    }

    .btn.mobile-center{
        margin: 0 auto!important;
        display: flex!important;
        width: fit-content;
    }
}

@media screen and (max-width: 1199px){

    .navbar-brand .mobile-logo-default {
        width: 115px !Important;
        height: 34px !Important;
    }
}