/* ----------Start-CSS-header new----------- */

.middle-part {
    background: url("../img/menu-big-bg.webp") no-repeat;
    background-position: bottom center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin: 0 auto !important;
    text-align: center !important;
    height: 64px !important;
    position: relative;
}
.middle-part::after {
    content: '';
    background: url("../svg/star-left.svg") no-repeat;
    background-position: bottom center !important;
    background-repeat: no-repeat !important;
    background-size: contain;
    position: absolute;
    z-index: 1;
    top: 3px;
    left: 40px;
    width: 40px;
    height: 47px;
}
@media only screen and (min-width: 1441px) and (max-width: 1700px) {
    .middle-part::after {
        left: 60px;
    }
}
@media only screen and (min-width: 1367px) and (max-width: 1440px) {
    .middle-part::after {
        left: 54px;
    }
}
@media only screen and (min-width: 1261px) and (max-width: 1366px) {
    .middle-part::after {
        left: 54px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1260px) {
    .middle-part::after {
        left: 50px;
    }
}
@media only screen and (min-width: 1161px) and (max-width: 1199px) {
    .middle-part::after {
        left: 45px;
    }
}
@media only screen and (min-width: 1101px) and (max-width: 1160px) {
    .middle-part::after {
        left: 40px;
    }
}
@media only screen and (min-width: 1061px) and (max-width: 1100px) {
    .middle-part::after {
        left: 32px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1060px) {
    .middle-part::after {
        left: 30px;
    }
}
.center-box::before{
    content: '';
    background: url("../svg/star-right.svg") no-repeat;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 2;
    top: 0;
    right: -25px;
    width: 42px;
    height: 48px ;
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
    .center-box::before{
        right: -11px;
    }
}
@media only screen and (min-width: 1101px) and (max-width: 1199px) {
    .center-box::before{
        right: -14px;
    }
}
@media only screen and (min-width: 1061px) and (max-width: 1100px) {
    .center-box::before{
        right: 12px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1060px) {
    .center-box::before{
        right: 10px;
    }
}

@media only screen and (min-width: 1701px) {
    .middle-part {
        width: 73% !important;
    }
    .menuicon .menu-item a.hfe-menu-item {
        padding-top: 17px !important;
        padding-bottom: 17px !important;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    .middle-part {
        background: url("../img/menu-small-bg.webp") no-repeat;
    }
}

@media only screen and (max-width: 1024px) {
    .middle-part {
        background-image: none !important;
    }
}

@media only screen and (min-width: 1441px) {
    .center-box {
        width: 90% !important;
        margin: 0 auto !important;
        text-align: center;
        position: relative;
    }
    .menuicon .menu-item a.hfe-menu-item {
        padding-top: 13px !important;
        padding-bottom: 15px !important;
    }
}
@media only screen and (min-width: 1367px) and (max-width: 1440px) {
    .center-box {
        width: 90% !important;
        margin: 0 auto !important;
        text-align: center;
    }
    .menuicon .menu-item a.hfe-menu-item {
        padding-top: 13px !important;
        padding-bottom: 14px !important;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
    .center-box {
        width: 90% !important;
        margin: 0 auto !important;
        text-align: center;
    }
    .menuicon .menu-item a.hfe-menu-item {
        padding-top: 8px !important;
        padding-bottom: 17px !important;
    }
}

@media only screen and (min-width: 1101px) and (max-width: 1199px) {
    .center-box {
        width: 90% !important;
        margin: 0 auto !important;
        text-align: center;
    }
    .menuicon .menu-item a.hfe-menu-item {
        padding-top: 11px !important;
        padding-bottom: 18px !important;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1100px) {
    .center-box {
        width: 100% !important;
        margin: 0 auto !important;
        text-align: center;
    }
    .menuicon .menu-item a.hfe-menu-item {
        padding-top: 11px !important;
        padding-bottom: 18px !important;
    }
}
@media only screen and (max-width: 1024px) {
    .menuicon a {
        border-top: solid #434175 1px;
    }
    .menuicon .sub-menu {
        box-shadow: none !important;
    }
    .middle-part .hfe-flyout-close{
        top: 10px !important;
        right: 10px !important;
        margin: 0px !important;
    }
     .menuicon .hfe-nav-menu-icon{
        font-size: 0 !important;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .middle-part .hfe-flyout-close{
        top: 11px !important;
        right: 10px !important;
        margin: 0px !important;
    }
    .right-toggle {
        margin-right: 0px !important;
        font-size: 0 !important;
    }
    .ipad-size{
        position: absolute !important;
        right: 50px;
        top: -1px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .middle-part .hfe-flyout-close{
        top: 11px !important;
        right: 9px !important;
        margin: 0px !important;
    }
    .right-toggle {
        margin-right: -1px !important;
        font-size: 0 !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 4024px) {
    .logo-lefts {
        position: absolute !important;
        left: 0 !important;
    }
}

/* ----------End-CSS-header new----------- */