.btn-primary {
    color: #fff;
    background-color: #0076BC !important;
    border-color: #0076BC !important;
}
    .btn-primary:hover {
        color: #fff;
        background-color: #18AFFE !important;
        border-color: #18AFFE !important;
    }
    .pl-2 {
        color:white !important;
    }
a > .pl-2 {
    color: black !important;
}
.dropdown-menu-right {
    left: 0 !important;
}
/*.pt-0 {
    height: 17rem !important;
}*/
.pt-3 {
    height: 8rem !important;
    width: 8rem !important;
}
.info-header {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}
.Dashboard-card {
    margin-left: 1rem;
    margin-top: 12px;
}
    .btn-request {
        color: #fff;
        background-color: #4cae4c !important;
        border-color: #4cae4c !important;
        margin-bottom: 0.5rem !important;
        padding: 0 !important
    }
    .btn-request:hover {
        color: #fff !important;
        background-color: #55c553 !important;
        border-color: #55c553 !important;
    }
.btn-request-text {
    color: white !important;
    font-size: 1.5rem !important;
    font-weight: 600 !important;
}
@media only screen and (max-width: 992px) {
    .btn-request-text {
        font-size: 0.9rem !important;
    }
}
@media only screen and (max-width: 541px) {
    .WithLnSrchCL {
       margin-top: 10px;
    }
}
    .section-request {
        background-color: #d1d1d147 !important;
    }
    .text-request {
        font-style: italic !important;
        text-align: center !important;
    }
    .text-request2 {
        text-align: center !important;
        margin-top: 0.75rem !important;
        margin-bottom: 0.70rem !important;
        font-size: 0.90rem !important;
    }
    .btn-success {
        color: #fff;
        background-color: #0076BC !important;
        border-color: #0076BC !important;
    }
    .btn-success:hover {
            color: #fff;
            background-color: #18AFFE !important;
            border-color: #18AFFE !important;
        }

    .k-autocomplete {
        height: 39px !important;
    }
    .btn-info {
        color: #fff;
        background-color: #0076BC !important;
        border-color: #0076BC !important;
    }
        .btn-info:hover {
            color: #fff;
            background-color: #18AFFE !important;
            border-color: #18AFFE !important;
        }

    .filter {
        color: #fff;
        background-color: #28A744 !important;
        border-color: #28a745 !important;
    }

        .filter:hover {
            color: #fff;
            background-color: #218838 !important;
            border-color: #1e7e34 !important;
        }

    .btn-default {
        color: #fff;
        background-color: #0076BC !important;
        border-color: #0076BC !important;
    }

        .btn-default:hover {
            color: #fff;
            background-color: #18AFFE !important;
            border-color: #18AFFE !important;
        }

    a .btn-primary {
        color: #fff;
        background-color: #0076BC !important;
        border-color: #0076BC !important;
    }

        a .btn-primary:hover {
            color: #fff;
            background-color: #18AFFE !important;
            border-color: #18AFFE !important;
        }

    .NormalTextBox::-webkit-input-placeholder {
        opacity: 1;
    }

    .NormalTextBox:-moz-placeholder {
        opacity: 1;
    }

    .NormalTextBox::-moz-placeholder {
        opacity: 1;
    }

    .NormalTextBox:-ms-input-placeholder {
        opacity: 1;
    }

    .NormalTextBox:placeholder {
        opacity: 1;
    }

    /*header box*/
    .header-replace {
        width: 100%;
    }

    .header-area svg {
        width: 1em;
        height: 1em;
        fill: currentColor;
    }

    .header-area {
        height: auto !important;
    }

    .header-wrap {
        left: 0;
        z-index: 100;
        width: 100%;
        position: relative;
    }

    .header-container-box {
        display: flex;
        justify-content: space-between;
    }

        .header-container-box > .header-area {
            height: 100%;
        }

        .header-container-box .header-area.area-center {
            flex-grow: 1;
        }

    .header-area.area-right,
    div.header-area.text-right {
        text-align: right;
    }

    .header-area.area-center,
    div.header-area.text-center {
        text-align: center;
    }

    .header-area.area-left,
    div.header-area.text-left {
        text-align: left;
    }

    .header-area.area-right .header-content-wrap,
    div.header-area.text-right .header-content-wrap {
        justify-content: flex-end;
    }

    .header-area.area-center .header-content-wrap,
    div.header-area.text-center .header-content-wrap {
        justify-content: center;
    }

    .header-area.area-left .header-content-wrap,
    div.header-area.text-left .header-content-wrap {
        justify-content: flex-start;
    }

    .header-content-wrap {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-vertical .header-content-wrap {
        flex-direction: column;
        justify-content: center !important;
    }

        .header-vertical .header-content-wrap > * {
            margin: 0 !important;
        }

    .header-area.area-right.header-vertical .header-content-wrap,
    div.header-area.text-right.header-vertical .header-content-wrap {
        align-items: flex-end;
    }

    .header-area.area-center.header-vertical .header-content-wrap,
    div.header-area.text-center.header-vertical .header-content-wrap {
        align-items: center;
    }

    .header-area.area-left.header-vertical .header-content-wrap,
    div.header-area.text-left.header-vertical .header-content-wrap {
        align-items: flex-start;
        margin-top: 3px;
    }

    .header-content-wrap p {
        margin: 0;
    }

    .header-content-wrap img {
        max-width: 100%;
        /* 	max-height: 100%; */
    }

    .header-area.area-left .header-content-wrap > *:last-child {
        margin-right: 0 !important;
    }

    .header-area.area-right .header-content-wrap > *:first-child,
    .header-area.area-center .header-content-wrap > *:first-child {
        margin-left: 0 !important;
    }


    .header-bg-box {
        position: relative;
    }

        .header-bg-box:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            z-index: 2;
            pointer-events: none;
        }

    .header-wrap .widget-title {
        font-size: inherit;
        margin: 0;
    }

    .header-wrap .area-left,
    .header-wrap .area-center,
    .header-wrap .area-right {
        width: auto;
    }

    .header-wrap .logo,
    .header-wrap .logo a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

        .header-wrap .logo img {
            max-width: 100%;
        }

    /*floating*/

    .header-wrap .floating-header-logo {
        display: none !important;
    }

        .header-wrap .floating-header-logo.header-logo {
            display: inline-block !important;
        }

    .floating-nav.floating-active .header-logo:not(.floating-header-logo) {
        display: none !important;
    }

    .floating-nav .floating-header-logo:not(.header-logo) {
        display: none !important;
    }

    .header-wrap .logo img {
        /**/ max-height: 80%;
        margin-bottom: 2px;
    }

    .floating-nav.floating-active .floating-header-logo {
        display: inline-block !important;
    }

    .header-wrap .floating-header-logo.header-logo {
        display: inline-block !important;
    }

    .sticky-fixed .floating-nav.floating-nav-sticky {
        position: fixed !important;
        width: 100%;
        z-index: 1000;
    }

        .sticky-fixed .floating-nav.floating-nav-sticky.floating-active {
            position: fixed !important;
        }

    .floating-nav.floating-active {
        position: fixed !important;
        width: 100%;
        z-index: 1000;
    }

    .dng-main.Boxed .sticky-fixed .floating-nav.floating-nav-sticky,
    .dng-main.Boxed .floating-nav.floating-active {
        width: auto;
        left: auto;
    }



    .dark-split-line .area-left,
    .dark-split-line .area-center,
    .floating-active .floating-dark-split-line .area-left,
    .floating-active .floating-dark-split-line .area-center {
        border-right: 1px solid rgba(0, 0, 0, .1);
    }

    .dark-bottom-line,
    .floating-active .floating-dark-bottom-line {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    .light-split-line .area-left,
    .light-split-line .area-center,
    .floating-active .floating-light-split-line .area-left,
    .floating-active .floating-light-split-line .area-center {
        border-right: 1px solid rgba(255, 255, 255, .3);
    }

    .light-bottom-line,
    .floating-active .floating-light-bottom-line {
        border-bottom: 1px solid rgba(255, 255, 255, .3);
    }

    .floating-active .floating-off-split-line .area-left,
    .floating-active .floating-off-split-line .area-center {
        border-right-color: transparent;
    }

    .floating-active .floating-off-bottom-line {
        border-bottom-color: transparent;
    }


    .floating-active .floating-dark-color .search-text .text,
    .floating-active .floating-dark-color .search-text .submit {
        color: #333333;
    }

    .dng-main.Boxed .floating-nav.floating-active {
        top: 0;
    }

    .floating-nav-sticky .header-bg-box {
        -webkit-transition: background-color ease-in 200ms;
        transition: background-color ease-in 200ms;
    }

    .floating-nav-fade.floating-active .floating-display-none,
    .floating-nav-slide.floating-active .floating-display-none {
        display: none;
    }

    .floating-nav-sticky .header-container-box,
    .floating-nav-sticky .header-bg-box,
    .floating-nav-sticky .logo,
    .floating-nav-scrollup .header-container-box,
    .floating-nav-scrollup .header-bg-box,
    .floating-nav-scrollup .logo {
        -webkit-transition: all ease-out 250ms;
        transition: all ease-out 250ms;
    }

    .floating-nav-sticky.floating-active .header-bg-box.floating-display-none .header-container-box,
    .floating-nav-scrollup.floating-active .header-bg-box.floating-display-none .header-container-box {
        overflow: hidden;
        height: 0px !important;
        border-width: 0px;
        padding-top: 0;
        padding-bottom: 0;
        visibility: hidden;
    }

    .floating-nav-sticky.floating-active .header-bg-box.floating-display-none.light-bottom-line,
    .floating-nav-sticky.floating-active .header-bg-box.floating-display-none.dark-bottom-line,
    .floating-nav-scrollup.floating-active .header-bg-box.floating-display-none.light-bottom-line,
    .floating-nav-scrollup.floating-active .header-bg-box.floating-display-none.dark-bottom-line {
        margin-top: -1px;
    }


    .floating-nav-sticky .logo {
        overflow: hidden;
    }

    .sticky-fixed .floating-nav.floating-nav-scrollup {
        -webkit-transition: none;
        transition: none;
    }

        .sticky-fixed .floating-nav.floating-nav-scrollup.floating-active,
        .sticky-fixed .floating-nav.floating-nav-scrollup.floating-active-up {
            opacity: 0;
            margin-top: -100px;
            -webkit-transition: none;
            transition: none;
        }

            .sticky-fixed .floating-nav.floating-nav-scrollup.floating-active.floating-active-down {
                opacity: 1;
                -webkit-transition: opacity linear 300ms, margin linear 300ms;
                transition: opacity linear 300ms, margin linear 300ms;
                margin-top: 0;
            }

        .sticky-fixed .floating-nav.floating-nav-scrollup.floating-active-up {
            -webkit-transition: opacity linear 300ms, margin linear 300ms;
            transition: opacity linear 300ms, margin linear 300ms;
        }

    .floating-nav-sticky.header-wrap {
        -webkit-transition: all ease-in 200ms;
        transition: all ease-in 200ms;
    }

    .floating-nav-sticky.floating-active .floating-display-none .header-top,
    .floating-nav-scrollup.floating-active .floating-display-none .header-top {
        overflow: hidden !important;
        height: 0px !important;
        border-width: 0px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .overlay-panel-content:before {
        opacity: 1;
        background-color: #1e1e1e;
        background: -webkit-linear-gradient(right top, #1e1e1e, #1e1e1e);
        background: -o-linear-gradient(right top, #1e1e1e, #1e1e1e);
        background: -moz-linear-gradient(right top, #1e1e1e, #1e1e1e);
        background: linear-gradient(to right top, #1e1e1e, #1e1e1e);
    }

    /*logo*/
    .logo img {
        max-width: 100%;
    }

    .header-horizontal .header-content-wrap {
        white-space: nowrap;
    }

        .header-horizontal .header-content-wrap > div {
            display: inline-block;
            white-space: normal;
        }

    /*mobile header*/
    .mobile-header {
        display: none;
        position: relative;
    }

    .mobilemenu_close {
        display: none !important;
    }

    .mobile-header .logo img {
        max-width: inherit;
    }

    .mobile-header-replace {
        display: none;
    }

    @media only screen and (max-width: 992px) {
        .header-wrap,
        .header-replace {
            display: none;
        }

        .dng-mobilemenu,
        .mobile-header-replace,
        .mobile-header {
            display: block;
        }

        .mobile-header {
            width: 100%;
        }

            .mobile-header .header-mobile,
            .mobile-header .header-mobile-top,
            .mobile-header .header-mobile-bottom {
                display: flex;
                width: 100%;
                align-items: center;
                justify-content: space-between;
            }

        html.html-night .header-mobile {
            background-color: #000 !important;
        }

        .mobile-header .header-area {
            display: flex;
            align-items: center;
            vertical-align: middle;
            padding-left: 15px;
            padding-right: 15px;
        }

        .navbar-tool {
            white-space: nowrap;
        }

            .navbar-tool > .widget,
            .mobile-menu-icon {
                display: inline-block;
                vertical-align: middle;
                white-space: normal;
                margin-left: 7px;
                cursor: pointer;
            }

        .mobile-menu-icon {
            border: none;
            background-color: transparent;
        }

        .mobile-header .search-popup-box {
            display: inline-block;
        }

        .mobile_menu_show {
            overflow: hidden;
        }

        .mobile-header {
            z-index: 1000;
            width: 100%;
        }

            .mobile-header.header-position {
                position: absolute;
            }

            .mobile-header.floating-nav {
                position: fixed;
                top: 0;
            }

            .mobile-header .mobile-header-shadow {
                -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
                box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
            }

        .mobile-header {
            color: #333333;
            font-size: 1.125rem;
            font-weight: normal;
        }

        .mobile-header-replace {
        }

        .mobile-header > * {
        }

        .mobile-header .logo {
            text-align: left;
        }

        .mobile-header img {
            max-height: 100%;
        }

        .mobile-header .shopping-cart-box .shopping-cart-content {
            border-top-color: var(--accent-color);
        }

            .mobile-header .shopping-cart-box .shopping-cart-content:before {
                border-bottom-color: var(--accent-color);
            }

        .mobile-header .shopping-cart-box .icon .badge,
        .mobile-header .shop-cart-list .shop-cart-footer > .footer-btn:hover {
            background-color: var(--accent-color);
        }

        .mm-slideout.mobile_menu_show {
            overflow: hidden;
        }

        .body-side-static-left {
            margin-left: 0;
        }

        .body-side-static-right {
            margin-right: 0;
        }

        .mobilemenu-main {
            display: none !important;
        }

        .header-vertical .dngTextBox {
            display: block;
        }
    }

    @media only screen and (max-width: 767px) {
        .mobile-header {
        }

            .mobile-header > * {
            }

        .mobile-header-replace {
        }

        .mobile-header .logo img {
            max-height: 100%;
        }
        /* search-popup-box */
        .search-popup-box .popup-close {
            right: 13px;
            top: 0;
            height: 64px;
            line-height: 64px;
        }

            .search-popup-box .popup-close .lnr {
                line-height: 64px;
            }
    }


    /*login*/

    .Login .userName > a {
        /* max-width: 140px;
 text-overflow : ellipsis ;
 overflow: hidden; */
        padding-right: 18px;
    }

    .Login a,
    .Login a:link,
    .Login a:active,
    .Login a:visited {
        color: inherit;
        display: inline-block;
    }

        .Login a:hover {
            color: var(--accent-color);
        }

    .userName > a:after {
        content: "";
        border-color: currentColor transparent transparent transparent;
        border-style: solid;
        border-width: 5px;
        position: absolute;
        right: 0;
        top: 50%;
        margin: -3px 0 0 -6px;
        -webkit-transition: border-color ease-in 200ms;
        transition: border-color ease-in 200ms;
    }

    .Login .userName,
    .Login .userProfile,
    .Login .userProperties {
        display: inline-block;
        white-space: nowrap;
        vertical-align: middle;
    }

        .Login .userName + .userProfile,
        .Login .userRegister + .userLogin {
            margin-left: 10px;
        }

        .Login .userProperties > ul {
            display: inline-block;
            margin: 0px;
            padding: 0px;
        }

            .Login .userProperties > ul li {
                list-style: none;
                position: relative;
            }

            .Login .userProperties > ul > li,
            .Login .userProperties > ul > li > span {
                display: inline-block;
            }

                .Login .userProperties > ul > li img,
                .Login .userProperties > ul > li > a {
                    width: auto;
                    display: block;
                    text-decoration: none;
                }

        .Login .userProfile .userMessages {
            position: absolute;
            top: -6px;
            right: -5px;
            display: inline-block;
            min-width: 10px;
            padding: 3px 7px;
            font-size: 12px;
            font-weight: 700;
            line-height: 1;
            color: #fff;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            background-color: var(--accent-color);
            border-radius: 10px;
        }



        /*--------------
	 User Controls Menu Drop Down
---------------*/
        .Login .userProperties ul.userMenu {
            display: none;
            position: absolute;
            right: 0;
            top: 50px;
            z-index: 906;
            width: 175px;
            border-radius: 0px 0px 6px 6px;
            -moz-border-radius: 0px 0px 6px 6px;
            -webkit-border-radius: 0px 0px 6px 6px;
            background: #3a4241;
            padding: 15px 0px;
            text-align: left;
        }

        .Login .userProperties li.userNotifications,
        .Login .userProperties li.userProfilename {
            border-bottom: 1px solid #5e5e5e;
            padding: 0px 0px 10px;
            margin: 0px 0px 10px;
        }

        .Login .userProperties ul.userMenu:after {
            position: absolute;
            top: -6px;
            right: 80px;
            content: '';
            width: 0px;
            height: 0px;
            border-left: 7px solid transparent;
            /* left arrow slant */
            border-right: 7px solid transparent;
            /* right arrow slant */
            border-bottom: 7px solid #3a4241;
            /* bottom, add background color here */
            font-size: 0px;
            line-height: 0px;
        }

        .Login .userProperties ul.userMenu a {
            display: block;
            padding: 2px 15px;
            line-height: 20px;
            color: #aaaaaa;
            text-decoration: none;
            /* transition decleration */
            transition: all ease-in 100ms;
            -moz-transition: all ease-in 100ms;
            /* Firefox 4 */
            -webkit-transition: all ease-in 100ms;
            /* Safari and Chrome */
            -o-transition: all ease-in 100ms;
            /* Opera */
            -ms-transition: all ease-in 100ms;
            /* IE9? */
        }

            .Login .userProperties ul.userMenu a:hover {
                color: #FFF;
            }

            .Login .userProperties ul.userMenu a span {
                padding: 1px 4px;
                border-radius: 3px;
                font-size: 11px;
                color: #fff;
                background-color: var(--accent-color);
                vertical-align: middle;
                display: inline-block;
                line-height: 1;
                margin-bottom: 2px;
            }

        .Login .userProperties ul.userMenu li:last-child > a {
            padding-bottom: 0;
        }

        .Login .userProperties ul.userMenu li:hover > a {
        }

        .Login .userProperties ul.userMenu a strong {
            font-weight: normal;
        }

    #dng-wrapper .dnnForm #dnn_ctr_Login_pnlLogin {
        margin: 40px 0 0;
    }


    /*language*/
    .languageBox {
        display: inline-block;
    }

        .languageBox .Language {
            display: inline-block;
            margin-left: 5px;
        }

    .languageBox {
        display: block;
        position: relative;
        text-transform: uppercase;
        font-weight: 600;
    }

        .languageBox .language-current {
            background: transparent;
            border: none;
            text-transform: inherit;
            height: 44px;
            font-weight: inherit;
            padding: 3px 0 0;
            display: inline-block;
            white-space: nowrap;
        }

            .languageBox .language-current::after {
                content: "";
                width: 8px;
                height: 8px;
                border-right: 2px solid currentColor;
                border-bottom: 2px solid currentColor;
                display: inline-block;
                margin: -7px 0 0 14px;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                vertical-align: middle;
            }

            .languageBox .language-current img {
                margin-bottom: 3px;
            }

        .languageBox .language-list {
            position: absolute;
            top: 100%;
            left: -30px;
            background-color: #FFF;
            border-radius: 3px;
            padding: 12px 0px;
            box-shadow: 0 0 10px rgba(0, 0, 0, .1);
            display: none;
            text-align: left;
            z-index: 1000;
        }

            .languageBox .language-list > a,
            .languageBox .language-list > a:link,
            .languageBox .language-list > a:valid,
            .languageBox .language-list > span {
                display: block;
                line-height: 48px;
                white-space: nowrap;
                padding: 0px 28px;
                color: #494e5c;
                font-size: 16px;
                border-left: 2px solid transparent;
                transition: all ease-in 300ms;
            }

            .languageBox .language-list .text {
                display: inline-block;
                padding: 0 0 0 10px;
                color: currentColor;
                vertical-align: middle;
            }

            .languageBox .language-list img {
                display: inline-block;
                width: 27px;
                max-width: none;
                vertical-align: middle;
            }


            .languageBox .language-list .active {
                color: var(--accent-color);
            }

        .languageBox .language-object .selected {
            opacity: .5;
        }

    html.html-night .languageBox .language-list {
        background-color: #000000;
    }

    .languageBox .language-list > a:hover,
    .languageBox .language-list > span:hover {
        background-color: rgba(175,175,175,.2);
        border-left-color: var(--accent-color);
    }

    html.html-night .languageBox .language-list .active {
        color: #ff0 !important;
    }

    .language-right.languageBox .language-list {
        left: auto;
        right: -30px;
    }

    /**/
    .dark-split-line .area-left,
    .dark-split-line .area-center,
    .floating-active .floating-dark-split-line .area-left,
    .floating-active .floating-dark-split-line .area-center {
        border-right: 1px solid rgba(0, 0, 0, .1);
    }

    .dark-bottom-line,
    .floating-active .floating-dark-bottom-line {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    .light-split-line .area-left,
    .light-split-line .area-center,
    .floating-active .floating-light-split-line .area-left,
    .floating-active .floating-light-split-line .area-center {
        border-right: 1px solid rgba(255, 255, 255, .3);
    }

    .light-bottom-line,
    .floating-active .floating-light-bottom-line {
        border-bottom: 1px solid rgba(255, 255, 255, .3);
    }

    .floating-active .floating-off-split-line .area-left,
    .floating-active .floating-off-split-line .area-center {
        border-right-color: transparent;
    }

    .floating-active .floating-off-bottom-line {
        border-bottom-color: transparent;
    }


    #dng-wrapper .floating-active .floating-light-color .header-content-wrap,
    #dng-wrapper .floating-active .floating-light-color .header-content-wrap > *:not(.nav-bar),
    #dng-wrapper .floating-active .floating-light-color .widget,
    #dng-wrapper .floating-active .floating-light-color .header-content-wrap > a,
    #dng-wrapper .floating-active .floating-light-color .header-content-wrap > a:link,
    #dng-wrapper .floating-active .floating-light-color .header-content-wrap > a:active,
    #dng-wrapper .floating-active .floating-light-color .header-content-wrap > a:visited,
    #dng-wrapper .floating-active .floating-light-color .dngTextBox,
    #dng-wrapper .floating-active .floating-light-color .dngTextBox a,
    #dng-wrapper .floating-active .floating-light-color .dngTextBox a:link,
    #dng-wrapper .floating-active .floating-light-color .dngTextBox a:active,
    #dng-wrapper .floating-active .floating-light-color .dngTextBox a:visited {
        color: #fafafa;
    }

    #dng-wrapper .floating-active .floating-light-color .search-text {
        border-bottom: 1px solid rgba(255, 255, 255, 0.9);
    }

        #dng-wrapper .floating-active .floating-light-color .search-text .text,
        #dng-wrapper .floating-active .floating-light-color .search-text .submit {
            color: #fff;
        }

    #dng-wrapper .floating-active .floating-dark-color .header-content-wrap,
    #dng-wrapper .floating-active .floating-dark-color .header-content-wrap > *:not(.nav-bar),
    #dng-wrapper .floating-active .floating-dark-color .widget,
    #dng-wrapper .floating-active .floating-dark-color .header-content-wrap > a,
    #dng-wrapper .floating-active .floating-dark-color .header-content-wrap > a:link,
    #dng-wrapper .floating-active .floating-dark-color .header-content-wrap > a:active,
    #dng-wrapper .floating-active .floating-dark-color .header-content-wrap > a:visited,
    #dng-wrapper .floating-active .floating-dark-color .dngTextBox,
    #dng-wrapper .floating-active .floating-dark-color .dngTextBox a,
    #dng-wrapper .floating-active .floating-dark-color .dngTextBox a:link,
    #dng-wrapper .floating-active .floating-dark-color .dngTextBox a:active,
    #dng-wrapper .floating-active .floating-dark-color .dngTextBox a:visited {
        color: #424242;
    }

    #dng-wrapper .floating-active .floating-dark-color .search-text {
        border-bottom: 1px solid rgba(0, 0, 0, 0.9);
    }

        #dng-wrapper .floating-active .floating-dark-color .search-text .text,
        #dng-wrapper .floating-active .floating-dark-color .search-text .submit {
            color: #333333;
        }

    /*header-position*/
    .header-position {
        position: absolute;
    }

    body.page-loader-changing:after {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        transform-origin: center;
        z-index: 10000;
        background: #FFF;
        content: "";
        visibility: hidden;
        transition: all ease-in 300ms;
        -moz-transition: all ease-in 300ms;
        -webkit-transition: all ease-in 300ms;
        -o-transition: all ease-in 300ms;
        -ms-transition: all ease-in 300ms;
    }

    body.page-is-changing:after {
        opacity: 1;
        visibility: visible;
    }

    .dng-overlay {
        position: relative;
        display: block;
    }

    .header-content-wrap .overlay-button {
        font-size: 1rem;
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
        -moz-transition: color ease-in 300ms;
        -webkit-transition: color ease-in 300ms;
        -o-transition: color ease-in 300ms;
        -ms-transition: color ease-in 300ms;
        transition: color ease-in 300ms;
    }

        .header-content-wrap .overlay-button .fa {
            font-size: inherit;
        }



    .overlay-menu-html {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        display: none;
        padding: 15px 0;
    }

    .dng-overlay .overlay-menu-html {
        display: block;
    }


    /*menu icon*/
    .dg-menu-anime {
        width: 22px;
        height: 22px;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        transform: translate3d(0, 0, 0);
        backface-visibility: hidden;
    }

        .dg-menu-anime:after,
        .dg-menu-anime:before,
        .dg-menu-anime span:after {
            content: "";
            border-bottom: 2px solid;
            left: 1px;
            right: 1px;
            top: 3px;
            position: absolute;
            -webkit-transform-origin: center;
            transform-origin: center;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            -webkit-transition: top ease-in 200ms, width ease-in 200ms, bottom ease-in 200ms, opacity ease-in 200ms, -webkit-transform ease-in 200ms;
            transition: top ease-in 200ms, width ease-in 200ms, bottom ease-in 200ms, opacity ease-in 200ms, transform ease-in 200ms;
        }

        .dg-menu-anime:before {
            top: 17px
        }

        .dg-menu-anime span:after {
            top: 10px;
        }

        .dg-menu-anime.active:after,
        .overlay-button:hover .dg-menu-anime:after,
        .active > .dg-menu-anime:after {
            top: 10px;
        }

        .dg-menu-anime.active:before,
        .overlay-button:hover .dg-menu-anime:before,
        .active > .dg-menu-anime:before {
            top: 10px;
        }

        .dg-menu-anime span:after {
            transform: rotate(0);
        }

        .dg-menu-anime.active i:after,
        .overlay-button:hover .dg-menu-anime i:after,
        .active > .dg-menu-anime span:after {
            transform: rotate(270deg);
        }

    /*wcag*/
    .wcag-settings, .mobile-wcag-icon {
        display: none;
    }


    /*html*/
    .header-social,
    .header-social:link,
    .header-social:active,
    .header-social:visited {
        display: inline-flex;
        width: 40px;
        height: 40px;
        margin: 6px;
        border-radius: 50%;
        background-color: #f3f3f3;
        justify-content: center;
        align-items: center;
        transition: all 300ms ease-in;
    }

        .header-social:hover {
            color: #FFF !important;
            background-color: var(--accent-color) !important;
        }

    .header-social2 svg {
        fill: currentColor;
        margin: 5px 5px 5px;
    }


    .header-list {
        display: flex;
        margin: 0;
        padding: 0;
        list-style: none;
        height: 40px;
        border-left: 1px solid #e6e3e9;
    }

        .header-list li {
            border-right: 1px solid #e6e3e9;
            height: 40px;
            line-height: 40px;
            padding: 0px 20px;
        }

    .light-bottom-line .header-list,
    .light-bottom-line .header-list li {
        border-color: rgba(255, 255, 255, .3);
    }


    .header-social3 {
        display: flex;
        border-left: 1px solid #e6e3e9;
    }

        .header-social3 a {
            border-right: 1px solid #e6e3e9;
        }

            .header-social3 a,
            .header-social3 a:link,
            .header-social3 a:active,
            .header-social3 a:visited {
                display: inline-flex;
                width: 50px;
                height: 40px;
                justify-content: center;
                align-items: center;
                transition: all 300ms ease-in;
            }

                .header-social3 a:hover {
                    color: #FFF !important;
                    background-color: var(--accent-color) !important;
                }

                .header-social3 a svg {
                    fill: currentColor !important;
                }

    .light-bottom-line .header-social3,
    .light-bottom-line .header-social3 a {
        border-color: rgba(255, 255, 255, .3);
    }


    .header-infobox {
        display: flex;
        text-align: left;
        align-items: center;
    }

        .header-infobox .icon {
            width: 32px;
            flex: 0 0 32px;
            margin-right: 10px;
            font-size: 32px;
            color: #666666;
            line-height: 1;
        }

            .header-infobox .icon svg {
                fill: currentColor;
            }

        .header-infobox .title {
            font-size: 16px;
            color: var(--accent-color);
            margin: 0 0 4px;
            font-weight: 400;
        }

        .header-infobox p {
            margin: 0;
            font-size: 18px;
        }

        .header-infobox small {
            color: #555555;
            font-size: 14px;
            margin-bottom: -3px;
            display: block;
        }

    .header-infobox {
        border-right: 1px solid rgba(255,255,255,.2);
        padding-right: 20px;
    }

    .dngTextBox:last-child .header-infobox {
        border: none;
        padding-right: 0;
    }

    .header-infobox .info {
        color: #333333;
        font-size: 16px;
        font-weight: bold;
    }

    .header-infobox.style-2 .icon,
    .header-infobox.style-2 .title {
        color: #FFF;
    }

    .header-infobox.style-2 .title {
        margin: 0;
        font-size: 14px;
        opacity: .6;
        font-weight: 400;
    }


    body .header-button,
    body .header-button2,
    body .header-button3,
    body .header-button4,
    body .header-button5 {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        font-weight: 400;
        height: 40px;
        padding: 0 20px;
        margin: 0;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        touch-action: manipulation;
        cursor: pointer;
        user-select: none;
        background-image: none;
        border: none;
        border-radius: 3px;
        transition: all ease-in 300ms !important;
        appearance: none;
        color: #272727 !important;
        background-color: var(--button-color4);
        font-family: var(--family2);
    }

        body .header-button,
        body .header-button:link,
        body .header-button:active,
        body .header-button:visited {
            color: #272727 !important;
        }

            body .header-button:hover {
                background-color: var(--button-hover-color4);
            }

    body .header-button2 {
        font-size: 14px;
        color: #ffffff !important;
        background-color: #0076BC;
    }

        body .header-button2,
        body .header-button2:link,
        body .header-button2:active,
        body .header-button2:visited {
            color: #ffffff !important;
        }

            body .header-button2:hover {
                background-color: #18afee;
            }

    body .header-button3 {
        font-size: 14px;
        color: #000000 !important;
        background-color: #FFF;
        border-radius: 25px;
    }

        body .header-button3,
        body .header-button3:link,
        body .header-button3:active,
        body .header-button3:visited {
            color: #000000 !important;
        }

            body .header-button3:hover {
                background-color: #FFF;
                box-shadow: 0 0 10px rgba(255, 255, 255, .3);
            }


    body .header-button4 {
        font-size: 16px;
        color: #fff !important;
        background-color: var(--button-color1);
        border-radius: 25px;
    }

        body .header-button4,
        body .header-button4:link,
        body .header-button4:active,
        body .header-button4:visited {
            color: #ffffff !important;
        }

            body .header-button4:hover {
                background-color: var(--button-hover-color1);
                box-shadow: 0 0 10px rgba(255, 255, 255, .3);
            }

    body .header-button5 {
        font-size: 16px;
        color: currentColor !important;
        background-color: rgba(255, 255, 255, .1);
        border: 1px solid currentColor;
        border-radius: 5px;
    }

        body .header-button5,
        body .header-button5:link,
        body .header-button5:active,
        body .header-button5:visited {
            color: currentColor !important;
        }

            body .header-button5:hover {
                background-color: var(--button-hover-color1);
                border-color: var(--button-hover-color1);
                color: #FFF !important;
            }

    .fitness01-menu-line .primary_structure::after {
        content: "";
        position: absolute;
        right: 30px;
        left: 30px;
        bottom: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
    }

    .fitness01-menu-line .dng-megamenu.hoverstyle_1 .primary_structure > li > a:before {
        top: 100%;
        margin-top: -1px;
    }



    .law03-logo .dnngo_gomenu .primary_structure .menu-logo {
        background-color: var(--accent-color);
        width: 168px;
        height: 140px;
        margin-bottom: -40px;
        border-radius: 0 0 3px 3px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: all ease-in 200ms !important;
    }

        .law03-logo .dnngo_gomenu .primary_structure .menu-logo img {
            max-height: 70px;
        }

    .floating-active .law03-logo .dnngo_gomenu .primary_structure .menu-logo {
        height: 90px;
        margin-bottom: -10px;
        padding: 10px 0px;
    }


    .header-content-wrap .header-line {
        display: inline-block;
        border-left: 1px solid;
        height: 29px;
        vertical-align: middle;
        margin-bottom: 1px;
        -moz-transition: color ease-in 300ms;
        -webkit-transition: color ease-in 300ms;
        -o-transition: color ease-in 300ms;
        -ms-transition: color ease-in 300ms;
        transition: color ease-in 300ms;
        opacity: .4;
    }

    .dngTextBox .sep {
        padding: 0 5px;
    }


    .header-phone {
        display: inline-flex;
        align-items: center;
    }

        .header-phone .icon {
            background-color: var(--accent-color);
            width: 40px;
            height: 40px;
            flex: 0 0 40px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-right: 10px;
            color: #FFF;
        }

    @media (max-width: 1199px) {
        .width-xl-auto {
            width: auto !important;
        }
    }

    .header_bg.floating-nav-sticky.floating-active span,
    .header_bg.floating-nav-sticky.floating-active p,
    .header_bg.floating-nav-sticky.floating-active li,
    .header_bg.floating-nav-sticky.floating-active a {
        will-change: opacity;
    }

    #dng-megamenu219470 .primary_structure > li > a,
    #dng-megamenu219470 .primary_structure > li > a:link,
    #dng-megamenu219470 .primary_structure > li > a:active,
    #dng-megamenu219470 .primary_structure > li > a:visited {
        color: #0076bd;
        font-family: "Arial";
        font-size: 1rem;
        ;
        font-weight: 600;
    }

    #dng-megamenu219470 .dnngo_slide_menu li,
    #dng-megamenu219470 .dnngo_slide_menu li a {
        color: #0076bd;
        font-family: "Arial";
        font-size: 0.9375rem;
        ;
        font-weight: 600;
        line-height: 30px;
    }

    #dng-megamenu219470 .dnngo_menu_list .pane_space,
    #dng-megamenu219470 .dnngo_menu_list a,
    #dng-megamenu219470 .dnngo_menu_list a:link,
    #dng-megamenu219470 .dnngo_menu_list a:active,
    #dng-megamenu219470 .dnngo_menu_list a:visited,
    #dng-megamenu219470 .dnngo_boxslide .pane_space,
    #dng-megamenu219470 .dnngo_boxslide a,
    #dng-megamenu219470 .dnngo_boxslide a:link,
    #dng-megamenu219470 .dnngo_boxslide a:active,
    #dng-megamenu219470 .dnngo_boxslide a:visited {
        color: #3d2f2f;
        font-family: "Alata";
        font-size: 1rem;
        ;
        line-height: 35px;
    }

    #dng-megamenu219470 .dnngo_menu_list > li > a,
    #dng-megamenu219470 .dnngo_menu_list > li > a:link,
    #dng-megamenu219470 .dnngo_menu_list > li > a:active,
    #dng-megamenu219470 .dnngo_menu_list > li > a:visited,
    #dng-megamenu219470 .dnngo_menu_list .submenu_title a,
    #dng-megamenu219470 .dnngo_menu_list .submenu_title a:link,
    #dng-megamenu219470 .dnngo_menu_list .submenu_title a:active,
    #dng-megamenu219470 .dnngo_menu_list .submenu_title a:visited,
    #dng-megamenu219470 .dnngo_menu_list .submenu_title,
    #dng-megamenu219470 .dnngo_boxslide .submenu_title a,
    #dng-megamenu219470 .dnngo_boxslide .submenu_title a:link,
    #dng-megamenu219470 .dnngo_boxslide .submenu_title a:active,
    #dng-megamenu219470 .dnngo_boxslide .submenu_title a:visited,
    #dng-megamenu219470 .dnngo_boxslide .submenu_title {
        color: #3d2f2f;
        font-size: 1.125rem;
        ;
        font-weight: 500;
        line-height: 48px;
    }

    .dng-megamenu {
        margin: 0px;
        padding: 0px;
        clear: both;
    }

        .dng-megamenu .primary_structure {
            position: relative;
            clear: both;
            margin: 0;
            padding: 0;
            display: inline-block;
            vertical-align: middle;
        }

        .dng-megamenu .header-split .primary_structure {
            z-index: 6;
        }

        .dng-megamenu .primary_structure > li {
            float: left;
            list-style: none;
            position: relative;
            margin: 0;
            /* z-index: 6; */
        }

            .dng-megamenu .primary_structure > li > a {
                display: inline-block;
                word-spacing: normal;
                line-height: 33px;
                -webkit-transition: color ease-in 200ms, border-color ease-in 200ms, background-color ease-in 200ms;
                transition: color ease-in 200ms, border-color ease-in 200ms, background-color ease-in 200ms;
                /* Safari and Chrome */
            }

        .dng-megamenu > ul > li > a > span {
            display: inline-block;
        }

        .dng-megamenu .primary_structure > li > a:hover,
        .dng-megamenu .primary_structure > li > a:focus,
        .dng-megamenu .primary_structure > li.menu_hover > a,
        .dng-megamenu .primary_structure > li.current > a {
            text-decoration: none;
        }

        .dng-megamenu .primary_structure span img,
        .dng-megamenu .primary_structure span i {
            margin-right: 8px;
            width: 1.1em;
            text-align: center;
            display: inline-block;
            vertical-align: middle;
        }

        .dng-megamenu .primary_structure > li > a,
        .dng-megamenu .primary_structure > li > a:link,
        .dng-megamenu .primary_structure > li > a:active,
        .dng-megamenu .primary_structure > li > a:visited {
            color: inherit;
        }

        .dng-megamenu .primary_structure > li.dir > a > span:after {
            content: "";
            height: 5px;
            width: 5px;
            overflow: hidden;
            margin: 0 0px 3px 6px;
            display: inline-block;
            vertical-align: middle;
            transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            /* IE 9 */
            -moz-transform: rotate(45deg);
            /* Firefox */
            -webkit-transform: rotate(45deg);
            /* Safari and Chrome */
            -o-transform: rotate(45deg);
            /* Opera */
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            border-bottom: 1px solid;
            border-right: 1px solid;
        }

        .dng-megamenu .primary_structure > li > a > span > i {
            color: inherit;
            font-size: 1.2em;
        }

        .dng-megamenu .primary_structure > li:hover > a,
        .dng-megamenu .primary_structure > li > a:focus,
        .dng-megamenu .primary_structure > li.current > a,
        .dng-megamenu .primary_structure > li.menu_hover > a {
            color: #2c5cda;
        }

        .dng-megamenu .label,
        .dng-megamenu .badge {
            padding: .19em .4em .2em;
            font-size: 70%;
            line-height: 1;
            display: inline-block;
            vertical-align: middle;
            margin: 0px 3px 2px;
        }

    .dnngo_gomenu + .menu-logo {
        display: none;
    }

    .menu-logo {
        list-style: none;
    }
    /*hoverstyle_1*/
    .dng-megamenu.hoverstyle_1 .primary_structure > li > a {
        position: relative;
    }

        .dng-megamenu.hoverstyle_1 .primary_structure > li > a:before {
            content: "";
            border-bottom: 2px solid #2c5cda;
            position: absolute;
            top: calc(50% + 14px);
            left: 0px;
            right: 100%;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all ease-in 300ms;
            transition: all ease-in 300ms;
        }

        .dng-megamenu.hoverstyle_1 .primary_structure > li:hover > a:before,
        .dng-megamenu.hoverstyle_1 .primary_structure > li > a:focus:before,
        .dng-megamenu.hoverstyle_1 .primary_structure > li.current > a:before,
        .dng-megamenu.hoverstyle_1 .primary_structure > li.menu_hover > a:before,
        .dng-megamenu.hoverstyle_1 .primary_structure > li > a.current:before {
            right: 2px;
            opacity: 1;
            visibility: visible;
        }

    #dng-megamenu219470 .primary_structure > li > a {
        padding-top: 13px;
        padding-right: 30px;
        padding-bottom: 14px;
        padding-left: 30px;
    }

    @media only screen and (max-width: 1199px) {
        #dng-megamenu219470 .primary_structure > li > a {
            padding-right: 20px;
            padding-left: 20px;
        }
    }

    #dng-megamenu219470.hoverstyle_1 .primary_structure > li > a:before {
        left: 30px;
        border-width: 0px;
        border-color: var(--accent-color3);
    }

    #dng-megamenu219470.hoverstyle_1 .primary_structure > li:hover > a:before,
    #dng-megamenu219470.hoverstyle_1 .primary_structure > li > a:focus:before,
    #dng-megamenu219470.hoverstyle_1 .primary_structure > li.current > a:before,
    #dng-megamenu219470.hoverstyle_1 .primary_structure > li.menu_hover > a:before,
    #dng-megamenu219470.hoverstyle_1 .primary_structure > li > a.current:before {
        right: 30px;
    }

    #dng-megamenu219470.hoverstyle_1 .primary_structure > li:hover > a,
    #dng-megamenu219470.hoverstyle_1 .primary_structure > li > a:focus,
    #dng-megamenu219470.hoverstyle_1 .primary_structure > li.current > a,
    #dng-megamenu219470.hoverstyle_1 .primary_structure > li.menu_hover > a,
    #dng-megamenu219470.hoverstyle_1 .primary_structure > li > a.current {
        color: var(--accent-color) !important;
    }

    @media only screen and (max-width: 1199px) {
        #dng-megamenu219470.hoverstyle_1 .primary_structure > li > a:before {
            left: 20px;
        }

        #dng-megamenu219470.hoverstyle_1 .primary_structure > li:hover > a:before,
        #dng-megamenu219470.hoverstyle_1 .primary_structure > li > a:focus:before,
        #dng-megamenu219470.hoverstyle_1 .primary_structure > li.current > a:before,
        #dng-megamenu219470.hoverstyle_1 .primary_structure > li.menu_hover > a:before,
        #dng-megamenu219470.hoverstyle_1 .primary_structure > li > a.current:before {
            right: 20px;
        }
    }

    #dng-megamenu219470 .dnngo_slide_menu,
    #dng-megamenu219470 .dnngo_slide_menu .dnngo_submenu {
        background-color: #fff;
    }

        #dng-megamenu219470 .dnngo_slide_menu li:hover > a,
        #dng-megamenu219470 .dnngo_slide_menu li > a:focus,
        #dng-megamenu219470 .dnngo_slide_menu li.subcurrent > a,
        #dng-megamenu219470 .dnngo_slide_menu li.menu_hover > a {
            color: var(--accent-color);
        }

    #dng-megamenu219470.dng-megamenu .dnngo_slide_menu > li > a > span::after,
    #dng-megamenu219470.dng-megamenu .dnngo_submenu li a > span::after {
        background-color: #18afee;
    }

    #dng-megamenu219470.dng-megamenu .dnngo_menu_list > li > a > span::after,
    #dng-megamenu219470.dng-megamenu .submenu_title a > span::after {
        background-color: #f9e7e7;
    }

    #dng-megamenu219470 .dnngo_menu_list,
    #dng-megamenu219470 .dnngo_boxslide {
        background-color: rgba(255,255,255,1);
    }

        #dng-megamenu219470 .dnngo_menu_list li li.subcurrent > a,
        #dng-megamenu219470 .dnngo_menu_list li.subcurrent > a,
        #dng-megamenu219470 .dnngo_custommenu li.current > a {
            color: var(--accent-color);
            background-color: transparent;
        }

        #dng-megamenu219470 .dnngo_menu_list li a:hover,
        #dng-megamenu219470 .dnngo_menu_list li a:focus,
        #dng-megamenu219470 .dnngo_boxslide .submenu_title a:hover {
            color: var(--accent-color);
        }

        #dng-megamenu219470 .dnngo_menu_list li li a:hover,
        #dng-megamenu219470 .dnngo_menu_list li li a:focus,
        #dng-megamenu219470 .dnngo_custommenu .submenu li a:hover,
        #dng-megamenu219470 .dnngo_custommenu .submenu li a:focus {
            color: var(--accent-color);
        }

    #dng-megamenu219470 .mega-menu .boxslide > .line span,
    #dng-megamenu219470 .dnngo_menuslide > .line span {
        border-color: #e1e6f1;
    }

    #dng-megamenu219470 .dnngo_slide_menu > li > a > span::after, #dng-megamenu219470 .dnngo_submenu li a > span::after {
        content: none
    }

    .search-popup-box {
        position: relative;
        display: flex !important;
        align-items: center;
        height: 100%;
    }

        .search-popup-box .icon {
            width: 42px;
            height: 42px;
            border-radius: 50%;
            color: #FFF;
            position: relative;
            cursor: pointer;
            display: inline-block;
            vertical-align: middle;
            -webkit-transition: color ease-in 300ms;
            transition: color ease-in 300ms;
            background-color: var(--accent-color);
            border: none;
        }

            .search-popup-box .icon:hover {
                color: #FFF;
            }

        .search-popup-box .popup-content {
            display: block;
            position: absolute;
            top: 100%;
            right: -15px;
            width: 360px;
            height: 60px;
            background-color: #ffffff;
            box-shadow: 0px 0px 8px rgba(0, 0, 0, .1);
            border-radius: 5px;
            text-align: left;
            display: none;
            z-index: 2;
        }

        .search-popup-box.popup-left .popup-content {
            right: auto;
            left: -15px;
        }

        .search-popup-box .NormalTextBox {
            width: 300px;
            height: 60px;
            border: none;
            background: transparent;
            padding: 0px 30px 0px 30px;
        }

        .search-popup-box .searchInputContainer {
            display: block;
            margin: 0;
            position: static;
        }

            .search-popup-box .searchInputContainer a.dnnSearchBoxClearText {
                height: 60px;
                margin: 0;
                left: 280px;
                top: 0;
                display: none;
            }

                .search-popup-box .searchInputContainer a.dnnSearchBoxClearText.dnnShow {
                    display: block;
                }

        .search-popup-box a.search {
            position: absolute;
            width: 80px;
            height: 60px;
            right: 0;
            top: 0;
            color: #6c6d72;
        }

            .search-popup-box .icon::before,
            .search-popup-box a.search::before {
                content: "";
                width: 17px;
                height: 17px;
                position: absolute;
                top: 50%;
                left: 50%;
                margin: -9px 0 0 -9px;
                border: 2px solid currentColor;
                border-radius: 50%;
            }

            .search-popup-box .icon::after,
            .search-popup-box a.search::after {
                content: "";
                width: 5px;
                position: absolute;
                top: 50%;
                left: 50%;
                margin: 8px 0 0 3px;
                border-bottom: 2px solid currentColor;
                -webkit-transform: rotate(48deg);
                transform: rotate(48deg);
                -webkit-transform-origin: right bottom;
                transform-origin: right bottom;
            }

        .search-popup-box .icon::before,
        .search-popup-box .icon::after {
            transition: all ease-in 200ms;
        }

        .search-popup-box .icon.active::before {
            width: 0px;
            height: 18px;
            border-radius: 0;
            border-width: 1px;
            margin: -8px 0 0 -1px;
            background-color: currentColor;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .search-popup-box .icon.active::after {
            width: 18px;
            height: 0;
            margin: -0px 0 0 -9px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transform-origin: center center;
            transform-origin: center center;
        }

    @media only screen and (max-width: 992px) {
        .search-popup-box .icon {
            color: currentColor;
            background-color: transparent;
        }

        .search-popup-box .popup-content {
            width: 300px;
            max-width: 85vw;
        }

        .search-popup-box .searchInputContainer a.dnnSearchBoxClearText {
            left: auto;
            right: 80px;
        }

        .search-popup-box ul.searchSkinObjectPreview {
            width: auto;
        }

        .search-popup-box .NormalTextBox {
            font-size: 13px
        }
    }

    #mobilemenu994977 .mobileclose,
    #mobilemenu994977 .gomenu > ul > li > a > span,
    #mobilemenu994977 .gomenu li .arrows {
        color: #121722;
        font-size: 1.125rem;
        ;
        font-weight: 600;
    }

    #mobilemenu994977 ul ul a {
        color: #494e5c;
        font-size: 1rem;
        ;
        font-weight: 600;
    }

    #mobilemenu994977 ul ul ul a {
        color: #494e5c;
        font-size: 1rem;
        ;
        font-weight: 400;
    }

    #mobilemenu994977 a:hover span,
    #mobilemenu994977 li.current > a > span,
    #mobilemenu994977 li.active > a > span,
    #mobilemenu994977 li.subcurrent > a > span {
        color: var(--accent-color) !important;
    }

    #mobilemenu994977 .gomenu > ul > li > ul::after {
        border-color: var(--accent-color) !important;
    }


    #mobilemenu994977 .gomenu > ul > li > a > span::after {
        background-color: #ffe76d;
    }

    #headerrow-658304 {
        background-color: #1B3B58;
    }

        #headerrow-658304 .dngTextBox,
        #headerrow-658304 .header-content-wrap > *:not(.nav-bar),
        #headerrow-658304 .Normal,
        #headerrow-658304 .Normal > a,
        #headerrow-658304 .Normal > a:link,
        #headerrow-658304 .Normal > a:active,
        #headerrow-658304 .Normal > a:visited,
        #headerrow-658304 .dngTextBox a,
        #headerrow-658304 .dngTextBox a:link,
        #headerrow-658304 .dngTextBox a:active,
        #headerrow-658304 .dngTextBox a:visited {
            color: #ffffff;
        }

        #headerrow-658304 .header-container-box, #headerrow-658304 .header-container-box .logo {
            height: 40px
        }

        #headerrow-658304 .hoverstyle_8 .primary_structure > li > a {
            height: 40px
        }

        #headerrow-658304 > .container, #megamenuWidthBox {
            width: auto !important;
        }

    #headerrow-658305 {
        background-color: #0076BC;
        height: 3rem;
    }

        #headerrow-658305 .dngTextBox,
        #headerrow-658305 .header-content-wrap > *:not(.nav-bar),
        #headerrow-658305 .Normal,
        #headerrow-658305 .Normal > a,
        #headerrow-658305 .Normal > a:link,
        #headerrow-658305 .Normal > a:active,
        #headerrow-658305 .Normal > a:visited,
        #headerrow-658305 .dngTextBox a,
        #headerrow-658305 .dngTextBox a:link,
        #headerrow-658305 .dngTextBox a:active,
        #headerrow-658305 .dngTextBox a:visited {
            color: #ffffff;
        }

        #headerrow-658305 .header-container-box, #headerrow-658304 .header-container-box .logo {
            height: 40px
        }

        #headerrow-658305 .hoverstyle_8 .primary_structure > li > a {
            height: 40px
        }

        #headerrow-658305 > .container, #megamenuWidthBox {
            width: auto !important;
        }

    #megamenuWidthBox {
        margin: 0 30px;
    }

    #headerrow-658304 .area-left {
        padding-right: 8px;
    }

    #headerrow-658304 .area-center {
        padding-left: 8px;
        padding-right: 8px;
    }

    #headerrow-658304 .area-right {
        padding-left: 8px;
    }

    #headerrow-658304 .area-left .header-content-wrap > div {
        margin-right: 25px;
    }

    #headerrow-658304 .area-center .header-content-wrap > div,
    #headerrow-658304 .area-right .header-content-wrap > div {
        margin-left: 25px;
    }

    .floating-active #headerrow-658304:after {
        content: none;
    }

    #headerrow-658304 .Normal > a:hover,
    #headerrow-658304 .dngTextBox a:hover,
    #headerrow-658304 .hover-accent:hover,
    #headerrow-658304 .Login a:hover,
    #headerrow-658304 .Login a.active {
        color: var(--accent-color)
    }

    #headerrow-658304 .Login .userProfile .userMessages,
    #headerrow-658304 .Login .userProperties ul.userMenu a span {
        background-color: var(--accent-color)
    }

    #headerrow-893713 {
        background-color: #ffffff;
    }

        #headerrow-893713 .dngTextBox,
        #headerrow-893713 .header-content-wrap > *:not(.nav-bar),
        #headerrow-893713 .Normal,
        #headerrow-893713 .Normal > a,
        #headerrow-893713 .Normal > a:link,
        #headerrow-893713 .Normal > a:active,
        #headerrow-893713 .Normal > a:visited,
        #headerrow-893713 .dngTextBox a,
        #headerrow-893713 .dngTextBox a:link,
        #headerrow-893713 .dngTextBox a:active,
        #headerrow-893713 .dngTextBox a:visited {
            color: #0076bc;
        }

        #headerrow-893713 .header-container-box, #headerrow-893713 .header-container-box .logo {
            margin-top: 10px;
            margin-bottom: 10px;
            vertical-align: middle
        }

        #headerrow-893713 .hoverstyle_8 .primary_structure > li > a {
            height: 100px
        }

        #headerrow-893713 > .container, #megamenuWidthBox {
            width: auto !important;
        }

    #megamenuWidthBox {
        margin: 0 30px;
    }

    #headerrow-893713 .area-left {
        padding-right: 8px;
    }

    #headerrow-893713 .area-center {
        padding-left: 8px;
        padding-right: 8px;
    }

    #headerrow-893713 .area-right {
        padding-left: 8px;
    }

    #headerrow-893713 .area-left .header-content-wrap > div {
        margin-right: 20px;
    }

    #headerrow-893713 .area-center .header-content-wrap > div,
    #headerrow-893713 .area-right .header-content-wrap > div {
        margin-left: 20px;
    }

    .floating-active #headerrow-893713:after {
        content: "";
        position: absolute;
        top: 0;
        left: -20px;
        bottom: 0;
        right: 0;
        z-index: -1;
        pointer-events: none;
        -webkit-box-shadow: 10px 10px 10px -11px rgba(0,0,0,0.2);
        box-shadow: 10px 10px 10px -11px rgba(0,0,0,0.2);
    }

    .floating-active #headerrow-893713 {
        background-color: #ffffff !important;
    }

    #headerrow-893713 .Normal > a:hover,
    #headerrow-893713 .dngTextBox a:hover,
    #headerrow-893713 .hover-accent:hover,
    #headerrow-893713 .Login a:hover,
    #headerrow-893713 .Login a.active {
        color: var(--accent-color)
    }

    #headerrow-893713 .Login .userProfile .userMessages,
    #headerrow-893713 .Login .userProperties ul.userMenu a span {
        background-color: var(--accent-color)
    }

    .floating-nav.floating-active #headerrow-893713 .header-container-box,
    .floating-nav.floating-active #headerrow-893713 .header-bg-box,
    .floating-nav.floating-active #headerrow-893713 .hoverstyle_8 .primary_structure > li > a {
        height: 64px;
    }

    #mobileheader-467352 {
        background-color: rgba(255,255,255,1);
    }

    div.mobile-header-replace {
        height: 64px
    }

    #mobileheader-467352, #mobileheader-467352 .header-area {
        height: 64px
    }

        #mobileheader-467352 .dng-mobilemenu.mobile_menu.mm-menu {
            top: 64px
        }

        #mobileheader-467352 .header-area .logo img {
            max-height: 56px
        }

        #mobileheader-467352 .dngTextBox,
        #mobileheader-467352 .header-content-wrap > *:not(.nav-bar),
        #mobileheader-467352 .Normal,
        #mobileheader-467352 .Normal > a,
        #mobileheader-467352 .Normal > a:link,
        #mobileheader-467352 .Normal > a:active,
        #mobileheader-467352 .Normal > a:visited,
        #mobileheader-467352 .dngTextBox a,
        #mobileheader-467352 .dngTextBox a:link,
        #mobileheader-467352 .dngTextBox a:active,
        #mobileheader-467352 .dngTextBox a:visited {
            color: #121722;
        }

            #mobileheader-467352 .header-content-wrap .Normal > a:hover,
            #mobileheader-467352 .header-content-wrap .dngTextBox a:hover,
            #mobileheader-467352 .Normal > a:hover,
            #mobileheader-467352 .dngTextBox a:hover,
            #mobileheader-467352 .hover-accent:hover,
            #mobileheader-467352 .search-popup-box .icon.active,
            #mobileheader-467352 .search-popup-box:hover .icon,
            #mobileheader-467352 .mobile-menu-icon:hover .fa-bars:before,
            #mobileheader-467352 .search-popup-box .submit:hover,
            #mobileheader-467352 .search-popup-box .popup-close:hover,
            #mobileheader-467352 .shop-cart-list .shop-list .remove:hover,
            #mobileheader-467352 .shop-cart-list .shop-list .price-info span,
            #mobileheader-467352 .shop-cart-list .shop-list .number-box .number-up:hover,
            #mobileheader-467352 .mobile-header .shop-cart-list .shop-list .number-box .number-down:hover,
            #mobileheader-467352 .search-popup-box .icon:hover {
                color: var(--accent-color);
            }

    #column-17172 {
        background-color: #ffffff;
    }
    /*google translate*/
    .goog-te-banner-frame,
    #google_translate_element,
    #goog-gt-tt {
        display: none !important;
    }

    body {
        top: 0 !important;
    }




    .google-translation-popupbox {
        position: fixed;
        z-index: 1003;
    }

        .google-translation-popupbox .current-lang {
            display: flex;
            justify-content: center;
            align-items: center;
            background: #FFF;
            border-radius: 30px;
            box-shadow: 0px 2px 8px 3px rgba(60, 64, 67, 0.1);
            padding: 0;
            border: none;
            outline: none;
        }

        .google-translation-popupbox .text {
            padding: 0;
            color: #5f6368;
            font-size: 16px;
            max-width: 0;
            overflow: hidden;
            transition: all ease-in 300ms;
            white-space: nowrap;
        }

            .google-translation-popupbox .text svg {
                margin: 0 3px 2px 20px;
                vertical-align: middle;
            }

        .google-translation-popupbox .icon {
            width: 100px;
            height: 45px;
            display: flex;
            align-items: center;
            padding: 9px;
        }

            .google-translation-popupbox .icon svg {
                width: 56px;
                height: 56px;
            }

        .google-translation-popupbox.popupbox-lefttop,
        .google-translation-popupbox.popupbox-leftbottom {
            opacity: 0;
            transform: translateX(-100px);
            transition: all ease-in 300ms;
        }

        .google-translation-popupbox.popupbox-righttop,
        .google-translation-popupbox.popupbox-rightbottom {
            opacity: 0;
            transform: translateX(100px);
            transition: all ease-in 300ms;
        }

            .google-translation-popupbox.popupbox-lefttop.active,
            .google-translation-popupbox.popupbox-leftbottom.active,
            .google-translation-popupbox.popupbox-righttop.active,
            .google-translation-popupbox.popupbox-rightbottom.active {
                opacity: 1;
                transform: translateX(0);
            }

        .google-translation-popupbox .current-lang:hover .text {
            max-width: 200px;
        }

        .google-translation-popupbox.popupbox-lefttop .current-lang,
        .google-translation-popupbox.popupbox-leftbottom .current-lang {
            flex-direction: row-reverse;
        }

        .google-translation-popupbox.popupbox-lefttop .text svg,
        .google-translation-popupbox.popupbox-leftbottom .text svg {
            margin: 0 3px 2px 0;
        }

        .google-translation-popupbox.popupbox-lefttop .current-lang:hover .text,
        .google-translation-popupbox.popupbox-leftbottom .current-lang:hover .text {
            padding-right: 20px;
        }



    #google-translation-popup {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1004;
        display: none;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, .5);
    }

        #google-translation-popup button {
            border: none;
            background-color: transparent;
            padding: 0;
            margin: 0;
            text-align: left;
            outline: none;
        }


        #google-translation-popup[style *="display: block"] {
            display: flex !important;
        }

        #google-translation-popup .popup-box {
            position: relative;
            background-color: #FFF;
        }

        #google-translation-popup .lang-list {
            list-style: none;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            margin: 45px 0 0;
            padding: 0;
            overflow: hidden;
            overflow-y: auto;
            max-height: calc(95vh - 45px);
            max-width: 95vw;
            width: 600px;
            padding: 15px 30px 30px;
        }

            #google-translation-popup .lang-list button {
                padding: 4px 0;
                cursor: pointer;
                transition: all ease-in 300ms;
            }

                #google-translation-popup .lang-list button.active,
                #google-translation-popup .lang-list button:hover {
                    color: var(--accent-color);
                }

        #google-translation-popup .close-lang {
            width: 45px;
            height: 45px;
            position: absolute;
            right: 0px;
            top: 0px;
            cursor: pointer;
            background-color: var(--accent-color);
            transition: all ease-in 300ms;
        }

            #google-translation-popup .close-lang:hover {
                filter: contrast(1.2);
            }


            #google-translation-popup .close-lang::after,
            #google-translation-popup .close-lang::before {
                content: "";
                width: 16px;
                border-bottom: 2px solid currentColor;
                position: absolute;
                top: 50%;
                left: 50%;
                margin: 0 0 0 -8px;
            }

            #google-translation-popup .close-lang::after {
                transform: rotate(45deg);
            }

            #google-translation-popup .close-lang::before {
                transform: rotate(-45deg);
            }

        #google-translation-popup .lang-list::-webkit-scrollbar-track-piece {
            background-color: #f8f8f8;
            position: fixed;
        }

        #google-translation-popup .lang-list::-webkit-scrollbar {
            width: 4px;
            height: 4px;
        }

        #google-translation-popup .lang-list::-webkit-scrollbar-thumb {
            background-color: #dddddd;
            background-clip: padding-box;
            min-height: 28px;
        }

            #google-translation-popup .lang-list::-webkit-scrollbar-thumb:hover {
                background-color: #bbb;
            }

    @media only screen and (max-width: 991px) {
        #google-translation-popup .lang-list {
            grid-template-columns: repeat(2, 1fr);
            max-height: calc(90vh - 45px);
        }
    }

    #google-translation-popup .lang-original {
        position: absolute;
        right: 60px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

        #google-translation-popup .lang-original:hover {
            color: var(--accent-color);
        }


    @media only screen and (min-width: 992px) {
        .google-translation-popupbox.is-mobile {
            display: none;
        }
    }
@media only screen and (max-width:481px) {
    .skiptranslate {
        display: none !important;
    }

    body {
        top: 0px !important;
    }
}
    @media only screen and (max-width: 991px) {
        .google-translation-popupbox {
            zoom: 0.8;
        }

            .google-translation-popupbox:not(.is-mobile) {
                display: none;
            }
    }


    #google-translation-popup .admin-msg {
        position: absolute;
        left: 30px;
        top: 12px;
        color: #F00;
        line-height: 1.2;
        max-width: 66%;
    }



    .patient-header {
        background-color: #77787B !important;
        border-bottom: 1px solid rgba(0,0,0,.125) !important;
        padding: 0.75rem 1.25rem !important;
        position: relative !important;
        color: white !important;
        border-top-left-radius: 0.25rem !important;
        border-top-right-radius: 0.25rem !important;
    }

    .card-footer {
        background-color: #DCDDDE !important;
        vertical-align: middle;
    }

    .card-title > h2 {
        font-size: 1.5rem !important;
        font-family: 'Franklin Gothic' !important;
    }

    .header-content-wrap > h1 {
        font-size: 2rem !important;
    }

    .text-success-request {
        font-size: 1rem !important;
        color: #448cbb !important;
        text-align: center;
    }

    .btn-default {
        color: white !important;
    }

    .btn-warning {
        color: white !important;
    }

    p {
        color: #464646 !important;
        font-size: 0.75rem !important;
        font-family: Arial !important;
    }

    .btn-dark {
        color: #fff;
        background-color: #1B3B58;
        border-color: #1d2124;
    }

    .template-wrapper > p {
        color: white !important;
    }

    p > #WrpP {
        color: #464646 !important;
        font-size: 0.75rem !important;
        font-family: Arial !important;
    }

    div > .in-contain {
        background-color: #1B3B58 !important;
        text-align: center;
    }

        div > .in-contain > .card-title {
            float: none !important;
        }

    h3 {
        font-size: 1rem !important;
        font-family: 'Franklin Gothic' !important;
        color: white;
    }
    /*span {
    color: #464646 !important;
    font-size: 0.75rem !important;
    font-family: Arial !important;
}*/
    .program-contain {
        height: 150px !important
    }

    .line {
        height: 1px;
        background: #0000001f;
        margin-bottom: 1rem;
    }

    .line-2 {
        height: 1px;
        background: #0000001f;
        margin-bottom: 1rem;
    }

    .template-wrapper > p {
        color: white !important;
    }

    .form-header {
        color: #0076bc !important;
    }

    .btn-dark {
        margin-right: 1rem;
    }

    /*label:not(.form-check-label):not(.custom-file-label) {
        font-weight: 500 !important;
        font-size: 14px !important;
    }*/

    .form-section {
        width: 90% !important;
        margin-left: 1rem;
    }

    .calc {
        margin-bottom: 3px !important;
        padding: 2px !important;
    }

    .kbw-signature {
        width: 350px !important;
        height: 150px !important;
    }

    .signature-label {
        margin-right: 17rem !important;
    }

    .panel_Header {
        background-color: #1B3B58;
        color: white;
    }

    .panel_Header2 {
        background-color: #28A744;
        color: white !important;
    }

    .card-title {
        float: left !important;
        font-size: 1.1rem !important;
        font-weight: 600 !important;
        margin: 0 !important;
    }

    .Dashboard-PlusiconDiv {
        width: 26px !important;
        height: auto;
    }

    .provider-nav {
        font-size: 14px !important;
    }

    .Dashboard-PlusiconDiv .ProviderPlus {
        margin-left: 1.5rem;
        margin-top: 0.75rem;
    }

    .Dashboard-panel-Header {
        background-color: #0076bc;
        color: white;
    }

    .Dashboard-panel-Header2 {
        background-color: #11304d;
        color: white !important;
    }

    .provider-PlusiconDiv {
        width: 26px !important;
        height: auto;
    }

        .provider-PlusiconDiv .ProviderPlus {
            margin-left: 1rem;
            margin-top: 1rem;
        }

    .provider_panel {
        border: 1px solid;
        border-color: gainsboro;
    }

}
.card_padding {
    padding-left: 2rem !important;
    padding-top: 1rem !important;
}
.Provider_searchBody {
    background: #f9f9f9 !important;
}
.provider-pro-li {
    color: #464646 !important;
    font-size: 0.95rem !important;
    font-family: Arial !important;
}
.provider-pro-heading {
    color: #464646 !important;
    font-size: 1rem !important;
    font-family: Arial !important;
}
.provider-pro-2reul {
    display: grid;
    grid-template-columns: repeat(2, auto);
}
.provider-pro-height {
    height: 95%;
    max-height: 95%;
}
.badge1-warning {
    background: #ffc107 !important;
}
.badge1-success {
    background: #28a745 !important;
}
.badge1-danger {
    background: #dc3545 !important;
}

.badge1-info {
    background: #17a2b8 !important;
}
.ProvidersImg {
    height: 100px;
    width: 80px;
    max-height: 100px;
    max-width: 80px;
}
.ProvidersProfileImg {
    height: 175px;
    width: 140px;
    max-height: 175px;
    max-width: 140px;
}
.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
}

    .addReadMore.showmorecontent .readMore {
        display: none;
    }

    .addReadMore .readMore,
    .addReadMore .readLess {
        font-weight: bold;
        margin-left: 2px;
        color: #0056b3;
        cursor: pointer;
    }

    .addReadMoreWrapTxt.showmorecontent .SecSec,
    .addReadMoreWrapTxt.showmorecontent .readLess {
        display: block;
    }