/*
Theme Name: Divi Child Theme
Theme URI: 
Description: Divi Child Theme.
Author: Thoughtprocess Interactive
Author URI: http://thoughtprocessinteractive.com/
Template: Divi
Version: 1.0
Text Domain:  Divi-child
*/

.icon-search:after {
    font-family: FontAwesome!important;
    font-weight: 900!important;
    color: #365695;
    font-size: 14px;
    content: '\f002';
    display: block;
}
.et_pb_menu_hidden #utility-menu-nav
 {
    -webkit-animation: fadeOutBottom 1s cubic-bezier(.77,0,.175,1) 1;
    animation: fadeOutBottom 1s cubic-bezier(.77,0,.175,1) 1;
    opacity: 0;
}
.et_pb_menu_hidden #top-nav {
    -webkit-animation: none !important;
    animation: none !important;
    opacity: 1 !important;
}
.et_pb_menu_hidden #top-menu,
.et_pb_menu_visible #top-menu {
    animation: none !important;
    -webkit-animation: none !important;
    opacity: 1 !important;
}
.et_pb_menu_visible #utility-menu-nav>ul,
.et_pb_menu_hidden #top-menu
 {
    opacity:1!important;
    animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
}
.et_fixed_nav #et-top-navigation {
    transition: none !important;
}

#et_top_search {
    float: none;
    position: absolute;
    right: 0;
    bottom: 16px;
}
#mhb-utility-nav {
    padding-right: 30px;
}
#mhb-utility-navigation {
    position: relative;
}
#et_search_icon:before {
    color: #365695;
}
.et-search-form input,
span.et_close_search_field {
     top: 34px;
 }


 .chat-btn {
    position: absolute;
    right: 14px;
    bottom: 30px;
    cursor: pointer
}

.chat-btn .close {
    display: none;
}

.chat-btn i {
    transition: all 0.9s ease
}

#check:checked~.chat-btn i {
    display: block;
    pointer-events: auto;
    transform: rotate(180deg)
}

#check:checked~.chat-btn .comment {
    display: none
}

.chat-btn i {
    font-size: 22px;
    color: #fff !important
}

.chat-btn {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: #a6ce39;
    color: #fff;
    font-size: 22px;
    border: none;
    position: fixed;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    z-index: 999;
}
.et_pb_menu_hidden + .et_search_outer {
    z-index: 99999;
}
.et_pb_menu_visible + .et_search_outer {
    z-index: -1;
}
@media (max-width: 980px) {
    #et_top_search {
        bottom: 33px;
        right: 10px;
    }
}
@media (min-width: 981px) and (max-width: 1100px) {
    #mhb-utility-navigation {
        position: static;
    }
    #et_top_search {
        right: unset;
        left: 45%;
        top: 20px;
    }
    #menu-item-2915 {
        display: none;
    }
    .et_fullwidth_nav .et-search-form {
        left: 250px;
        width: 300px;
    }
    span.et_close_search_field {
        left: 50px;
    }
}
@media (min-width: 1101px) and (max-width: 1300px) {
    .et-search-form input {
        width: 80%;
    }
}

footer {
    position: relative;
}
.chat-wrapper {
    position: fixed;
    right: 30px;
    bottom: 100px;
    width: 300px;
    background-color: #fff;
    border-radius: 5px;
    opacity: 0;
    transition: all 0.4s;
    z-index: -1;
    box-shadow: 0px 3px 12px 0px rgb(24 23 24 / 40%);
}
.chat-wrapper.open {
    opacity: 1;
    z-index: 999999;
}
#check:checked~.chat-wrapper {
    opacity: 1;
}

.icon_comment_alt:before {
    content: "\76";
    font-size: 27px;
    font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    direction: ltr;
}
.icon_close {
    cursor: pointer;
}
.icon_close:before {
    content: "\4d";
    font-size: 27px;
    font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 0.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    color: #365695;
}
.icon_close.white:before {
    line-height: 1;
    font-size: 36px;
    color: white;
}
.chat-btn.chat-icon .icon_close {
    display: none;
}
.chat-btn.close-icon .icon_comment_alt {
    display: none;
}
.chat-form .frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 2px;
}
.chat-form .text-center {
    margin-bottom: 1em;
}
.frm_style_formidable-style.with_frm_style .frm_submit button.mhb-button-blue {
    color: #08a9c1;
    border: 2px solid #08a9c1;
    border-radius: 0;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding: 6px 20px;
}
.frm_style_formidable-style.with_frm_style .frm_submit button.mhb-button-blue:hover {
    color: white;
}

.chat-header {
    background-color: #a6ce39;
    border-radius: 5px 5px 0px 0px;
    padding: 15px 15px 6px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.chat-header h6 {
    color: #365695;
    font-size: 16px;
    font-weight: 700;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.chat-form {
    padding: 15px
}

.chat-form input,
textarea,
button {
    margin-bottom: 10px
}

.chat-form textarea {
    resize: none
}

.form-control:focus,
.btn:focus {
    box-shadow: none
}

#check {
    display: none !important
}


.mhb-doc-group div.mhb-doc-line + h3 {
    margin-top: 24px;
}