﻿
main {
    overflow: hidden;
}

a, button, .menu-link, .menu-arrow, .submenu-link, .switch, .faqQues, .bc785Wrapper a, .bc785Kgfrl, .burger {
    cursor: pointer;
}

a,
button {
    border: none;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    box-shadow: none;
    text-decoration: none;
}

img,
video {
    display: block;
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.centered {
    text-align: center;
    vertical-align: middle;
    margin-bottom: 1rem;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 100;
    margin: 0 auto;
    background-color: #FFFFFF;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    z-index: 999;
}

.sensexlogo {
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #ff9d4a;
}

.navbar {
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}

.navbar-left, .navbar-right, .navbar, .navbar-center, .menu-link, .menu-icon, .btn-img, .faqQues, .bc785Wrapper, .megamenu-column-horizontal, .wrapper, .search-box, .android_apple_btn {
    display: flex;
}

    .navbar-left, .navbar-right, .navbar, .menu-link, .menu-icon, .btn-img, .faqQues, .align-center-d-flex, .wrapper, .search-box .sidebar-nav a {
        display: flex;
        align-items: center;
    }

.navbar-left, .navbar-right {
    flex: 0 0 20%;
}

.navbar-right {
    justify-content: flex-end;
    column-gap: 1.5rem;
}


@media only screen and (max-width: 1025px) {
    .navbar-left, .navbar-right {
        flex: 0 0 auto;
    }

    .navbar-right {
        align-items: center;
    }

    .navbar-center {
        flex: 0 0 100%;
        order: 3;
        align-items: center;
    }

    @keyframes slideLeft {
        0% {
            opacity: 0;
            transform: translateX(100%);
        }

        100% {
            opacity: 1;
            transform: translateX(0%);
        }
    }

    @keyframes slideRight {
        0% {
            opacity: 1;
            transform: translateX(0%);
        }

        100% {
            opacity: 0;
            transform: translateX(100%);
        }
    }

    .menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 80%;
        height: 100%;
        z-index: 100;
        overflow: scroll;
        transform: translate(-100%);
        background-color: #FFFFFF;
        transition: all 0.4s ease-in-out;
    }

        .menu.is-active {
            transform: translate(0%);
        }
}

.menu-header {
    display: none;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.menu-item {
    display: inline-block;
    line-height: 1.5;
    /*padding-right: 1rem;*/
    padding-right: 0.5rem;
}

.menu-link, .menu-icon, .btn-img {
    justify-content: center;
}

.menu-link {
    font-family: inherit;
    font-size: inherit;
    font-weight: 500;
    line-height: inherit;
    color: #0C0F13;
    text-transform: capitalize;
    /*transition: all 0.25s ease;*/
}

    .menu-link:hover {
        color: #0C0F13;
    }

.menu-icon {
    margin-top: 6px;
    font-size: 1.45rem;
    color: #0C0F13;
    transition: all 0.25s ease;
}

@media only screen and (min-width: 1026px) {
    .menu-dropdown:hover > .submenu {
        opacity: 1;
        visibility: visible;
        margin-top: 10px;
    }

    #desktopmenu {
        height: 100%;
        width: 100%;
        z-index: 99;
        background-color: #0000002b;
        position: fixed;
        display: none;
        opacity: 0;
        visibility: visible;
        transition: all 0.25s ease;
    }

    .header:hover ~ .bodyscroll {
        overflow: hidden !important;
    }

    .header:hover ~ #desktopmenu {
        opacity: 1;
        visibility: visible;
        display: block;
    }
}

@media only screen and (max-width: 1025px) {
    .menu-header {
        position: relative;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 3.5rem;
        z-index: 110;
        visibility: hidden;
        background: transparent;
    }

        .menu-header.is-active {
            visibility: visible;
            background-color: #FFFFFF;
        }

            .menu-header.is-active > .menu-arrow {
                display: block;
            }

    .menu-arrow {
        display: none;
        width: 3rem;
        text-align: center;
    }

    .menu-title {
        font-family: inherit;
        font-size: inherit;
        font-weight: 500;
        line-height: inherit;
        text-transform: capitalize;
        color: #0C0F13;
    }

    .menu-inner {
        height: 100%;
        margin-top: -3rem;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .menu-item {
        display: block;
        line-height: 1;
        padding-inline: 0;
        margin: 0 1rem;
    }

    .menu-link {
        justify-content: space-between;
        height: 2rem;
        line-height: 2.5rem;
        /*padding-inline: 1.25rem;*/
        font-size: 14px;
    }
}

.submenu {
    position: absolute;
    width: 100%;
    height: auto;
    margin-top: 1.75rem;
    /*padding: 1rem 2rem;*/
    padding: 10px 15px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    border-radius: 0.25rem;
    border-top: 2px solid #485fe4;
    background-color: #192136;
    background-color: #fff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: all 0.25s ease-in-out;
}

.submenu-title {
    display: inline-flex;
    font-weight: 500;
    line-height: 26px;
    font-size: 16px;
    padding: 0.75rem 0 0 0;
    color: #ffff;
    color: #9a9a9a;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border-bottom: 1px solid #485fe4;
    align-items: center;
    font-family: inherit;
    font-size: inherit;
    font-weight: 500;
    line-height: inherit;
    color: #0C0F13;
    text-transform: capitalize;
}

.submenu-item {
    display: block;
    line-height: 1;
    margin: 0 auto;
    padding: 5px 10px 5px 28px;
    line-height: 20px
}

.megamenu-vertical .submenu-item {
    /*padding: 3px 10px 3px 0;*/
}

.submenu-link {
    display: inline-flex;
    transition: all 0.25s ease-in-out;
    font-size: 15px;
    font-weight: 400;
    line-height: inherit;
    color: #aaa;
    color: #444;
    align-items: center;
}

    .submenu-link .flagsimage {
        margin-top: 2px;
    }

.submenu-image {
    display: block;
    width: 100%;
    height: auto;
    margin-block: 1.5rem;
    object-fit: cover;
}

@media only screen and (max-width: 1025px) {
    .submenu {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-width: none;
        min-width: auto;
        margin: 0;
        border-radius: 0;
        padding: 1rem;
        padding-top: 4rem;
        opacity: 1;
        overflow-y: auto;
        visibility: visible;
        box-shadow: none;
        transform: translateX(0%);
    }

        .submenu.is-active {
            display: block;
        }

    .submenu-list {
        margin-bottom: 1rem;
    }

    .mobile_mb_0 {
        margin-bottom: 0;
    }

    .submenu-image {
        margin-top: 0;
    }
}

.megamenu {
    left: 50%;
}

.megamenu-vertical, .megamenu {
    width: 100%;
    height: auto;
    /*margin: 0 auto;*/
    transform: translateX(-50%);
}

.megamenu-column-vertical {
    max-width: 300px;
    width: 100%;
    height: auto;
}

.megamenu-column-horizontal {
    flex-wrap: wrap;
    max-width: 75%;
    /*max-width: 62rem;*/
    height: auto;
    /*margin: 0 auto;*/
}

@media only screen and (max-width: 1025px) {
    .megamenu, .megamenu-vertical {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-width: none;
        min-width: auto;
        margin: 0;
        padding: 1rem;
        padding-top: 4rem;
        opacity: 1;
        overflow-y: auto;
        visibility: visible;
        transform: translateX(0%);
        box-shadow: none;
    }
}

.switch {
    position: relative;
    display: block;
    user-select: none;
    margin-right: 0.5rem;
}

.switch-light, .switch-dark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in;
}

.switch-light {
    font-size: 1.3rem;
    visibility: visible;
    color: #0C0F13;
}

.switch-dark {
    font-size: 0rem;
    visibility: hidden;
    color: #FFFFFF;
}

.overlay {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.45s ease-in-out;
}

@media only screen and (max-width: 1024px) {
    .overlay.is-active {
        opacity: 1;
        visibility: visible;
    }
}

#menu ol, #menu ul {
    padding-left: 0;
    margin-bottom: 0;
}

.submenu-item {
    /*padding: 5px 10px 5px 5px;*/
    padding: 8px 8px;
}

@media (max-width: 1400px) {
    .submenu {
        /*max-height: 650px;*/
        overflow-y: scroll;
    }
}


/*=====================================================================================================
                                        FAQs css
 =====================================================================================================*/
.IndexFAQ {
    background-color: white;
    color: black;
    border-radius: 0.375rem;
    /*box-shadow: 0 7px 14px 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);*/
    border: 1px solid #dee2e6;
    margin: 0 0 15px 0;
}

.faqQues {
    font-size: 16px;
    color: #232526;
    font-weight: 500;
    padding: 10px 60px 10px 10px;
    position: relative;
}

    .faqQues::after {
        content: "\002B";
        font-size: 2rem;
        position: absolute;
        right: 20px;
        transition: 0.2s;
        font-weight: 400;
    }

    .faqQues.active::after {
        transform: rotate(45deg);
    }

.faqanswercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}


.faqanswer {
    font-size: 14px;
    line-height: 22px;
    padding: 0 10px 10px;
    /*color: hsl(207,12%,43%)*/
    color: #6f7782;
}

@media (min-width: 300px) and (max-width: 575px) {

    .faqQues {
        font-size: 14px;
        padding: 5px 60px 5px 10px;
    }

    .faqanswer {
        font-size: 12px;
        line-height: 20px;
        /*margin: 0 10px 10px;*/
    }

    .faqQues::after {
        font-size: 1.6rem;
    }
}
/*=====================================================================================================
                                               share btn css
=====================================================================================================*/
.header-URL-link, .bc785Wrapper {
    color: #000;
    font-size: 12px;
}

.bc785Wrapper {
    /*padding: 20px 0;*/
    padding: 5px 0;
    /*margin-bottom: 10px;*/
    justify-content: space-between;
    max-height: 58px;
}

.bc785BreadSpace {
    padding: 0 5px;
}

.bc785Kgfrl {
    z-index: 1;
}

.sb989MainDiv {
    display: inline-block;
    position: relative;
    color: #000;
    margin-right: 20px;
}

.sb989FbClick {
    transform: translate(-35px,40px);
}

.sb989TwClick {
    transform: translate(15px,40px);
}

.sb989WhClick {
    transform: translate(65px,40px);
}

.sb989ShareButton {
    opacity: 0;
    position: absolute;
    top: 0;
    left: -30px;
    pointer-events: none;
    transition: all .5s ease;
}

.sb989ShareShow {
    opacity: 1;
    pointer-events: auto;
}

.sb989ShareIcon {
    position: relative;
    font-size: 14px !important;
    opacity: .8;
    top: 2px;
    left: -3px;
    max-width: 14px;
    max-height: 14px;
    overflow: hidden;
}

.close {
    display: none;
}

@media (max-width: 600px) {
    .bc785Wrapper {
        display: none !important;
    }
}

.truncate {
    color: #485fe4 !important;
    font-size: 12px;
    line-height: 1.2;
}

#SHAREBTN {
    font-size: 13px;
}
/*=====================================================================================================
                                               scrollbar
=====================================================================================================*/

.overflow-x-hidden::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

.overflow-x-hidden::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.overflow-x-hidden::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

    .overflow-x-hidden::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(255, 255, 255, 0.3);
    }


.burger {
    position: relative;
    display: block;
    width: 1.6rem;
    height: 1rem;
    margin-right: 1rem;
    opacity: 0;
    visibility: hidden;
    background: transparent;
}

@media only screen and (max-width: 1025px) {
    .burger {
        opacity: 1;
        visibility: visible;
    }

    .burger-strip {
        float: left;
        width: 22px;
        height: 22px;
        overflow: hidden;
        transition: 0.3s;
    }

        .burger-strip span {
            float: left;
            width: 22px;
            height: 2px;
            background-color: rgb(56 56 56);
            position: relative;
            top: 10px;
            transition: 0.3s;
        }

        .burger-strip.burger_bg span {
            background-color: #fff;
        }

        .burger-strip span:before {
            content: "";
            width: 22px;
            height: 2px;
            background-color: rgb(56 56 56);
            position: absolute;
            top: -7px;
            left: 0;
        }

        .burger-strip.burger_bg span:before {
            background-color: #fff;
        }

        .burger-strip span:after {
            content: "";
            width: 22px;
            height: 2px;
            background-color: rgb(56 56 56);
            position: absolute;
            bottom: -7px;
            left: 0;
        }

        .burger-strip.burger_bg span:after {
            background-color: #fff;
        }

        .burger-strip.burger_bg {
            transform: rotate(360deg);
        }

            .burger-strip.burger_bg span {
                background-color: transparent;
            }

                .burger-strip.burger_bg span:before {
                    top: 0;
                    transform: rotate(-45deg);
                }

                .burger-strip.burger_bg span:after {
                    bottom: 0;
                    transform: rotate(45deg);
                }

    .wrapper {
        justify-content: space-between;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
        row-gap: 2rem;
        width: 100%;
        height: 2.5rem;
        margin: 0 auto;
    }

    .menu-link i {
        transform: rotate(270deg);
    }

    .mobilemenunone {
        display: none !important;
    }

    .main {
        min-height: calc(100vh - 355px);
        margin-top: 70px !important;
    }
}

.main {
    /* min-height: calc(100vh - 355px);
    margin-top: 75px;*/
}

.menu-link i {
    padding-left: 4px;
    font-weight: 700;
}

#burger {
    z-index: 99;
}

.submenu-item a:hover {
    color: #fff !important;
    color: #485fe4 !important
}

.bodyscroll.site-scroll {
    overflow: hidden !important;
}

@media only screen and (max-width: 1200px) {
    .navbar-right {
        display: none;
    }
}
/*=====================================================================================================
                                          search-box css
=====================================================================================================*/

.search-box {
    position: relative;
}

    .search-box input {
        width: 100%;
        padding: 5px 5px 5px 35px;
        background-color: #f7f8fc;
        color: #66758a;
        border-radius: 30px;
        transition: all .4s;
        border: 1px solid #8191a747;
        font-size: 14px;
    }

        .search-box input:focus {
            outline: none;
            border-color: #66b1ee;
        }

#myMenu {
    max-height: 700px;
}

.search-box .sidebar-nav {
    display: none;
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 0;
    margin: 0;
    border-radius: 3px;
    border: 1px solid #8191a747;
    background-color: #ffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


    .search-box .sidebar-nav li {
        display: block
    }

    .search-box .sidebar-nav:before, .search-box .sidebar-nav:after {
        display: block;
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        left: 50%;
        margin-left: -5px;
        border: 5px outset transparent;
    }

    .search-box .sidebar-nav:before {
        border-bottom: 5px solid #c4c7d7;
        top: -11px;
    }

    .search-box .sidebar-nav:after {
        border-bottom: 5px solid #fdfdfd;
        top: -10px;
    }

    .search-box .sidebar-nav li:last-child {
        margin-bottom: -1px
    }

    .search-box .sidebar-nav a {
        display: inline-flex;
        position: relative;
        padding: 6px 10px;
        color: #808394;
        width: 100%;
        font-size: 14px;
    }

        .search-box .sidebar-nav a span {
            font-weight: 200
        }

.navbar-right {
    position: relative;
}

    .navbar-right input:focus {
        outline: none;
        border-color: #66b1ee;
    }

.search-box {
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.search-button-header {
    background-color: transparent;
    font-size: 16px;
    margin-left: -20px;
    border: none;
    color: #a8b0be;
    transition: all .4s;
    position: relative;
    left: 35px;
    z-index: 10;
}

#myMenu .flagsimage {
    margin-right: 4px;
    height: 18px;
    width: 18px;
}

.Currency > .Currency {
    color: #007C32;
}

.searchpanle {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border-radius: 5px;
    margin-top: 5px;
    padding: 10px;
}

.suggestionList {
    padding: 0;
}

    .suggestionList li {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
    }

        .suggestionList li a {
            color: #8f8f8f;
        }

.align-center-d-flex-master input[type="radio"]:checked + label {
    background-color: #ebf9f5 !important;
    border-radius: 5px !important;
}

.align-center-d-flex-master label, .align-center-d-flex-master input[type="radio"]:checked + label {
    cursor: pointer !important;
}

.align-center-d-flex-master label {
    background-color: #eaeaea !important;
    margin: 3px 1.5px;
    border-radius: 5px !important;
}

.align-center-d-flex-master input[type="radio"] {
    opacity: 0 !important;
    z-index: 1 !important;
    width: 0 !important;
    display: none !important;
}

#dll_Country {
    background-color: transparent;
    border: 1px solid #cacaca;
    padding: 2px 5px;
}

.Negative {
    color: #D91400;
}

.Positive {
    color: #007C32;
}

/* Custom dropdown */
.search_box {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 10px; /* demo only */
}

    .search_box select {
        /*Hiding the select arrow for firefox*/
        -moz-appearance: none;
        /*Hiding the select arrow for chrome*/
        -webkit-appearance: none;
        /*Hiding the select arrow default implementation*/
        appearance: none;
    }
        /*Hiding the select arrow for IE10*/
        .search_box select::-ms-expand {
            display: none;
        }

    .search_box::before,
    .search_box::after {
        content: "";
        position: absolute;
        pointer-events: none;
    }

    .search_box::after { /*  Custom dropdown arrow */
        content: "\25BC";
        height: 1em;
        font-size: .800em;
        color: rgb(72, 95, 228);
        line-height: 1;
        right: 1.2em;
        top: 50%;
        margin-top: -.5em;
    }


    .search_box select[disabled] {
        color: rgba(0,0,0,.25);
    }

#form1 {
    overflow: hidden;
}
/*
        #searchBox {
            width: 300px;
            padding: 5px 5px 5px 35px;
            background-color: #f7f8fc;
            color: #66758a;
            border-radius: 30px;
            transition: all .4s;
            border: 1px solid #8191a747;
            font-size: 14px;
        }*/

.sidebar-nav1 {
    display: block;
    content: '';
    position: absolute;
    max-height: 700px;
    font-size: 14px;
    left: 82.4%;
    margin-left: -5px;
    border: 5px outset transparent;
    border-bottom-width: 5px;
    border-bottom-style: outset;
    border-bottom-color: transparent;
}

#suggestionList {
    min-width: 300px;
    max-height: 300px;
    scrollbar-width: thin;
    /*overflow:hidden;*/
}

.sensexindia_overlay1 {
    position: fixed;
    z-index: 9999999999;
    top: 0px;
    left: 0px;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    filter: Alpha(Opacity=70);
    opacity: 0.70;
    -moz-opacity: 0.70;
}

.sensexindia_loader1 {
    z-index: 100;
    position: fixed;
    width: 120px;
    margin-left: -60px;
    top: 50%;
    left: 50%;
}

.submenu-item {
    padding: 5px 10px 5px 5px;
    padding: 5px 5px;
}

.company-code {
    font-size: 12px;
    color: #909090;
    font-weight: 400;
}

.header_search_bar .search_bar {
    width: 300PX;
    padding: 5px 5px 5px 15px;
    background-color: #f7f8fc;
    color: #66758a;
    border-radius: 0.375rem;
    transition: all .4s;
    border: 1px solid #8191a747;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

    .header_search_bar .search_bar:hover,
    .header_search_bar .search_bar.focus {
        border: 1px solid rgba(131, 149, 179, 0.6);
    }

.header_search_bar .search_icon {
    background-color: transparent;
    font-size: 16px;
    color: #a8b0be;
    z-index: 10;
    width: 20px;
    display: flex;
    align-items: center;
}

.header_search_bar .input {
    padding: 0;
    border: 0;
    width: calc(100% - 96px);
    font-size: 14px;
    letter-spacing: 0.5px;
    background-color: #f7f8fc;
}

    .header_search_bar .input:focus {
        outline: none;
        outline-offset: none;
    }


.header_search_bar .input_box {
    position: relative;
    display: flex;
    width: 100%;
}

.header_search_bar input {
    border: none;
    outline: none;
}

.header_search_bar .placeholder {
    position: absolute;
    display: flex;
    pointer-events: none;
    background-color: transparent;
}

.header_search_bar .box {
    margin-right: 5px;
}

.header_search_bar .slider_box {
    position: relative;
}

.header_search_bar .slider {
    position: relative;
    left: -5px;
    opacity: 0;
    transition: 0.5s;
}

@media screen and (max-width: 1024px) {
    .header_search_bar {
        padding: 15px 0;
    }


        .header_search_bar .search_bar {
            width: 300px;
        }

    .sidebar-nav1 {
        position: unset;
    }

    .header_search_bar .search_icon {
        font-size: 13px;
        width: 16px;
    }

    .header_search_bar .input_box {
        font-size: 14px;
    }
}

@media screen and (max-width: 400px) {
    .header_search_bar {
        padding: 15px;
    }


        .header_search_bar .search_bar {
            width: 251px;
        }
}

@media screen and (max-width: 350px) {
    .header_search_bar {
        padding: 15px;
    }


        .header_search_bar .search_bar {
            width: 230px;
        }
}

/*=====================================================================================================
                                          loader-css
        =====================================================================================================*/
.sensexindia_overlay {
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    /*filter: Alpha(Opacity=70);*/
    opacity: 0.70;
    -moz-opacity: 0.70;
}

.sensexindia_loader {
    z-index: 100;
    position: fixed;
    width: 120px;
    margin-left: -60px;
    top: 50%;
    left: 50%;
}

/*=====================================================================================================
                                                  footer css
            =====================================================================================================*/
.footer {
    background: #192136;
    border-top: 4px solid #485fe4;
}

.footercontainer {
    padding: 30px 50px;
}

.footer .footer-pt {
    margin-top: 10px;
}

.footer .footer-menu .title, .footer .socal_icon_title .title {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    border-left: 4px solid #485fe4;
    padding-left: 5px;
}

.footer .footer-menu ul li a {
    display: block;
    color: #aaa;
    padding: 2px 0;
    font-size: 14px;
    display: inline-flex;
}

    .footer .footer-menu ul li a:hover {
        color: #fff;
    }

.footer .footer-menu p {
    font-size: 13px;
    line-height: 20px;
    color: #aaa;
}

.footer .copyright {
    background: #131928;
    padding: 7px 0;
    color: #999;
}

    .footer .copyright p {
        margin: 0;
        padding: 0;
        font-size: 15px
    }

.footer .list-unstyled a i {
    padding-right: 3px;
    padding-top: 3px;
    padding-left: 15px;
}
/*responsive*/
@media(max-width: 767px) {

    .footercontainer {
        padding: 30px 40px;
    }
}

@media(max-width: 574px) {

    .footercontainer {
        padding: 30px 30px;
    }

    .footer-logosection .img-fluid {
        padding: 0 0 15px;
    }
}

.footersubmenu-tital {
    color: #6070a5;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    padding: 0.75rem 0 0 0;
    transition: all 0.3s ease;
    border-bottom: 2px solid rgba(68,71,91, 0.2);
}

@media (min-width: 300px) and (max-width: 1024px) {
    .footer-menu .title {
        font-size: 16px;
        color: #232526;
        font-weight: 600;
        padding: 5px 40px 5px 5px;
        position: relative;
        display: flex;
        align-items: center;
        cursor: pointer;
        margin: 0px;
    }

    .footer .socal_icon_title .title {
        font-size: 16px;
        font-weight: 600;
        padding: 5px 40px 5px 5px;
        position: relative;
        align-items: center;
        margin: 0px;
    }

    .footer-menu .icon::after {
        content: "\002B";
        font-size: 20px;
        position: absolute;
        right: 0px;
        transition: 0.2s;
        font-weight: 400;
    }

    .footer-menu .icon.active::after {
        transform: rotate(45deg);
    }

    .mobilefooter {
        max-height: 0;
        overflow: hidden;
        transition: 0.3s;
    }

    .footer .footer-pt {
        margin-top: 10px;
    }

    .footer .footer-menu .title, .footer .socal_icon_title .title {
        font-size: 13px;
    }

    .footer .footer-menu ul li a {
        font-size: 12px;
    }

    dl, ol, ul {
        margin-bottom: 0;
    }
}
/*=================================== sticky Button Footer ============================================*/

.android_apple_btn {
    position: sticky;
    bottom: 10px;
    margin-bottom: 10px;
    max-width: 360px;
    margin: auto;
}

.btn-img {
    justify-content: center;
    position: sticky;
    bottom: 10px;
    margin: 0 auto;
    border-radius: 8px;
    z-index: 99;
}

.android-btn-img, .apple-btn-img {
    margin: 0;
    bottom: 10px;
    padding: 5px;
    border-radius: 8px;
}
/*=================================== Footer Logo & socal icon ============================================*/

@media (min-width: 600px) {
    .footer-logosection {
        display: flex;
    }
}

.footer-logosection {
    justify-content: space-between;
}

    .footer-logosection .img-fluid img {
        /*filter: brightness(0) invert(1);*/
        padding: 10px 0px;
    }


.socal_icon ul li {
    display: inline-block;
    /*margin-bottom: 10px;*/
}


.FooterLine {
    height: 1px;
    opacity: .1;
    border-bottom: 1px solid;
    margin: 30px 0 0;
}

.borderline {
    border: 1px solid #44475b;
}

/*=====================================================================================================
                                           back to top rocket
=====================================================================================================*/

#rocketmeluncur {
    position: fixed;
    bottom: 50px;
    z-index: 7;
    display: none;
    visibility: hidden;
    width: 26px;
    height: 48px;
    right: 25px;
    background: url(../Media_files/More/BacktoTopimg.png) no-repeat 50% 0;
    opacity: 0;
    -webkit-transition: visibility .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), -webkit-transform .6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    -moz-transition: visibility .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), -moz-transform .6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: visibility .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), transform .6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

    #rocketmeluncur:hover {
        background-position: 50% -62px
    }

    #rocketmeluncur.showrocket {
        visibility: visible;
        opacity: 1
    }

    #rocketmeluncur.launchrocket {
        background-position: 50% -62px;
        opacity: 0;
        -webkit-transform: translateY(-800px);
        -moz-transform: translateY(-800px);
        -ms-transform: translateY(-800px);
        transform: translateY(-800px);
        pointer-events: none
    }
