.new_header_wrapper ul.horizontalMenu-list {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 300px;
    background-color: #fff;
    padding: 0 0 20px;
    min-height: 100vh;
    height: 100%;
    overflow: auto;
    transition: 0.3s ease-in-out;
    box-shadow: -3px 0 10px #00000021;
    background-image: url("../assets/images/pattern-bg.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.new_header_wrapper ul.horizontalMenu-list.close_sidebar {
    right: -100%;
}

.new_header_wrapper ul.horizontalMenu-list .sidebar_logo img {
    width: 150px;
    object-fit: contain;
}

.new_header_wrapper .last_menu_wrap {
    width: 0;
    height: 40px;
    margin-top: 3px;
}

.new_header_wrapper:has(.close_sidebar) .toggle_menu_sidebar {
    border: 2px solid #fff;
    transition: 0.3s ease-in-out;
    background: #fff;
    padding: 5px 8px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 20px;
}

.new_header_wrapper ul.horizontalMenu-list li a {
    text-align: left;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    padding: 10px 15px;
    font-size: 16px !important;
    transition: 0.3s ease-in-out;
    font-weight: 600 !important;
}

.new_header_wrapper ul.horizontalMenu-list .sidebar_logo a {
    border-bottom: 0;
    margin-bottom: 30px;
    width: fit-content;
}

.new_header_wrapper ul.horizontalMenu-list li {
    float: none;
    text-align: left;
    padding: 0;
}

.new_header_wrapper ul.horizontalMenu-list li a:hover {
    background: #f8f8f800;
}

.new_header_wrapper .toggle_menu_sidebar {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9;
    border: 2px solid #fff;
    transition: 0.3s ease-in-out;
    background: #fff;
    padding: 5px 8px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.new_header_wrapper .toggle_menu_sidebar:hover {
    border: 2px solid #fe3661;
}

.new_header_wrapper .toggle_menu_sidebar .close_icon {
    display: block;
    width: 28px;
    height: 28px;
}

.new_header_wrapper .toggle_menu_sidebar .open_icon {
    display: none;
    width: 28px;
    height: 28px;
}

.new_header_wrapper:has(.close_sidebar) .toggle_menu_sidebar .close_icon {
    display: none;
}

.new_header_wrapper:has(.close_sidebar) .toggle_menu_sidebar .open_icon {
    display: block;
}

.new_header_wrapper .horizontalMenu .outer_menu_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
}

.new_header_wrapper .horizontalMenu .outer_menu_wrap li {
    padding: 0 20px 0 0;
}

.new_header_wrapper .horizontalMenu .outer_menu_wrap li a {
    font-family: Arial, Helvetica, Tahoma, verdana;
    font-weight: 700;
    color: #1b5790;
    transition: 0.3s ease-in-out;
    font-size: 18px;
}

.new_header_wrapper .horizontalMenu .outer_menu_wrap li a:hover {
    color: #fe3661;
}

.new_header_wrapper .horizontalMenu {
    text-align: center;
    display: flex;
    margin-top: -20px;
    justify-content: center;
    width: 100%;
    position: relative;
}

.new_header_wrapper a.social-icon {
    height: auto;
    font-size: 20px;
    color: #4c4c4c;
    transition: 0.3s ease-in-out;
}

.new_header_wrapper .socials li {
    margin: 10px 25px 0 10px;
}

.new_header_wrapper a.social-icon:hover {
    color: #fe3661;
}

.cover-image.sptb-1.myBanner {
    margin-top: -60px !important;
}

.sticky-wrapper.is-sticky .new_header_wrapper .horizontalMenu {
    margin-top: 0;
}

.page-header {
    background: transparent;
}

div#sticky-wrapper.sticky-wrapper.is-sticky {
    z-index: 9999;
}

div#sticky-wrapper.sticky-wrapper {
    z-index: 0;
}

div#sticky-wrapper:not(.close_sidebar) {
    z-index: 9999;
}

div#sticky-wrapper:has(.close_sidebar) {
    z-index: 0;
}

.new_header_wrapper ul.horizontalMenu-list ul.socials li {
    margin: 25px 0 0 20px;
}

.new_header_wrapper ul.horizontalMenu-list ul.socials li a.social-icon {
    border: 0;
    background: #f2f2f2;
}

.horizontal-mainwrapper {
    display: block;
}

.desktoplogo {
    display: flex;
    align-items: center;
    justify-content: center;
    float: none;
    margin: 0 auto;
    width: 100%;
}

.desktoplogo ul.socials {
    display: none;
}

.sticky-wrapper.is-sticky .horizontal-mainwrapper {
    display: flex;
}

.sticky-wrapper.is-sticky .horizontalMenu {
    justify-content: flex-end;
    width: 80%;
}

.sticky-wrapper.is-sticky .new_header_wrapper .last_menu_wrap {
    width: 40px;
}

.new_header_wrapper .horizontalMenu .outer_menu_wrap li a {
    border: 1px solid #fe3661;
    padding: 10px 15px;
    border-radius: 5px;
    background: transparent;
    transition: 0.3s ease-in-out;
}

.new_header_wrapper .horizontalMenu .outer_menu_wrap li a:hover {
    background: #fe3661;
    color: #fff;
}

.sticky-wrapper.is-sticky .new_header_wrapper .horizontalMenu .outer_menu_wrap li a {
    font-size: 16px;
}

/* RESPONSIVE */

@media (max-width: 991.5px) {
    .cover-image.sptb-1.myBanner {
        margin: 0 auto 0 auto !important;
    }

    div#sticky-wrapper.sticky-wrapper:has(.new_header_wrapper) {
        height: 100px !important;
        /* background: url("../assets/images/bg.gif") no-repeat center -100px !important;
        background-size: cover !important; */
    }

    .new_header_wrapper .horizontal-mainwrapper {
        height: 100%;
    }

    .new_header_wrapper.horizontal-main {
        height: 100%;
    }

    .new_header_wrapper .desktoplogo {
        display: block;
    }

    .new_header_wrapper .horizontalMenu {
        position: relative;
        background: transparent;
        height: 100% !important;
        visibility: unset;
        align-items: center;
    }

    .new_header_wrapper .horizontalMenu .outer_menu_wrap {
        display: none;
    }

    .new_header_wrapper ul.horizontalMenu-list li.sidebar_logo.active a.active {
        color: transparent !important;
        background: transparent !important;
    }

    .new_header_wrapper .socials li {
        margin: 10px 25px 0 0px;
    }

    .new_header_wrapper .desktoplogo a {
        height: auto;
    }

    .sticky-wrapper.is-sticky .horizontal-main.new_header_wrapper {
        position: fixed !important;
        height: 60px;
        background: #fff;
    }

    .sticky-wrapper.is-sticky .horizontal-main.new_header_wrapper .desktoplogo {
        display: none;
    }

    .sticky-wrapper.is-sticky .horizontal-main.new_header_wrapper .desktoplogo-1 {
        display: block !important;
    }

    .sticky-wrapper.is-sticky .horizontal-main.new_header_wrapper .desktoplogo-1 img {
        object-fit: contain;
        height: 50px;
    }

    .main-body:has(.pricing-container) .bg-white.border-bottom {
        margin-top: -40px !important;
    }

    .new_header_wrapper ul.horizontalMenu-list ul.socials {
        display: none;
    }

    .new_header_wrapper:has(.close_sidebar) .toggle_menu_sidebar {
        position: relative;
    }

    .new_header_wrapper .last_menu_wrap {
        width: 40px;
    }

    .new_header_wrapper .horizontal-mainwrapper {
        display: flex;
    }

    .new_header_wrapper .desktoplogo img {
        width: 180px;
    }

    .new_header_wrapper .horizontalMenu {
        justify-content: flex-end;
    }

    .sticky-wrapper.is-sticky .new_header_wrapper .last_menu_wrap .toggle_menu_sidebar {
        top: 0;
    }
}

@media screen and (max-width: 767px) {
    .new_header_wrapper ul.horizontalMenu-list {
        max-width: 100%;
        padding: 0 0 100px;
    }
}
