a {
    color: #FAF3E0;
    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;
    position: relative;
    padding: 0 5px 0 5px;
}

#header {
}

.top {
    background: radial-gradient( #005F6A,#022e33);
}


.top-support {
    float: left;
    align-items: center;
    justify-content: center;
}

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

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

        .top-support li a {
            color: aqua;
            font-family: 'Proza Libre', sans-serif !important;
            font-size: 13px;
            font-weight: 600;
        }

            .top-support li a:hover {
                color: aqua;
                font-size: 13px;
                font-weight: 600;
            }

            .top-support li a i {
                color: aqua;
                font-size: 20px;
                font-weight: 600;
            }

        .top-support li i {
            font-size: 20px;
            color: aqua;
            font-weight: 600;
            margin-right: 10px;
        }

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

.top-control {
    float: right;
    padding: 15px 0;
    font-size: 13px;
    font-family: 'Proza Libre', sans-serif !important;
    font-weight: 600;
    text-align: end;
    justify-content: end;
}

@media (max-width: 576px) {
    .top-control {
        float: right;
        padding: 15px 0;
        font-size: 13px;
        font-family: 'Proza Libre', sans-serif !important;
        font-weight: 600;
        text-align: center;
        justify-content: center;
    }
}

@media (max-width:590px) {

    .top-support li {
        display: inline-block;
        margin-bottom: 5px
    }

    .top-support {
        padding-bottom: 0
    }
}

.top-control a i {
    color: aquamarine;
    font-size: 20px;
    font-weight: 600;
}

.top-control i {
    font-size: 15px;
    color: aquamarine;
    font-weight: 600;
    margin-right: 5px;
}



.top-control a {
    color: aquamarine;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}


.top-control span {
    color: aquamarine;
    margin: 0 5px;
}

.top-offers {
    display: block;
}

.top-offers1 {
    display: none;
}

#believe-nav .navbar-brand .setfntsize p {
    font-family: 'Proza Libre',sans-serif;
    font-size: 10px;
    font-weight: 600;
    color: #070606
}

@media all and (max-width: 912px) {
    .top-offers {
        display: none;
    }

    .top-offers1 {
        display: block;
    }

    #believe-nav {
        padding: 3px 5px 2px 5px;
    }

        #believe-nav .navbar-brand img {
            height: 45px !important;
        }
}

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


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

    .typeahead__field input, .typeahead__container .typeahead__field textarea {
        padding-right: 5px !important;
    }

    #believe-nav .navbar-brand img {
        height: 40px !important;
    }

    #believe-nav .navbar-brand .setfntsize p {
        font-family: 'Proza Libre',sans-serif;
        font-size: 9px;
        font-weight: 500;
        color: #070606
    }
}

.offers {
    max-width: 200px;
    border: none;
    font-family: 'Proza Libre',sans-serif;
    background-image: radial-gradient(circle at 10% 20%, rgb(0, 93, 133) 0%, rgb(0, 181, 149) 90%);
    border-radius: 0;
    margin: 0 auto;
    font-size: 12px;
    color: black;
    font-weight: 600;
}

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

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


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

#believe-nav {
    padding: 3px 5px 2px 5px !important;
    background: #ffffff;
}



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

    #believe-nav .navbar-brand {
        display: -webkit-box;
        display: -ms-flexbox;
        padding: 0px 0px 0px 0px;
        display: flex;
        justify-content: space-between;
    }

    #believe-nav .navbar-nav > li > a {
        font-weight: 600;
        text-transform: uppercase;
        color: #070606;
        font-family: 'Montserrat' !important;
        font-size: 14px;
        font-weight: 600;
        transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        margin-bottom: 5px !important;
        background-color: transparent !important;
    }

        #believe-nav .navbar-nav > li > a:hover {
            background-color: transparent !important;
        }

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


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

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


    #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;
    z-index: 109999;
}

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

        .dropdown-menu > li > a {
            display: block;
            padding: 3px 10px;
            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;
}

#home-slider {
    background: #fff;
}

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




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;
    margin: 0 auto;
    position: relative;
}

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



.headernew {
    position: relative;
    display: block;
    left: 0;
    width: 100%;
    height: auto;
    padding: 5px 0px 5px 0px;
    margin: 0 auto;
    z-index: 100999;
    border: none;
    outline: none;
    background: radial-gradient( #005F6A,#022e33);
}

    .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;
        width: 100%;
    }


@media (min-width: 1200px) {
    .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;
        width: 100%;
        justify-content: center;
    }
}

.headernew-item-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    align-items: center;
}



.headernew-item-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -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-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
}

.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: #ffffff;
        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;
        color: #fff !important;
        margin-left: 2px;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 13px;
        font-family: 'Montserrat',sans-serif;
        font-weight: 600
    }

    .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: 100500;
        opacity: 0;
        visibility: hidden;
        border-radius: 0.25rem;
        background: #f0f8ff;
        box-shadow: inset 0 0 10px #00a6aa, -7px 5px 20px -4px rgba(0, 0, 0, 0.08);
        -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;
                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;
                color: #04044d;
                font-size: 14px;
                font-family: 'Montserrat', sans-serif;
                font-weight: 600
            }

    .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: 2rem;
        }
            /* this is sub sub menu*/
            .headernew .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
                color: #121212;
                font-size: 12px !important;
                font-family: 'Montserrat', sans-serif;
                font-weight: 600;
                text-decoration: none;
                transition: all 0.3s ease-in-out;
            }

                .headernew .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a:hover {
                    color: #ffffff !important;
                    background-color: #005F6A;
                    padding: 1px;
                    border-radius: 3px;
                }

    .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 {
                line-height: 1.4rem;
                border: none;
                outline: none;
                color: #000;
                font-size: 13px !important;
                font-family: 'Montserrat', sans-serif;
                font-weight: 600;
            }

                .headernew .menu > ul > li .menu-subs.menu-column-4 > .list-item .title:hover {
                    color: #ffffff;
                    background-color:#005F6A;
                    font-size: 13px !important;
                    font-family: 'Montserrat', sans-serif;
                    font-weight: 600;
                    border-radius: 3px;
                }

            .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: red;
    }


    .headernew-item-right a:hover,
    .headernew .menu > ul > li:hover > a {
        color: #fff;
        margin-left: 2px;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 13px;
        font-family: 'Montserrat',sans-serif;
        font-weight: 600
    }


@media only screen and (min-width: 993px) {

    .headernew .menu > ul > li.menu-item-has-children:hover .menu-subs {
        margin-top: 0px;
        opacity: 1;
        visibility: visible;
    }

    .menu-item-has-children.borw {
        color: white !important;
        margin-left: 2px;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 13px;
        font-family: 'Montserrat',sans-serif;
        font-weight: 600
    }

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

    .arrow {
        height: 100%;
        width: 10px;
        text-align: center;
        display: inline-block;
        color: #fff;
        transition: all 0.3s ease;
    }
}

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

@media only screen and (max-width: 992px) {
    .borw {
        color: black !important;
        margin-left: 2px;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 13px;
        font-family: 'Montserrat',sans-serif;
        font-weight: 600
    }

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

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

    .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;
        margin-right: 1.25rem;
        margin-bottom: 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: 100099;
        overflow: hidden;
        background: #f0f8ff;
        box-shadow: inset 0 0 10px #00a6aa, -7px 5px 20px -4px rgba(0, 0, 0, 0.08);
        -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;
                border-bottom: 1px solid rgba(0, 0, 0, 0.1);
                font-size: 13px !important;
                font-weight: 600 !important;
                color: #000 !important;
                margin-left: 2px;
                text-decoration: none;
                text-transform: uppercase;
                font-size: 13px;
                font-family: 'Montserrat',sans-serif;
                font-weight: 600
            }

                .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: 100501;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            background: radial-gradient( #005F6A,#022e33);
        }

            .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: 1.5rem;
                font-weight: 600;
                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;
            padding-left: 5px;
        }

        .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: 100098;
        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;
        }
}


.headernew .header-item-left {
    flex: 1; /* Allow the left section to occupy flexible space */
    display: flex;
    align-items: center;
    justify-content: center !important;
}

.headernew .header-item-right {
    flex-shrink: 0; /* Prevent shrinking */
    display: flex;
    align-items: center; /* Align icons vertically */
    justify-content: center !important;
}

@media (max-width: 992px) {

    .headernew .header-item-left {
        flex: 1;
        display: flex;
        align-items: flex-start;
        justify-content: left !important;
    }


    .headernew .header-item-right {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: end;
    }
}






.clearboth {
    clear: both;
}

.navstyle {
    margin-bottom: 0;
    border: 0px;
    padding: 0px 5px 0px 5px !important
}

.chkoutbtn {
    background-color: #011e22 !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    border: 2px solid #fff !important;
    border-radius: 20px !important;
}

#believe-nav navbar-nav li:hover {
    background-color: transparent !important;
}

.text-transparent {
    color: transparent !important;
}

.typeaheadsty {
    border: 1px solid transparent;
    display: block;
}

.typeaheadsty1 {
    height: 30px !important;
    color: black;
    font-size: 14px;
    border-color: black;
}


.subsubul {
    padding-left: 10px;
    margin-top: 1px !important;
}

@media (max-width:990px) {
    .navbar-collapse.collapse {
        display: none !important
    }
}

@media (max-width:1200px) {
    .mega-product {
        width: 70%;
        max-width: none
    }

    .mega-offers {
        width: 30%;
        max-width: none
    }

    .top-offers {
        display: none
    }

    .offers {
        width: 100%;
        max-width: none
    }

    .navbar-header {
        float: none
    }

    .navbar-left, .navbar-right {
        float: none !important
    }

    .navbar-toggle {
        display: block;
        margin: 0 15px;
        border-radius: 0
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,.1)
    }



    .navbar-nav {
        float: none !important;
        margin-top: 7.5px
    }

        .navbar-nav > li {
            float: none
        }

            .navbar-nav > li > a {
                padding-top: 0;
                padding-bottom: 0
            }

    .collapse.in {
        display: block !important
    }

    #believe-nav .navbar-nav > li {
        padding-left: 20px;
        margin-bottom: 1px
    }

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

    #believe-nav .navbar-nav.navbar-right > li > a {
        display: inline-block
    }

    #brand-carousel-2 ul li {
        width: 33.333%
    }
}

@media (max-width:1040px) {
    .col-sm-6 {
        width: 100%;
        float: none;
        margin-top: 30px;
        margin-bottom: 30px
    }
}

@media (max-width:990px) {
    .team .col-md-3 {
        width: 33.333%;
        float: left;
        margin-bottom: 20px
    }
}

@media (max-width:980px) {
    .footer-widget .col-md-2, .footer-widget .col-md-3 {
        width: 50%;
        float: left
    }

    .align-left .col-md-4 {
        width: 35%;
        float: left
    }

    .align-left .col-md-8 {
        width: 65%;
        float: left
    }

    .align-right .col-md-4 {
        width: 35%;
        float: left
    }

    .align-right .col-md-8 {
        width: 65%;
        float: left
    }

    .align-left .col-md-4 img, .align-right .col-md-4 img {
        margin-bottom: 30px
    }
}

@media (max-width:880px) {
    .slide-offers-title {
        font-size: 32px
    }
}

@media (max-width:735px) {
    .mega-product {
        float: none;
        width: 100%
    }

    .mega-offers {
        float: none;
        width: 100%
    }
}

@media (max-width:750px) {
    .navbar-nav {
        margin: 7.5px 0
    }
}





@media (max-width:420px) {

    .align-left .col-md-4, .align-left .col-md-8, .align-right .col-md-4, .align-right .col-md-8, .media-body, .media-left {
        width: 100%;
        float: none;
        margin-bottom: 15px
    }
}


@media (max-width:290px) {
    .to-left a {
        padding: 8px 11px;
        font-size: 12px
    }

    #believe-nav .navbar-brand h1 {
        font-size: 24px
    }
}





/* Navbar base */
.navstyle {
    padding: 0.5rem 0;
}

.brand-text {
    align-items: center;
    justify-content: center;
    padding: 10px 0px 10px 0px;
}

    .brand-text p {
        margin: 0;
        font-size: clamp(1.0rem, 1.5vw, 1.2rem);
        line-height: 1.4;
        color: #022e33;
        font-weight: 600;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

.brand-logos {
    height: clamp(40px, 5vw, 55px);
    width: auto;
}

@media (max-width: 992px) {
    .brand-text {
        align-items: center;
    }

    .header__actions {
        margin-top: 0.5rem;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .brand-text p {
        font-size: clamp(0.9rem, 3vw, 1rem);
    }

    .brand-logos {
        height: 45px;
    }
}

@media (max-width:1200px) and (min-width:1024px) {
    .ts {
        display: flex !important
    }
}

.ts {
    display: block;
}

.ts1 {
    display: none;
}

@media all and (max-width:912px) {
    .ts {
        display: none
    }

    .ts1 {
        display: block
    }
}

.ts1 .navbar-nav li {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    margin-right: 0;
    padding-right: 5px;
    padding-left: 5px
}

    .ts1 .navbar-nav li a {
        padding-top: 2px;
        padding-bottom: 2px;
        font-size: .95em
    }
