/*
*section background
*/
.mg-menu-section {
    padding: 26px 0;
    background-color: #F6F7FB;
    width: 100%;
    z-index: 999;
    border-top: none!important;
    border-left: none!important;
    border-right: none!important;
    border-bottom-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to right, #fff, #DADBDB, #fff) 1;
}
.mg-header-main-outer {
    display: flex;
    align-items: center;
    justify-content: center;
}
/**************/
/*
*logo
*/
.mg-logo-box a {
    text-decoration: none;
    font-size: 24px;
    color: #242A2D;
    font-weight: 700;
    font-family: 'Sora-bold';
}
.mg-logo-box-outer {
    width: 25%;
}

.mg-logo-box span {
    font-weight: 600;
    color: #FFC533
;
}
.mg-logo-box a img {
    width: 110px;
}
/*************/
/*
*right button
*/
.mg-header-box-outer {
    width: 25%;
}
.mg-header-icons-box ul li {
    margin: 0 0px;
    position: relative;
}
span.mg-header-icon-counter {
    position: absolute;
    top: -5px;
    left: 43%;
    width: 13px;
    height: 13px;
    line-height: 14px;
    background-color: #ff3f6c;
    border-radius: 28px;
    font-size: 9px !important;
    color: #fff;
}
.mg-header-icons-box ul li a {
    text-decoration: none;
    color: #313131;
}

.mg-header-icons-box img {
    width: 13px;
}
.mg-header-icons-box span {
    font-size: 12px;
    margin-left: 5px;
    font-family: 'sora-semibold';
}
.mg-header-icons-box > ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: end;
    align-items: center;
}
li.mg-bg-icon {
    margin: 0;
    height: 30px;
    width: 30px;
    text-align: center;
    background: #eee;
    border-radius: 20px;
    line-height: 30px;
}
.mg-bg-icon img {
    width: 11px;
}
/*************/

/*
*mobile menu
*/
.mg-menu-section .slicknav_menu {
    background-color: #FFC533
;
    padding: 0;
    width: 33px;
    height: 33px;
}
.mg-menu-section .slicknav_btn {
    background-color: transparent;
}
.slicknav_menu {
    display: none;
}
.mg-nav-box ul.slicknav_nav li a {
    font-family: 'Inter-Medium';
    font-size: 13px;
    color: #fff;
}
/**************/

/*
*main nav section
*/
.mg-nav-box-outer {
    width: 50%;
}


.mg-main-nav, .mg-main-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mg-main-nav {
    display: flex;
    justify-content: end;
}
.mg-main-nav > li > a {
    display: inline-block;
    color: #242A2D;
    text-decoration: none;
    font-size: 14px;
    padding: 5px 15px;
    background-color: transparent;
    font-family: 'inter-medium';
    text-transform: capitalize;
    transition: .3s;
}
.mg-main-nav a img {
    width: 10px;
    margin-left: 2px;
    margin-top: -2px;
}
.mg-main-nav > li {
    margin: 0 5px;
}
.mg-main-nav ul {
    display: none;
    position: absolute;
    /* background-color: #f7f7f7; */
    z-index: 999;
    width: max-content;
}
.mg-main-nav ul > li {
    position: relative;
    background-color: #f4f4f4;
}
.mg-main-nav ul li a {
    display: flex;
    color: #000;
    text-decoration: none;
    font-size: 12px;
    padding: 5px 15px;
    font-family: 'poppins-medium';
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.mg-main-nav ul li a img {
    width: 5px;
    margin-left: 7px;
}
.mg-main-nav li:hover > ul {
    display: block;
}
.mg-main-nav > li > ul ul {
    left: 100%;
    top: 0;
}
.mg-nav-box ul.slicknav_nav {
    position: fixed;
    background-color: #FFC533
;
    top: 72px;
    z-index: 999;
    right: 0;
    width: 100vw;
    max-width: 409px;
}
.mg-main-nav.mg-nav-list li a:hover {
    color: #FFC533
;
}
/************************/

@media screen and (max-width: 1199px) {

}
@media screen and (max-width: 991px){

    .mg-btn-1 {
        padding: 10px 16px;
        font-size: 13px;
    }
    .mg-logo-box-outer {
        width: 20%;
    }
    .mg-nav-box-outer {
        width: 70%;
    }
    .mg-main-nav > li > a {
        font-size: 13px;
        padding: 6px 12px;
    }
    .mg-header-box-outer {
        width: 30%;
    }
    .mg-main-nav > li {
        margin: 0 0px;
    }
    .mg-header-icons-box ul li {
        margin: 0px;
        position: relative;
    }
    .mg-main-nav {
        display: flex;
        justify-content: end;
    }
}
@media screen and (max-width: 767px) {
    .mg-nav-box-outer {
        display: none;
    }
    .slicknav_menu {
        display:block;
    }
    .mg-header-box-outer {
        width: 50%;
    }
    .mg-logo-box-outer {
        width: 50%;
    }
    .mg-nav-box.mg-mobile-nav {
        width: 25%;
        margin-left: 10px;
        padding: 5px 0px;
    }
    .mg-menu-section {
        padding: 15px 0;
        background-color: transparent;
        border-bottom: 1px solid #eee;
    }

}
@media screen and (max-width: 455px){
    .mg-logo-box-outer {
        width: 35%;
    }
    .mg-header-box-outer {
        width: 65%;
    }
    .mg-btn-1 {
        padding: 10px 13px;
        font-size: 12px;
    }
    .mg-logo-box a {
        font-size: 18px;
    }
    .mg-nav-box ul.slicknav_nav {
        position: absolute;
        background-color: #FFC533
;
        top: 60px;
        z-index: 999;
        right: -12px;
        width: 100vw;
        max-width: 100vw;
    }
}