



a {
    color: #66cef6;
    text-decoration: none;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.no-padd {
    padding: 0;
}

#wrapper {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
}

#header {
}

.top {
    background: #fff;
    min-height: 70px;
}

.welcome {
    color: #1c1c1c;
    font-weight: 500;
    float: left;
    padding: 5px 0;
}


.top-support {
    margin: 0;
    padding: 15px 0;
    float: left;

    
}

    .top-support li {
        float: left;
        list-style: none;
        color: #04044d;
        font-size: 16px;
        font-weight:600;
    }

        .top-support li:first-child {
            margin-right: 17px;
        }

        .top-support li a {
            color: #04044d;
            font-weight: 700;
        }

            .top-support li a i {
                color: #04044d;
            }

        .top-support li i {
            font-size: 20px;
            color: #04044d;
            margin-right: 10px;
        }

        .top-support li i, .top-support li span {
            float: left;

        }

.top-offers {
    max-width: 325px;
    width: 100%;
    float: left;
}

.offers {
    max-width: 200px;
    border: none;
    background: lawngreen;
    border-radius: 0;
    margin: 0 auto;
    font-size: 13px;
    color: black;
}

    .offers .close {
        opacity: 10;
        color: #fff;
        text-shadow: none;
    }

    .offers a:hover {
        color: #fff;
        text-decoration: none;
    }

.top-control {
    float: right;
    font-size:13px;
}

.homepage-2.gold .top-control {
    float: right;
    padding: 5px 0;
}

.top-control a {
    color: #04044d;
    text-decoration: none;
    font-size:16px;
    font-weight:600;
 
}


.top-control span {
    color: #2a2955;
    margin: 0 5px;
}



.for-rsch .side-search {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.top-control a:hover {
    color: #000;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

#believe-nav {
    padding: 10px 0;
}



#believe-nav .navbar-default {
    border: none;
    margin: 0;
    border-radius: 0;
    min-height: 0;
    background: none;
}

#believe-nav .navbar-brand {
    padding: 0 15px;
    height: auto;
}





#believe-nav .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2b2a2f;
    font-size: 13px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}


#believe-nav .navbar-nav > li {
    padding-left: 40px;
}


#believe-nav .navbar-nav.navbar-right > li {
    padding-left: 0px;
}

#believe-nav .navbar-nav > li > a i {
    margin-left: 10px;
}

.min-marg {
    margin-left: 0px;
}

#believe-nav .navbar-default .navbar-nav > .active > a, #believe-nav .navbar-default .navbar-nav > .active > a:focus, #believe-nav .navbar-default .navbar-nav > .active > a:hover, #believe-nav .navbar-default .navbar-nav a:hover {
    background: none;
    color: #66cef6;
}

#believe-nav .navbar-default .navbar-nav > .open > a, #believe-nav .navbar-default .navbar-nav > .open > a:focus, #believe-nav .navbar-default .navbar-nav > .open > a:hover {
    background: none;
    color: #66cef6;
}


#believe-nav .navbar-right img {
    float: left;
}

#believe-nav .navbar-right span {
    float: right;
    vertical-align: middle;
    margin-top: 3px;
    margin-left: 12px;
}

.dropdown-menu {
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 13px;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

    .dropdown-menu > li {
        margin-bottom: 10px;
    }

        .dropdown-menu > li > a {
            display: block;
            padding: 3px 20px;
            clear: both;
            font-weight: 700;
            line-height: 1.42857143;
            color: #333;
            white-space: nowrap;
        }

.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}






.srch-form {
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 30px;
    max-width: 450px;
    padding: 15px;
    background: #fff;
    z-index: 9;
    display: none;
    border-top: 2px solid #66cef6;
}

    .srch-form .search-wid {
        border: 1px solid #d7d7d7;
        border-right: 1px solid transparent;
    }

        .srch-form .search-wid:focus {
            border: 1px solid #d7d7d7;
            border-right: 1px solid transparent;
        }

    .srch-form .side-search {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

#home-slider {
    background: #ffffff;
}

    #home-slider .item img {
        width: 100%;
        height: auto;
    }

.slider-desc {
    position: absolute;
    top: 25%;
    left: 0;
    z-index: 5;
    width: 100%;
}

#sect-1 .slider-desc, #sect-2 .slider-desc {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    padding: 0 40px 60px;
}

.slide-offers-title {
    color: #ffffff;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: normal;
}

#sect-1 .slide-offers-title, #sect-2 .slide-offers-title {
    color: #ffffff;
    font-size: 47px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: normal;
    float: left;
}

.slide-offers-left {
    float: left;
}

#sect-1 .slide-offers-left, #sect-2 .slide-offers-left {
    float: left;
    width: 100%;
    position: relative;
}

.slide-offers-right {
    float: right;
}

.slide-offers-left .slide-offers-title span {
    color: #66cef6;
}

#sect-1 .slide-offers-left .slide-offers-title span, #sect-2 .slide-offers-left .slide-offers-title span {
    color: #fff;
    font-size: 72px;
    font-weight: 700;
}

.slide-offers-right .slide-offers-title span {
    color: #f666b1;
}

.slider-desc p {
    color: #dddde0;
    margin: 30px 0 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.slider-desc a.btn {
    width: 140px;
    height: 45px;
    text-decoration: none;
    border-radius: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 12px;
}

#sect-1 .slider-desc a.btn, #sect-2 .slider-desc a.btn {
    width: 140px;
    height: 45px;
    text-decoration: none;
    border-radius: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 12px;
    float: right;
    bottom: 0;
    position: relative;
    margin-top: 85px;
    color: #2b2531;
}

#sect-1 .slider-desc.blue a.btn, #sect-2 .slider-desc.blue a.btn {
    background: #66cef6;
}

#sect-1 .slider-desc.red a.btn, #sect-2 .slider-desc.red a.btn {
    background: #ee6669;
}

#sect-1 .slider-desc.blue a.btn:hover, #sect-2 .slider-desc.blue a.btn:hover {
    background: #2ca2cf;
}

#sect-1 .slider-desc.red a.btn:hover, #sect-2 .slider-desc.red a.btn:hover {
    background: #d23337;
}


#content {
}

.home-content {
}



.slide-cat {
    position: relative;
}

    .slide-cat .ontop {
        position: absolute;
        padding: 4px 35px;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        left: 0;
        top: 0;
        text-transform: uppercase;
        z-index: 4;
        background: #a2855e;
    }

    .slide-cat .onbottom {
        position: absolute;
        padding: 4px 35px;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        position: absolute;
        right: 0;
        bottom: 0;
        text-transform: uppercase;
        z-index: 4;
        background: #a2855e;
    }


li:hover .arrow {
    transform: rotate(180deg);
}

.arrow {
    /* background: red; */
    height: 100%;
    width: 10px;
    text-align: center;
    display: inline-block;
    color: #fff;
    transition: all 0.3s ease;
}
.no-margin {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
    background-color:red;
}



.navbar-toggler {
    margin: 0 auto;
}




/*New one 
*/

@-webkit-keyframes slideLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes slideRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes slideRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.containernew {
    max-width: 1170px;
    width: 100%;
    height: 3.125rem;
    margin: 0 auto;
    background-color: #04044d;
}

@media only screen and (max-width: 992px) {
    .containernew {
        padding: 0 1rem;
        margin: 0 auto;
        background-color: #04044d;
    }
}



.headernew {
    position:  center;
    display: block;
    left: 0;
    width: 100%;
    height: auto;
   
    margin: 0 auto;
    z-index: 999;
    border: none;
    outline: none;
    background: #fafafa;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    background-color: #04044d;
}

    .headernew .wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap:  wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

.headernew-item-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
}

.headernew-item-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display:  flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
}

.headernew-item-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .headernew-item-right .menu-icon {
        font-size: 1.35rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 1rem;
        margin-left: 1rem;
        border: none;
        outline: none;
        color: #121212;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.headernew .menu > ul > li {
    display: inline-block;
    line-height: 3.125rem;
    margin-left: 1.5rem;
}

    .headernew .menu > ul > li > a {
        position: relative;
        font-family: inherit;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.25;
        border: none;
        outline: none;
        color: #121212;
        text-transform: capitalize;
        text-rendering: optimizeLegibility;
        -webkit-transition: color 0.3s ease-in-out;
        -o-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out;
    }

    .headernew .menu > ul > li .menu-subs {
        position: absolute;
        width: 100%;
        height: auto;
        margin-top: 1.75rem;
        padding: 1rem 2rem;
        border: none;
        outline: none;
        z-index: 500;
        opacity: 0;
        visibility: hidden;
        border-radius: 0.25rem;
        border-top: 2px solid lawngreen;
        background: #ffffff;
        -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

        .headernew .menu > ul > li .menu-subs > ul > li {
            line-height: 1;
        }

            .headernew .menu > ul > li .menu-subs > ul > li > a {
                display: inline-block;
                font-family: inherit;
                font-size: 1rem;
                font-weight: 500;
                line-height: 1.25;
                padding: 0.75rem 0;
                border: none;
                outline: none;
                color: #121212;
                text-transform: capitalize;
                text-rendering: optimizeLegibility;
                -webkit-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

    .headernew .menu > ul > li .menu-column-1 {
        min-width: 16rem;
        max-width: 20rem;
    }

    .headernew .menu > ul > li .menu-subs.menu-mega {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

        .headernew .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li {
            display: block;
            line-height: 1;
        }

            .headernew .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
                display: inline-block;
                font-family: inherit;
                font-size: 1rem;
                font-weight: 500;
                line-height: 1.25;
                padding: 0.5rem 0;
                border: none;
                outline: none;
                color: #121212;
                text-transform: capitalize;
                text-rendering: optimizeLegibility;
                -webkit-transition: color 0.3s ease-in-out;
                -o-transition: color 0.3s ease-in-out;
                transition: color 0.3s ease-in-out;
            }

    .headernew .menu > ul > li .menu-subs.menu-column-4 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 80rem;
        width: 100%;
        padding: 1.25rem 1rem;
    }

        .headernew .menu > ul > li .menu-subs.menu-column-4 > .list-item {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            padding: 0 1rem;
        }

            .headernew .menu > ul > li .menu-subs.menu-column-4 > .list-item .title {
                font-family: inherit;
                font-size: 1rem;
                font-weight: 500;
                line-height: 1;
                padding: 0.75rem 0;
                border: none;
                outline: none;
                color: #e91e63;
                text-transform: uppercase;
                text-rendering: optimizeLegibility;
                -webkit-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

            .headernew .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center .title {
                text-align: center;
            }

            .headernew .menu > ul > li .menu-subs.menu-column-4 > .list-item img.responsive {
                max-width: 100%;
                width: 100%;
                height: auto;
                margin-top: 0.75rem;
                -o-object-fit: cover;
                object-fit: cover;
                vertical-align: middle;
            }

    .headernew .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a:hover,
    .headernew .menu > ul > li .menu-subs > ul > li > a:hover {
        color: #119dd3;
    }

    .headernew-item-right a:hover,
    .headernew .menu > ul > li:hover > a {
        color: #e91e63;
    }


@media only screen and (min-width: 993px) {
    
    .headernew .menu > ul > li.menu-item-has-children:hover .menu-subs {
        margin-top: 0.5rem;
        opacity: 1;
        visibility: visible;
    }
    .borw {
        color: white !important;
    }
}

.menu-mobile-header,
.menu-mobile-trigger {
    display: none;
}

@media only screen and (max-width: 992px) {
    .borw {
        color: black !important;
        background-color:#ffffff
    }
    .headernew-item-center {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .headernew-item-left, .headernew-item-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .headernew .menu-mobile-trigger {
        position: relative;
        display: block;
        cursor: pointer;
        width: 1.75rem;
        height: 1rem;
        border: none;
        outline: none;
        margin-left: 1.25rem;
        background: none;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.35s ease-in-out;
        -o-transition: 0.35s ease-in-out;
        transition: 0.35s ease-in-out;
    }

        .headernew .menu-mobile-trigger span {
            display: block;
            position: absolute;
            width: 100%;
            height: 2px;
            left: 0;
            border: none;
            outline: none;
            opacity: 1;
            border-radius: 0.25rem;
            background: #121212;
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: 0.25s ease-in-out;
            -o-transition: 0.25s ease-in-out;
            transition: 0.25s ease-in-out;
        }

            .headernew .menu-mobile-trigger span:nth-child(1) {
                top: 0;
            }

            .headernew .menu-mobile-trigger span:nth-child(2), .headernew .menu-mobile-trigger span:nth-child(3) {
                top: 0.5rem;
            }

            .headernew .menu-mobile-trigger span:nth-child(4) {
                top: 1rem;
            }

    .headernew-item-right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .headernew .menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 20rem;
        height: 100%;
        z-index: 1099;
        overflow: hidden;
        background: #ffffff;
        -webkit-transform: translate(-100%);
        -ms-transform: translate(-100%);
        transform: translate(-100%);
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;

    }

        .headernew .menu.active {
            -webkit-transform: translate(0%);
            -ms-transform: translate(0%);
            transform: translate(0%);
        }

        .headernew .menu > ul > li {
            display: block;
            line-height: 1;
            margin: 0;
        }

            .headernew .menu > ul > li > a {
                display: block;
                line-height: 3.125rem;
                height: 3.125rem;
                padding: 0 3.125rem 0 1rem;
                border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            }

                .headernew .menu > ul > li > a i.ion {
                    position: absolute;
                    font-size: 1.25rem;
                    line-height: 3.125rem;
                    top: 0;
                    right: 0;
                    width: 3.125rem;
                    height: 3.125rem;
                    text-align: center;
                    -webkit-transform: rotate(-90deg);
                    -ms-transform: rotate(-90deg);
                    transform: rotate(-90deg);
                }

        .headernew .menu .menu-mobile-header {
            position: relative;
            position: -webkit-sticky;
            position: sticky;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            top: 0;
            height: 3.125rem;
            z-index: 501;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            background: #04044d;
        }

            .headernew .menu .menu-mobile-header .menu-mobile-arrow {
                display: none;
                font-size: 1.25rem;
                line-height: 3.125rem;
                width: 3.125rem;
                height: 3.125rem;
                cursor: pointer;
                border-right: 1px solid rgba(0, 0, 0, 0.1);
                color: #fff;
                text-align: center;
                cursor: pointer;
                border: none;
                outline: none;
                background: none;
                text-decoration: none;
            }

            .headernew .menu .menu-mobile-header.active .menu-mobile-arrow {
                display: block;
            }

            .headernew .menu .menu-mobile-header .menu-mobile-title {
                font-family: inherit;
                font-size: 1rem;
                font-weight: 500;
                line-height: inherit;
                color: #fff;
                text-transform: capitalize;
                text-rendering: optimizeLegibility;
            }

            .headernew .menu .menu-mobile-header .menu-mobile-close {
                font-size: 2.25rem;
                line-height: 3.125rem;
                cursor: pointer;
                width: 3.125rem;
                height: 3.125rem;
                border-left: 1px solid rgba(0, 0, 0, 0.1);
                color: #fff;
                text-align: center;
                cursor: pointer;
                border: none;
                outline: none;
                background: none;
                text-decoration: none;
            }

        .headernew .menu .menu-section {
            height: 100%;
            overflow-y: auto;
            overflow-x: hidden;
        }

        .headernew .menu > ul > li .menu-subs {
            position: absolute;
            display: none;
            top: 0;
            left: 0;
            max-width: none;
            min-width: auto;
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 1rem;
            padding-top: 4rem;
            opacity: 1;
            overflow-y: auto;
            visibility: visible;
            -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
            transform: translateX(0%);
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            .headernew .menu > ul > li .menu-subs.menu-mega {
                position: absolute;
                display: none;
                top: 0;
                left: 0;
                max-width: none;
                min-width: auto;
                width: 100%;
                height: 100%;
                margin: 0;
                padding: 1rem;
                padding-top: 4rem;
                opacity: 1;
                overflow-y: auto;
                visibility: visible;
                -webkit-transform: translateX(0%);
                -ms-transform: translateX(0%);
                transform: translateX(0%);
                -webkit-box-shadow: none;
                box-shadow: none;
            }

            .headernew .menu > ul > li .menu-subs.active {
                display: block;
            }

            .headernew .menu > ul > li .menu-subs.menu-column-4 > .list-item {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                padding: 0rem;
            }

                .headernew .menu > ul > li .menu-subs.menu-column-4 > .list-item img.responsive {
                    margin-top: 0;
                }

                .headernew .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center .title {
                    margin-bottom: 1.25rem;
                }

                .headernew .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center:last-child .title {
                    margin-bottom: 0rem;
                }

            .headernew .menu > ul > li .menu-subs > ul > li > a {
                display: block;
            }

            .headernew .menu > ul > li .menu-subs.menu-mega > .list-item > ul {
                margin-bottom: 1rem;
            }

                .headernew .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
                    display: block;
                }

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        opacity: 0;
        visibility: hidden;
        background: rgba(0, 0, 0, 0.55);
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

        .overlay.active {
            opacity: 1;
            visibility: visible;
        }
}

.gradient1 {
    background-image: linear-gradient( 45deg,#ff5303,#04044d,#04044d,#ff5303);
}
.headernew1 {
    position: center;
    display: block;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    z-index: 999;
    border: none;
    outline: none;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    background-color: #04044d;
    color: #fff;
  
}
