
    #custom-header .navbar .btn {
        font-size: 15px;
        font-family: "Poppins", "Helvetica Neue", Arial, serif;
        font-weight: bold;
        color: #000;
        border: none !important;
    }
    #custom-header .navbar .btn.menu-item {
        padding: 20px 10px;
    }
    #custom-header .navbar .dropdown-menu {
        border: none;
        border-radius: 0;
        padding: 20px 0 ;
        background: #9A3324;
        color: #fff;
        font-family: "Poppins", "Helvetica Neue", Arial, serif;
        width: 280px;
    }
    #custom-header .navbar .btn-group:last-child .dropdown-menu {
        left: auto;
        width: 200px;
        right: -1rem;
        transform: translate3d(0, 0, 0);
    }
    #custom-header .navbar .dropdown-menu[data-bs-popper] {
        left: 50%;
        transform: translate3d(-50%, 0, 0);
    }
    #custom-header .navbar .dropdown-menu .dropdown-item {
        padding: 18px 47px 18px 30px;
        color: #fff;
        background: none;
        white-space: normal;
        font-weight: bold;
        font-size: 15px;
        font-family: "Poppins", "Helvetica Neue", Arial, serif;
    }
    #custom-header .navbar .dropdown-toggle::before {
        font-weight: bold !important;
    }
    #custom-header .navbar .dropdown-toggle::after {
        display: none;
    }
    #custom-header .navbar .dropdown-toggle.show:before {
        content: "\f286";
    }
    #custom-header .navbar-toggler {
              border: none;
        box-shadow: none;
        outline: none;
        float: right;
    }
    #custom-header .navbar-toggler span {
        display: block;
        background: #000;
        width: 27px;
        height: 2px;
        margin-bottom: 5px;
    }
    #custom-header .navbar-toggler span:last-child {
        margin-bottom: 0
    }

    @media only screen and (min-width: 993px)  {
        #custom-header .navbar-expand-lg  {
            justify-content: flex-end;
        }
        #custom-header .navbar-expand-lg .navbar-collapse {
            width: 100%;
            justify-content: space-between;
            max-width: 1060px;
        }
        #custom-header .navbar .dropdown-menu .dropdown-item:after {
            content: "\f285";
            font-family: bootstrap-icons !important;
            position: absolute;
            right: 25px;
            opacity: 0;
            font-weight: bold !important;
            font-size: 1.3rem;
            transition: all 0.3s;
        }
        #custom-header .navbar .dropdown-menu .dropdown-item:hover:after {
            opacity: 1;
        }
    }
    @media only screen and (max-width: 1200px) and (min-width: 993px) {

        #custom-header>.row {
            flex-wrap: nowrap;
        }
        #custom-header .logo-wrap {
            flex: 0 0 135px;
        }
        #custom-header .navbar-expand-lg {
            flex: 1 1 auto;
        }

    }
    @media only screen and (max-width: 992px) {
        #custom-header .navbar {
            padding: 0 1rem;
            display: block;
        }
        #custom-header .navbar-toggler {
            color: #FFF;
            border-color: #ca1a00;
            background-color: #e35205;
            padding: 13px 18px;
            border-radius: 50px;
            margin: 15px 0;
        }
        #custom-header .navbar-toggler span {
            background: #fff;
        }
        #custom-header .navbar-collapse {
            width: calc((100% + 2rem)/3*4);
            float: left;
            margin-left:  calc(100% - 4*(100% + 2rem)/3 + 1rem);
            margin-top: 18px;
            padding: 20px 20px 0;
            border-top: 1px solid #d9d9d6;
        }
        #custom-header .navbar-collapse .btn-group {
            max-width: 96%;
            width: 400px;
            display: block;
            margin: 0 auto 5px;
        }
        #custom-header .navbar-collapse .btn.menu-item {
            padding: 8px 0;
        }
        #custom-header .navbar .dropdown-toggle {
            padding: 13px 7px;
            float: right;
        }
        #custom-header .navbar .dropdown-menu {
            padding: 0 0 0 15px;
            background: none;
            color: #000;
            width: auto;
            position: static;
            transform: none !important;
        }
        #custom-header .navbar .dropdown-menu .dropdown-item {
            padding: 9px 0;
            color: #000;
            white-space: normal;
            font-weight: normal;
            margin-right: 30px;
            width: auto;
        }
    }
