/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.header-topbar-layout1
{
    background-color: #082c5d !important;
}
.topbar-right ul .topbar-social a
{
    color:#fff !important;
}

/* =========================================
   MFC TOP MINI HEADER
========================================= */

.mfc-topbar {
    width: 100%;
    height: 34px;
    background: #174c3e;
    color: #fff;
    font-family: "Poppins", Arial, sans-serif;
    border-bottom: 1px solid rgba(255,255,255,0.12);
}

.mfc-topbar .container-fluid {
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.mfc-topbar-inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

/* LEFT AREA */

.mfc-top-left {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 25px;
}

.mfc-top-link {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    line-height: 34px;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.mfc-top-link:hover {
    color: #f5d36b;
}

.mfc-top-link i {
    font-size: 12px;
    margin-right: 6px;
}


/* RIGHT AREA */

.mfc-top-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    gap: 8px;
    white-space: nowrap;
}

.mfc-small-link {
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    font-weight: 500;
    line-height: 34px;
    transition: 0.2s ease;
}

.mfc-small-link:hover {
    color: #f5d36b;
}

.mfc-small-link i {
    font-size: 9px;
    margin-right: 3px;
}

/* INDIA FLAG */

.mfc-india {
    display: flex;
    align-items: center;
    justify-content: center;
}

.india-flag {
    font-size: 17px;
    line-height: 1;
}

/* DIVIDER */

.mfc-divider {
    width: 1px;
    height: 14px;
    background: rgba(255,255,255,0.35);
    display: inline-block;
    margin: 0 2px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .mfc-topbar {
        height: auto;
        min-height: 34px;
    }

    .mfc-topbar-inner {
        min-height: 34px;
        flex-wrap: wrap;
        padding: 5px 0;
        gap: 4px 15px;
    }

    .mfc-top-left,
    .mfc-top-right {
        height: auto;
    }

    .mfc-top-left {
        gap: 18px;
    }

    .mfc-small-link {
        font-size: 10px;
        line-height: 22px;
    }

    .mfc-top-link {
        font-size: 11px;
        line-height: 22px;
    }

    .mfc-divider {
        height: 12px;
    }
}


/* =========================================
   MOBILE
========================================= */
.slider-content
{
    visibility: hidden !important;
}
@media (max-width: 767px) {

    .dropdown-menu-col-1 > li:has(> .dropdown-menu-col-1) > a::after
{
    font-family: 'Font Awesome 5 Free' !important;
    display: none !important;
}


    .mfc-topbar {
        height: auto;
    }

    .mfc-topbar .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }

    .mfc-topbar-inner {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 6px 0;
        gap: 5px 14px;
    }

    /* LEFT */
    .mfc-top-left {
        width: 100%;
        justify-content: center;
        gap: 22px;
    }

    .mfc-top-link {
        font-size: 10px;
        line-height: 18px;
    }

    .mfc-top-link i {
        font-size: 10px;
        margin-right: 4px;
    }

    /* RIGHT */
    .mfc-top-right {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        gap: 3px 7px;
        line-height: 18px;
    }

    .mfc-small-link {
        font-size: 9px;
        line-height: 18px;
    }

    .mfc-divider {
        height: 10px;
    }

    .india-flag {
        font-size: 14px;
    }
}


/* =========================================
   VERY SMALL MOBILE
========================================= */
.mfc-font-size {
    display: flex;
    align-items: center;
    gap: 7px;
}

.mfc-font-size .mfc-small-link {
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    font-weight: 500;
    line-height: 34px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.mfc-font-size .mfc-small-link:hover {
    color: #f5d36b;
}

/* Normal A */
.mfc-normal-a {
    font-weight: 600 !important;
}
.envb
{
    width:22px;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a
{
    padding: 4px 20px !important;
}
.dropdown-menu-col-1 > li:has(> .dropdown-menu-col-1) > a::after
{
    font-family: 'Font Awesome 5 Free' !important;
}
@media (max-width: 480px) {



    .mfc-topbar-inner {
        padding: 5px 0;
    }

    .mfc-top-left {
        gap: 15px;
    }

    .mfc-top-link {
        font-size: 9px;
    }

    .mfc-small-link {
        font-size: 8px;
    }

    .mfc-divider {
        margin: 0 1px;
    }
}

/* ==========================================
   ACCOUNTS -> NESTED SUBMENU RIGHT SIDE
========================================== */

/* Har dropdown item ko relative rakhein */
.dropdown-menu-col-1 > li {
    position: relative !important;
}


/* ==========================================
   ONLY NESTED SUBMENU
========================================== */

.dropdown-menu-col-1 > li > .dropdown-menu-col-1 {
    position: absolute !important;

    /* RIGHT SIDE */
    top: 0 !important;
    left: 100% !important;

    /* Important */
    right: auto !important;
    bottom: auto !important;

    margin: 0 0 0 2px !important;

    width: 220px !important;
    min-width: 220px !important;

    display: none;
    z-index: 99999;

    background: #fff;
}


/* ==========================================
   SHOW ON HOVER
========================================== */

.dropdown-menu-col-1 > li:hover > .dropdown-menu-col-1 {
    display: block !important;
    top: 0 !important;
    left: 100% !important;
}


/* ==========================================
   SUBMENU ITEMS
========================================== */

.dropdown-menu-col-1 > li > .dropdown-menu-col-1 li {
    position: relative;
    width: 100%;
}

.dropdown-menu-col-1 > li > .dropdown-menu-col-1 li a {
    display: block;
    width: 100%;
    white-space: nowrap;
}


/* ==========================================
   ARROW FOR ACCOUNTS
========================================== */

.dropdown-menu-col-1 > li:has(> .dropdown-menu-col-1) > a {
    padding-right: 30px !important;
}

.dropdown-menu-col-1 > li:has(> .dropdown-menu-col-1) > a::after {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;

    position: absolute;
    right: 12px;
    top: 50%;

    transform: translateY(-50%);

    font-size: 11px;
}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 991px) {

    .dropdown-menu-col-1 > li > .dropdown-menu-col-1 {
        position: static !important;

        left: auto !important;
        top: auto !important;
        right: auto !important;

        width: 100% !important;
        min-width: 100% !important;

        margin: 0 !important;

        display: none;
    }


    .dropdown-menu-col-1 > li:hover > .dropdown-menu-col-1 {
        display: block !important;
    }

}