/* Header */
#sp-header {
    background: transparent;
    border-bottom: none;
    box-shadow: none;
    margin-top: 10px;
    margin-bottom: 10px;
    position: inherit;
}

.white-header-phone #sp-header {
    background: transparent;
    border-bottom: none;
    box-shadow: none;
    padding-top: 10px;
    margin-top: 0;
    margin-bottom: 0px;
    position: absolute;
}

ul.sp-megamenu-parent li a {
    color: #414756;
    font-size: 16px;
    font-weight: 500;
    padding: 0px 20px;
}

ul.sp-megamenu-parent li a:hover {
    color: #57AAAA
}

.sp-megamenu-parent>li.active>a,
.sp-megamenu-parent>li.active:hover>a {
    color: #57AAAA
}

.header-phone {
    margin-bottom: 0;
}

.header-phone a {
    color: #3c5b78;
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
}

.white-header-phone .header-phone a {
    color: #fff;
}

.header-button {
    margin: 0;
}

.header-button a {
    background-color: #57aaaa;
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px 6px 6px 6px;
    padding: 22px 20px 22px 20px;
    color: #fff;
}

.header-button a:hover {
    background-color: #5CB6B6
}

#offcanvas-toggler {
    width: 33px;
    height: 33px;
    background: #3c5b78;
    border-radius: 6px;
}

#offcanvas-toggler .burger-icon {
    width: 20px;
    cursor: pointer;
    text-align: center;
    margin: 1px auto 0 auto;
}

#offcanvas-toggler .burger-icon span {
    height: 2px;
    background-color: #ffffff;
    text-align: center;
    margin: 4px 0;
}
.offcanvas-menu .offcanvas-inner ul.menu>li a, .offcanvas-menu .offcanvas-inner ul.menu>li span {
    color: #414756;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #414756;
}
/* End Header */

/* Footer */
#sp-footer,
#sp-bottom {
    background-color: #3C5B78;
}

#sp-footer .container-inner {
    padding: 0;
    border-top: none;
}

a.sp-scroll-up {
    display: inline;
    background: #57aaaa;
    border-radius: 10%;
    width: 42px;
    height: 42px;
}

a.sp-scroll-up:hover {
    background: #5CB6B6;
}

a.sp-scroll-up span {
    font-size: 30px;
    margin-top: 6px;
}

/* End Footer */

/* Content */
.article-details h1 {
    font-size: 36px;
    font-weight: 700;
    color: #414756;
    margin-bottom: 40px;
}

.policy .article-details h2 {
    font-size: 18px;
    font-weight: 600;
    color: #414756;
    margin-bottom: 20px;
    margin-top: 40px;
}

.policy .article-details p,
.policy .article-details li {
    color: #7a7a7a;
}

.policy .undertitle {
    font-size: 22px;
    font-weight: 700;
    color: #414756;
    margin-top: -40px;
}
.policy #sp-component {
    max-width: 1000px;
}

.mb4 {
    margin-bottom: 60px;
}

/* End Content */

/* Modals */
.site [data-modals-element=modal] [data-modals-element=overlay]{
    background-color: rgba(0, 0, 0, .8);
}
/* Modals END */
@media(max-width: 1199px) {
    ul.sp-megamenu-parent li a {
        padding: 0px 8px;
    }

    .header-button a {
        font-size: 14px;
        padding: 16px 14px 16px 14px;
        width: 130px;
        display: block;
        text-align: center;
        font-weight: 600;
        line-height: 1.2;
    }

    .header-phone a {
        font-size: 18px;
    }
}

@media(max-width: 991px) {
    #sp-menu.menu-with-social .sp-megamenu-wrapper {
        display: none !important;
    }

    .white-header-phone .header-phone a {
        color: #3c5b78;
    }

    .header-button a {
        width: auto;
    }
}

@media(max-width: 767px) {
    .mod-header-button {
        display: none;
    }

    #offcanvas-toggler {
        position: absolute;
        top: 13px;
        right: 15px;
    }

    .header-phone {
        margin-right: 40px;
    }

    #sp-page-builder .page-content .sppb-section h1.sppb-title-heading {
        text-align: center;
        font-size: 22px;
    }

    #sp-page-builder .page-content h1.sppb-addon-title {
        text-align: center;
        font-size: 22px;
        width: 100%;
    }

    #sp-page-builder .page-content .sppb-section .left h1.sppb-title-heading {
        text-align: center;
        max-width: 100%;
    }
}

@media(max-width: 404px) {
    #offcanvas-toggler {
        top: -49px;
    }

    .white-header-phone #offcanvas-toggler {
        top: -44px;
    }

    #sp-header {
        padding-bottom: 70px;
    }
}