@import url(https://fonts.googleapis.com/css2?family=Baloo+Bhai+2&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap);
@import url(colors.css);
body,
html {
    font-size: 14px;
    color: var(--theme-dark)
}

::-webkit-scrollbar {
    width: 6px;
    height: 3px;
    border-radius: 20px
}

::-webkit-scrollbar-button {
    display: none
}

::-webkit-scrollbar-corner {
    display: none
}

::-webkit-scrollbar-thumb {
    background-color: #888
}

::-webkit-scrollbar-track {
    background-color: #575757
}

::-webkit-scrollbar-track-piece {
    background-color: #eaeaea
}

.page-container .main-content {
    padding: 65px 5px 5px 5px
}

.page-container .main-content2 {
    padding: 0 10px
}

.row {
    margin-right: -5px;
    margin-left: -5px
}

.container-fluid {
    padding-right: 5px;
    padding-left: 5px
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px
}

.card {
    margin-bottom: 15px;
    padding: 10px
}

.sectoral-section .card {
    box-shadow: none
}

.card-block {
    padding: 10px
}

.card-block-nopadding {
    padding: 0
}

.lnk-stk-title {
    padding: 10px 0
}

a.btn {
    border-radius: 5px;
    padding: 2px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    margin-bottom: 0
}

.copyright {
    font-family: Roboto, Calibri!important;
    color: #455a63;
    font-size: 14px;
    font-weight: 700
}

a.btn-delete {
    color: var(--theme-dark)
}

a.btn-delete:active:before,
a.btn-delete:focus:before,
a.btn-delete:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.bold-title {
    font-weight: 400;
    margin: 0 0 .25rem 0
}

.text-semibold {
    font-weight: 400;
    margin: 0 0 .25rem 0
}

.text-theme-red {
    color: var(--theme-red)
}

.fs-12-red-bold {
    font-size: 12px;
    color: var(--theme-red);
    font-weight: 400;
    text-transform: capitalize;
    overflow-wrap: anywhere;
    cursor: default
}

.fs-12-red-normal {
    font-size: 12px;
    color: var(--theme-red);
    font-weight: 400;
    text-transform: capitalize;
    overflow-wrap: anywhere;
    cursor: default
}

.fs-12-blue-bold {
    font-size: 12px;
    color: var(--theme-blue);
    font-weight: 700;
    text-transform: capitalize;
    overflow-wrap: anywhere;
    cursor: default
}

.fs-12-blue-normal {
    font-size: 12px;
    color: var(--theme-blue);
    font-weight: 400;
    text-transform: capitalize;
    overflow-wrap: anywhere;
    cursor: default
}

.fs-12-secondary-bold {
    font-size: 12px;
    color: var(--theme-secondary);
    font-weight: 700;
    text-transform: capitalize;
    overflow-wrap: anywhere;
    cursor: default
}

.fs-12-secondary-normal {
    font-size: 12px;
    color: var(--theme-secondary);
    font-weight: 400;
    text-transform: capitalize;
    overflow-wrap: anywhere;
    cursor: default
}

.fs-12-blue-normal {
    font-size: 12px;
    font-weight: 500;
    color: var(--theme-blue)
}

.fs-12-blue-normal-link {
    font-size: 12px;
    font-weight: 400;
    color: var(--theme-blue);
    padding: 0 2px;
    cursor: pointer
}

.fs-12-blue-normal-link span {
    margin-left: 15px;
    color: grey
}

td .fs-12-blue-normal-link {
    font-size: 12px;
    font-weight: 500;
    color: var(--theme-blue);
    padding: 0;
    cursor: pointer
}

.fs-11-default-normal {
    font-size: 11px;
    font-weight: 500;
    color: var(--theme-dark)
}

.fs-11-blue-normal span {
    color: var(--theme-dark)
}

.text-success {
    color: var(--theme-blue)
}

[class*=" ti-"],
[class^=ti-] {
    font-size: 12px;
    text-decoration: none
}

[class*=" ti-"]:hover,
[class^=ti-]:hover {
    text-decoration: none
}

.nav-right li span {
    line-height: 45px
}

.dropdown-menu li a span {
    line-height: 20px;
    font-size: 14px
}

.user-info>.name {
    background: #525356;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 14px;
    margin: 7px;
    line-height: 30px;
    text-align: center
}

.user-info i {
    line-height: 45px
}

.vertical-scroll {
    overflow-y: scroll
}

.vertical-tabs {
    padding-top: 80px
}

.horizontal-scroll {
    cursor: grab;
    padding-bottom: 10px;
    overflow-x: scroll
}

.roboto-font {
    font-family: Roboto, sans-serif;
    font-weight: 400
}

.sectoral-section {
    overflow-y: auto;
    border: 1px solid #e6ecf5;
    border-radius: 5px
}

.header .header-container .nav-left .notifications .counter,
.header .header-container .nav-right .notifications .counter {
    background-color: ar(--theme-red)
}

.badge {
    font-size: 12px
}

.badge-primary {
    color: var(--theme-white);
    background-color: var(--theme-blue)
}

.graph-tab-link {
    width: 320px
}

.tab-content-graph-img {
    width: 320px
}

.historical-pill {
    padding: 15px
}

.historical-pill .nav {
    flex-wrap: nowrap;
    padding-bottom: 10px
}

.historical-pill .nav-pills>li>a.active,
.historical-pill .nav-pills>li>a.active:focus,
.historical-pill .nav-pills>li>a.active:hover {
    border: none!important;
    color: var(--theme-blue);
    background: #c9c8c8!important
}

.historical-pill .nav-pills>li>a {
    position: relative
}

.historical-pill .nav-pills>li>a.active div.fs-12-default-normal {
    color: var(--theme-blue)
}

.list span:nth-child(1) {
    padding: 5px 10px
}

.has-search .form-control {
    padding-left: 2.375rem;
    height: 31px
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 4;
    display: block;
    width: 2.375rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    pointer-events: none;
    color: #aaa
}

.btn-search-stk {
    padding: 5px 9px;
    margin-bottom: 0;
    cursor: pointer
}

.btn-pin-stk i {
    font-size: 14px;
    margin: 0 15px;
    cursor: pointer
}

@media(max-width:992px) {
    .btn-pin {
        margin-top: 10px;
        margin-lefT: 10px
    }
}

.active-pin {
    color: var(--theme-red);
    transform: rotate(45deg);
    transition: .4s all
}

@media screen and (min-width:1024px) {
    p {
        font-size: 16px
    }
    .header {
        height: 45px
    }
    .header .header-container .nav-left li {
        margin-top: 2px
    }
    .header .header-container .nav-left>li>a,
    .header .header-container .nav-right>li>a {
        line-height: 45px;
        max-height: 45px;
        min-height: 45px;
        display: flex;
        justify-content: center;
        align-items: center
    }
    .header .header-container .nav-left .user-profile .profile-img,
    .header .header-container .nav-right .user-profile .profile-img {
        display: inline-block;
        width: 35px;
        border-radius: 50%;
        margin-top: 0;
        margin-right: 10px
    }
    .table>thead>tr>th {
        font-size: 14px;
        font-weight: 500
    }
    .table>tbody>tr>td {
        font-size: 14px
    }
}

@media screen and (max-width:576px) {
    .bd-highlight {
        overflow-x: scroll;
        padding: 5px
    }
    .historical-pill .nav {
        overflow-x: scroll
    }
}

.red-text {
    background-color: red!important;
    padding: 0 5px;
    color: #fff!important
}

.green-text {
    background-color: green!important;
    padding: 0 5px;
    color: #fff!important
}

html {
    scroll-behavior: smooth!important
}

.font-bold {
    font-weight: 700
}

.nodata-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    min-height: 300px;
    align-items: center
}

.nodata-div h4,
.nodata-div1 h4 {
    font-size: 12px;
    color: #9b9b9b;
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 400;
    text-align: center
}

.nodata-div h4 i {
    font-size: 18px
}

.nodata-div1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center
}

.left-header-font {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 13px!important
}

.header-font {
    font-size: 13px!important;
    font-weight: 400!important
}

.bank-name-font {
    font-size: 12px!important
}

.stock-price-font {
    font-size: 13px!important;
    font-family: 'Open Sans', sans-serif
}

.stock-header-font {
    font-family: Roboto, sans-serif;
    font-size: 11px!important;
    font-weight: 400!important
}

.section-header-font {
    font-size: 15px!important
}

.chart-var-name-font {
    font-size: 11px!important
}

.chart-price-font {
    font-size: 12px!important;
    font-family: 'Open Sans', sans-serif
}

.nifty-head-font {
    font-size: 14px!important
}

.icon-holder {
    color: rgba(0, 0, 0, .87);
    font-size: 13px!important;
    align-items: center;
    font-weight: 700;
    border-radius: 50%!important;
    background-color: #eeeded
}

.side-nav .side-nav-inner .side-nav-menu>li>a .icon-holder {
    display: inline-block;
    height: 32px;
    width: 32px;
    padding-top: 2px;
    line-height: 25px
}

.main-header {
    padding: 0 10px 10px
}

.main-header-font {
    color: #777;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Noto Sans SC', sans-serif;
    margin-bottom: 0;
    text-transform: uppercase
}

.btn-pin {
    background-color: var(--theme-red);
    border-radius: 0!important;
    color: #fff!important;
    margin-left: 10px
}

.p-font {
    font-size: 13px
}

.small-font i {
    color: #777;
    font-size: 10px
}

.alert-select select,
.alert-text input,
.alert-text label,
.alert-text select {
    position: relative;
    padding-right: 15px;
    height: 35px!important
}

.alert-text {
    display: flex
}

.alert-text i {
    position: absolute;
    right: 10px;
    font-size: 20px;
    align-items: center;
    padding-top: 10px;
    color: #777
}

.ltp {
    font-size: 11px;
    color: #777;
    margin-left: 2px
}

.add-more {
    font-size: 15px;
    padding: 5px 0
}

.brdr {
    border-top: 2px dotted #777;
    margin-left: 10px;
    margin-right: 10px
}

#owl-demo .item {
    display: block;
    width: 100%;
    height: auto
}

.get-sec {
    padding: 0 0 40px!important
}

.get-sec p {
    padding: 20px 0 20px!important
}

.shadow-light {
    box-shadow: 0 6px 24px 0 rgba(0, 0, 0, .11)!important
}

.carousel-control-prev {
    position: absolute;
    top: 0;
    left: -100px;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #610505;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

.carousel-control-next {
    position: absolute;
    top: 0;
    right: -100px;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #610505;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

.carousel-control-next i,
.carousel-control-prev i {
    color: #610505
}

.owl-carousel .owl-nav .owl-next b,
.owl-carousel .owl-nav .owl-prev b {
    background-color: transparent!important;
    border: none
}

.owl-carousel .owl-nav .owl-prev {
    left: -60px!important
}

.owl-carousel .owl-nav .owl-next {
    right: -60px!important
}

.owl-carousel .owl-nav .owl-next b i,
.owl-carousel .owl-nav .owl-prev b i {
    color: #610505
}

.box-red {
    border-top: 5px solid #ec5d71;
    z-index: 3
}

.box-yellow {
    border-top: 5px solid #f4a01a;
    z-index: 4
}

@media(min-width:768px) {
    .box-yellow {
        border-top: 5px solid #f4a01a;
        transform: scale(1.1);
        z-index: 4
    }
}

.box-blue {
    border-top: 5px solid #5f628f;
    z-index: 3
}

.box-red-2 {
    background-color: #ec5d71;
    padding: 15px 0
}

.box-blue-2 h5,
.box-red-2 h5,
.box-yellow-2 h5 {
    color: #fff;
    font-size: 20px
}

.box-yellow-2 {
    background-color: #f4a01a;
    padding: 15px 0
}

.box-blue-2 {
    background-color: #5f628f;
    padding: 15px 0
}

.subscription-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .2);
    position: relative
}

.ns {
    padding: 0;
    position: relative
}

@media(max-width:992px) {
    .ns {
        margin: 20px;
        position: relative
    }
}

.subs-ul li {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.subs-ul {
    padding: 0;
    margin: 0
}

.white-box {
    background-color: #fff;
    padding: 15px 15px;
    text-align: left
}

.white-box p {
    font-size: 15px
}

.bullets li {
    list-style: square!important;
    margin-bottom: 10px
}

.grey-box {
    background-color: #eaeaea;
    padding: 15px 0
}

.grey-box h4 {
    color: #747b81;
    font-weight: 700
}

.bg-gradient {
    background-image: linear-gradient(to right, #4b6071, #7c92a0)
}

@media(max-width:992px) {
    .bg-gradient .d-flex {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        padding-top: 15px
    }
}

.bg-gradient .d-flex {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.uplift-content h3 {
    color: #fff;
    font-size: 30px
}

.uplift-content a {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    margin-top: 20px
}

.fs-12-blue-normal-link:hover {
    transform: none!important
}

.jqplot-axis {
    left: -10px!important
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6)
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 5px;
    border: 1px solid #888;
    width: 100%
}

@media(min-width:768px) {
    .modal-content {
        width: 50%!important
    }
}

@media(max-width:992px) {
    .alert-text {
        padding-top: 15px
    }
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700;
    float: right
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.btn {
    margin-bottom: 0
}

@media(min-width:768px) {
    .d-flex {
        justify-content: space-around
    }
}

.carousel-indicators {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    margin-bottom: 15px
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 6px;
    height: 6px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background: #fff;
    outline: 0;
    border: 1px #fd1313 solid;
    margin: 5px;
    width: 14px;
    height: 14px;
    border-radius: 18px
}

.carousel-indicators li.active {
    background: #fd1313
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #dbeeff;
    border-left: 5px solid #007bff;
    color: #007bff
}

.nav-pills .nav-link {
    padding: 10px 10px
}

.ws {
    padding: 20px
}

.grey-border {
    border-top: 1px solid #f1f1f1;
    margin: 5px 0
}

.input-58 {
    width: 162px
}

@media(max-width:768px) {
    .input-58 {
        width: 100%
    }
    .mg-10 {
        margin-top: 10px
    }
}

.input-form {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #e0e1db!important;
    background-clip: padding-box;
    border: none!important;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.required {
    color: red
}

label {
    margin-bottom: 0
}

.search-input {
    border-radius: 3px!important;
    padding: 6px 6px
}

.search-input input,
.search-input input:focus {
    border: none;
    background-color: #eeeded;
    color: #333
}

.search-input .btn,
.search-input .btn i {
    border: none!important;
    padding: 5px 7px;
    background-color: #fff;
    color: #1275b9;
    outline: 0!important;
    font-weight: 700;
    font-size: 20px
}

.search-input .btn:focus,
.search-input .btn:hover {
    color: #1275b9
}

.fs-11 {
    font-size: 11px
}

.input_loading {
    background: url(http://www.xiconeditor.com/image/icons/loading.gif) no-repeat right center
}

.grid-nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.nav-width a {
    color: #777;
    font-size: 12px;
    font-weight: 400;
    padding: 2px 5px
}

.nav-width a i {
    font-size: 8px;
    color: #adadad
}

@media(max-width:992px) {
    .grid-nav {
        display: grid;
        grid-template-columns: repeat(1, 1fr)
    }
}

@media(min-width:768px) {
    .dropdown-width.show {
        width: 75rem!important
    }
    .grid-nav {
        width: 73rem!important
    }
}

.pin-stock>.active {
    color: #ed1c24!important
}

.pin-stock:hover {
    cursor: pointer
}

.pin-stock>.inactive {
    color: #455a63
}

.dataTables_wrapper .dataTables_filter {
    float: left;
    text-align: left;
    margin: 10px 0
}

.select2-container--default .select2-selection--single {
    background-color: transparent!important;
    border: none!important;
    outline: 0!important;
    border-radius: 4px
}

.select2-container {
    width: 200px!important
}

@media(min-width:768px) {
    .select2-container {
        width: 400px!important;
        background-color: #eeeded
    }
}

@media(max-width:768px) {
    .select2-container {
        width: 100%!important;
        background-color: #eeeded
    }
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 40px!important
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 35px!important;
    user-select: none;
    -webkit-user-select: none
}

.tooltip-inner {
    background-color: #f1f1f1!important;
    color: #777;
    font-size: 14px;
    width: 400px;
    border-radius: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    border-top-color: #f1f1f1!important
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    border-right-color: #f1f1f1!important
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #f1f1f1!important
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    border-left-color: #f1f1f1!important
}

#alert-search-input-error {
    position: absolute;
    margin-top: 35px;
    margin-left: 35px
}

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

.modalButton {
    border: none;
    outline: 0;
    background-color: transparent
}

.modal-backdrop.show {
    opacity: .5;
    display: none!important
}

.card_body {
    display: grid;
    place-content: center;
    align-items: center;
    background-color: transparent
}

.card-msg {
    clip-path: circle(6% at 50% 7%);
    overflow: hidden;
    text-align: center;
    transition: all ease-in-out .3s;
    background-color: #fff;
    position: absolute;
    padding: 5px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.card-msg__infoicon {
    position: absolute;
    font-size: 15px;
    color: #000;
    transition: ease-out .3s;
    z-index: 99
}

.card-msg__infoicon:hover {
    z-index: 0!important
}

.card-msg__title {
    margin: 0;
    padding-top: 25px;
    font-size: 14px;
    line-height: 1
}

.card-msg__description {
    margin: 0;
    font-size: 14px;
    line-height: 1.6
}

.card-msg__credits {
    margin: 0;
    padding: 4px 0;
    font-size: 1.1em
}

.card-msg__reference {
    display: inline-block;
    border-bottom: 1px solid transparent;
    color: #09f;
    text-decoration: none;
    transition: ease-in .3s
}

.card-msg__reference:hover {
    border-bottom-color: #09f
}

.card-msg:focus,
.card-msg:hover {
    clip-path: circle(75%);
    border-radius: 5px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .12), 0 3px 18px rgba(0, 0, 0, .08);
    background: #fff;
    outline: 0;
    z-index: 999;
    border: 1px solid #777
}

.card-msg:focus .card-msg__infoicon,
.card-msg:hover .card-msg__infoicon {
    opacity: 0
}

.card-msg:focus {
    box-shadow: 0 3px 9px rgba(0, 0, 0, .12), 0 3px 18px rgba(0, 0, 0, .08), 0 0 0 4px rgba(0, 0, 0, .2)
}

.p-rl-10 {
    padding: 0 10px
}

.p-rl-10 button {
    margin: 0 -2px;
    padding: 0 10px
}

.no-margin {
    margin: 0
}

.grey-bg,
.grey-bg:focus {
    background-color: #eeeded;
    color: #777;
    border-radius: 0!important;
    padding-top: 2px;
    padding-bottom: 2px;
    border: none
}

.grey-bg .btn:hover {
    background-color: #fff
}

@media(min-width:992px) {
    .d-flex-1 {
        display: flex!important;
        justify-content: space-between!important;
        align-items: center!important
    }
}

@media(max-width:992px) {
    .wid-100 {
        width: 100%
    }
    .wid-50 {
        width: 50%
    }
    .grey-bg {
        padding-bottom: 4px
    }
    .p-rl-10 button {
        padding: 0 5px
    }
    .p-rl-10 {
        margin-left: 20px
    }
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: inline-block;
    width: 170px;
    white-space: nowrap;
    overflow: hidden!important;
    text-overflow: ellipsis
}

.select2-container--default .select2-selection--single {
    background-color: #eeeded!important;
    border: 1px solid #aaa;
    border-radius: 4px
}

.banner img {
    width: 100%
}

.about-sec {
    background-color: #f2f2fa!important;
    margin: 40px 0;
    padding: 54px 0
}

.about-heading h2 {
    text-align: center;
    font-weight: 700;
    color: #373c46!important;
    font-size: 40px;
    margin-bottom: 20px
}

.about-content {
    text-align: center
}

.about-content p {
    font-size: 20px;
    line-height: 33px
}

@media(min-width:992px) {
    .about {
        position: relative;
        width: 80%;
        max-width: 1080px;
        margin: auto
    }
}

@media(max-width:992px) {
    .about-content p {
        font-size: 17px;
        line-height: 20px
    }
    .about-sec {
        margin: 20px 0;
        padding: 24px 0
    }
}

.nav-menu>ul>li:nth-of-type(3),
.nav-menu>ul>li:nth-of-type(4) {
    padding: 0 0!important
}

.link {
    padding: 40px 0
}

.link ul li a {
    color: #404041!important;
    font-family: Roboto, sans-serif!important;
    font-weight: 400!important;
    font-size: 11px!important;
    margin: 10px 0
}

#footer {
    color: #313030;
    font-size: 14px;
    background: #fff;
    border-top: 1px solid #455a63
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #fff9f7
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px
}

#footer .footer-top .footer-contact h4 {
    font-size: 22px;
    margin: 0 0 30px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: Raleway, sans-serif;
    color: #656262
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 700;
    color: #313030;
    position: relative;
    padding-bottom: 12px
}

#footer .footer-top .footer-links {
    margin-bottom: 30px
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #ffa587;
    font-size: 18px;
    line-height: 1
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0
}

#footer .footer-top .footer-links ul a {
    color: #656262;
    transition: .3s;
    display: inline-block;
    line-height: 1
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #ff5821
}

#footer .footer-newsletter {
    font-size: 15px
}

#footer .footer-newsletter h4 {
    font-size: 16px;
    font-weight: 700;
    color: #313030;
    position: relative;
    padding-bottom: 12px
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    text-align: left;
    border: 1px solid #ffe2d9
}

#footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px)
}

#footer .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: 0 0;
    font-size: 16px;
    padding: 0 20px;
    background: #ff5821;
    color: #fff;
    transition: .3s;
    border-radius: 50px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1)
}

#footer .footer-newsletter form input[type=submit]:hover {
    background: #ed3b00
}

#footer .credits {
    padding-top: 5px;
    font-size: 13px;
    color: #313030
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #ff5821;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: .3s
}

#footer .social-links a:hover {
    background: #ff7e54;
    color: #fff;
    text-decoration: none
}

.foote_bottom_ul_amrc li {
    display: inline-block;
    list-style: none
}

.foote_bottom_ul_amrc li a {
    color: #404041!important;
    font-family: Roboto, Calibri!important;
    color: #455a63;
    font-size: .7rem;
    font-weight: 700!important;
    letter-spacing: 2px;
    margin: 0 16px
}

.foote_bottom_ul_amrc {
    list-style-type: none;
    padding: 0;
    display: table;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px
}

.copyright {
    padding: 1.5rem 0 0
}

.copyright {
    font-family: Roboto, Calibri!important;
    color: #455a63;
    font-size: 14px;
    font-weight: 700
}

.tools-sec {
    padding: 60px 0
}

.tools-sec h2 {
    font-size: 22px;
    color: #333;
    font-weight: 700
}

.tools-sec h4 {
    font-size: 18px
}

.tools-sec .small-font {
    font-size: 14px;
    line-height: 1.3;
    color: #000
}

.tools-sec .desclaimer {
    font-size: 14px;
    line-height: 1.4;
    font-style: italic;
    color: #000
}

.italic-txt {
    font-style: italic;
    font-size: 12px;
    line-height: 1.1;
    margin-bottom: 0
}

.popup-relative {
    position: relative
}

.hover-popup {
    position: absolute;
    background: #fff;
    border: 1px solid #999;
    width: 250px;
    right: 98px;
    top: 16px;
    box-shadow: 0 0 6px 2px rgba(212, 204, 204, .75);
    -webkit-box-shadow: 0 0 6px 2px rgba(212, 204, 204, .75);
    -moz-box-shadow: 0 0 6px 2px rgba(212, 204, 204, .75);
    padding: 10px;
    border-radius: 5px;
    transition: all 3s ease-in-out;
    z-index: 99
}

@media(max-width:992px) {
    .hover-popup {
        width: 250px;
        right: 32px
    }
}

.hover-popup p {
    font-size: 13px;
    line-height: 1.3
}

.hover-popup {
    display: none
}

.close {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #333
}

.triggerd-bg {
    background-color: #eeeded!important
}

.flex-d {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

@media(max-width:992px) {
    .flex-d {
        display: block
    }
}

.image_modal {
    margin-left: auto;
    margin-right: auto;
    display: block
}

.close_img {
    color: #fff;
    font-size: 30px;
    cursor: pointer
}

.img_modal {
    padding-top: 20px
}

.zoom-icon {
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-top-left-radius: 50%;
    position: absolute;
    bottom: 0;
    outline: 0;
    border: 0;
    right: 0;
    text-align: center
}

.modal-open {
    overflow: auto!important
}

@media(max-width:992px) {
    .image_modal {
        width: 100%
    }
}

.font20 {
    font-size: 20px
}

body,
html {
    font-size: 14px;
    color: var(--theme-dark)
}

::-webkit-scrollbar {
    width: 6px;
    height: 3px;
    border-radius: 20px
}

::-webkit-scrollbar-button {
    display: none
}

::-webkit-scrollbar-corner {
    display: none
}

::-webkit-scrollbar-thumb {
    background-color: #888
}

::-webkit-scrollbar-track {
    background-color: #575757
}

::-webkit-scrollbar-track-piece {
    background-color: #eaeaea
}

.page-container .main-content {
    padding: 65px 5px 5px 5px
}

.page-container .main-content2 {
    padding: 0 10px
}

.row {
    margin-right: -5px;
    margin-left: -5px
}

.container-fluid {
    padding-right: 5px;
    padding-left: 5px
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px
}

.card {
    margin-bottom: 15px;
    padding: 10px
}

.sectoral-section .card {
    box-shadow: none
}

.card-block {
    padding: 10px
}

.card-block-nopadding {
    padding: 0
}

.lnk-stk-title {
    padding: 10px 0
}

a.btn {
    border-radius: 5px;
    padding: 2px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    margin-bottom: 0
}

.copyright {
    font-family: Roboto, Calibri!important;
    color: #455a63;
    font-size: 14px;
    font-weight: 700
}

a.btn-delete {
    color: var(--theme-dark)
}

a.btn-delete:active:before,
a.btn-delete:focus:before,
a.btn-delete:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.bold-title {
    font-weight: 400;
    margin: 0 0 .25rem 0
}

.text-semibold {
    font-weight: 400;
    margin: 0 0 .25rem 0
}

.text-theme-red {
    color: var(--theme-red)
}

.fs-12-red-bold {
    font-size: 12px;
    color: var(--theme-red);
    font-weight: 400;
    text-transform: capitalize;
    overflow-wrap: anywhere;
    cursor: default
}

.fs-12-red-normal {
    font-size: 12px;
    color: var(--theme-red);
    font-weight: 400;
    text-transform: capitalize;
    overflow-wrap: anywhere;
    cursor: default
}

.fs-12-blue-bold {
    font-size: 12px;
    color: var(--theme-blue);
    font-weight: 700;
    text-transform: capitalize;
    overflow-wrap: anywhere;
    cursor: default
}

.fs-12-blue-normal {
    font-size: 12px;
    color: var(--theme-blue);
    font-weight: 400;
    text-transform: capitalize;
    overflow-wrap: anywhere;
    cursor: default
}

.fs-12-secondary-bold {
    font-size: 12px;
    color: var(--theme-secondary);
    font-weight: 700;
    text-transform: capitalize;
    overflow-wrap: anywhere;
    cursor: default
}

.fs-12-secondary-normal {
    font-size: 12px;
    color: var(--theme-secondary);
    font-weight: 400;
    text-transform: capitalize;
    overflow-wrap: anywhere;
    cursor: default
}

.fs-12-blue-normal {
    font-size: 12px;
    font-weight: 500;
    color: var(--theme-blue)
}

.fs-12-blue-normal-link {
    font-size: 12px;
    font-weight: 400;
    color: var(--theme-blue);
    padding: 0 2px;
    cursor: pointer
}

.fs-12-blue-normal-link span {
    margin-left: 15px;
    color: grey
}

td .fs-12-blue-normal-link {
    font-size: 12px;
    font-weight: 500;
    color: var(--theme-blue);
    padding: 0;
    cursor: pointer
}

.fs-11-default-normal {
    font-size: 11px;
    font-weight: 500;
    color: var(--theme-dark)
}

.fs-11-blue-normal span {
    color: var(--theme-dark)
}

.text-success {
    color: var(--theme-blue)
}

[class*=" ti-"],
[class^=ti-] {
    font-size: 12px;
    text-decoration: none
}

[class*=" ti-"]:hover,
[class^=ti-]:hover {
    text-decoration: none
}

.nav-right li span {
    line-height: 45px
}

.dropdown-menu li a span {
    line-height: 20px;
    font-size: 14px
}

.user-info>.name {
    background: #525356;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 14px;
    margin: 7px;
    line-height: 30px;
    text-align: center
}

.user-info i {
    line-height: 45px
}

.vertical-scroll {
    overflow-y: scroll
}

.vertical-tabs {
    padding-top: 80px
}

.horizontal-scroll {
    cursor: grab;
    padding-bottom: 10px;
    overflow-x: scroll
}

.roboto-font {
    font-family: Roboto, sans-serif;
    font-weight: 400
}

.sectoral-section {
    overflow-y: auto;
    border: 1px solid #e6ecf5;
    border-radius: 5px
}

.header .header-container .nav-left .notifications .counter,
.header .header-container .nav-right .notifications .counter {
    background-color: ar(--theme-red)
}

.badge {
    font-size: 12px
}

.badge-primary {
    color: var(--theme-white);
    background-color: var(--theme-blue)
}

.graph-tab-link {
    width: 320px
}

.tab-content-graph-img {
    width: 320px
}

.historical-pill {
    padding: 15px
}

.historical-pill .nav {
    flex-wrap: nowrap;
    padding-bottom: 10px
}

.historical-pill .nav-pills>li>a.active,
.historical-pill .nav-pills>li>a.active:focus,
.historical-pill .nav-pills>li>a.active:hover {
    border: none!important;
    color: var(--theme-blue);
    background: #c9c8c8!important
}

.historical-pill .nav-pills>li>a {
    position: relative
}

.historical-pill .nav-pills>li>a.active div.fs-12-default-normal {
    color: var(--theme-blue)
}

.list span:nth-child(1) {
    padding: 5px 10px
}

.has-search .form-control {
    padding-left: 2.375rem;
    height: 31px
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 4;
    display: block;
    width: 2.375rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    pointer-events: none;
    color: #aaa
}

.btn-search-stk {
    padding: 5px 9px;
    margin-bottom: 0;
    cursor: pointer
}

.btn-pin-stk i {
    font-size: 14px;
    margin: 0 15px;
    cursor: pointer
}

@media(max-width:992px) {
    .btn-pin {
        margin-top: 10px;
        margin-lefT: 10px
    }
}

.active-pin {
    color: var(--theme-red);
    transform: rotate(45deg);
    transition: .4s all
}

@media screen and (min-width:1024px) {
    p {
        font-size: 16px
    }
    .header {
        height: 45px
    }
    .header .header-container .nav-left li {
        margin-top: 2px
    }
    .header .header-container .nav-left>li>a,
    .header .header-container .nav-right>li>a {
        line-height: 45px;
        max-height: 45px;
        min-height: 45px;
        display: flex;
        justify-content: center;
        align-items: center
    }
    .header .header-container .nav-left .user-profile .profile-img,
    .header .header-container .nav-right .user-profile .profile-img {
        display: inline-block;
        width: 35px;
        border-radius: 50%;
        margin-top: 0;
        margin-right: 10px
    }
    .table>thead>tr>th {
        font-size: 14px;
        font-weight: 500
    }
    .table>tbody>tr>td {
        font-size: 14px
    }
}

@media screen and (max-width:576px) {
    .bd-highlight {
        overflow-x: scroll;
        padding: 5px
    }
    .historical-pill .nav {
        overflow-x: scroll
    }
}

.red-text {
    background-color: red!important;
    padding: 0 5px;
    color: #fff!important
}

.green-text {
    background-color: green!important;
    padding: 0 5px;
    color: #fff!important
}

html {
    scroll-behavior: smooth!important
}

.font-bold {
    font-weight: 700
}

.nodata-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    min-height: 300px;
    align-items: center
}

.nodata-div h4,
.nodata-div1 h4 {
    font-size: 12px;
    color: #9b9b9b;
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 400;
    text-align: center
}

.nodata-div h4 i {
    font-size: 18px
}

.nodata-div1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center
}

.left-header-font {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 13px!important
}

.header-font {
    font-size: 13px!important;
    font-weight: 400!important
}

.bank-name-font {
    font-size: 12px!important
}

.stock-price-font {
    font-size: 13px!important;
    font-family: 'Open Sans', sans-serif
}

.stock-header-font {
    font-family: Roboto, sans-serif;
    font-size: 11px!important;
    font-weight: 400!important
}

.section-header-font {
    font-size: 15px!important
}

.chart-var-name-font {
    font-size: 11px!important
}

.chart-price-font {
    font-size: 12px!important;
    font-family: 'Open Sans', sans-serif
}

.nifty-head-font {
    font-size: 14px!important
}

.icon-holder {
    color: rgba(0, 0, 0, .87);
    font-size: 13px!important;
    align-items: center;
    font-weight: 700;
    border-radius: 50%!important;
    background-color: #eeeded
}

.side-nav .side-nav-inner .side-nav-menu>li>a .icon-holder {
    display: inline-block;
    height: 32px;
    width: 32px;
    padding-top: 2px;
    line-height: 25px
}

.main-header {
    padding: 0 10px 10px
}

.main-header-font {
    color: #777;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Noto Sans SC', sans-serif;
    margin-bottom: 0;
    text-transform: uppercase
}

.btn-pin {
    background-color: var(--theme-red);
    border-radius: 0!important;
    color: #fff!important;
    margin-left: 10px
}

.p-font {
    font-size: 13px
}

.small-font i {
    color: #777;
    font-size: 10px
}

.alert-select select,
.alert-text input,
.alert-text label,
.alert-text select {
    position: relative;
    padding-right: 15px;
    height: 35px!important
}

.alert-text {
    display: flex
}

.alert-text i {
    position: absolute;
    right: 10px;
    font-size: 20px;
    align-items: center;
    padding-top: 10px;
    color: #777
}

.ltp {
    font-size: 11px;
    color: #777;
    margin-left: 2px
}

.add-more {
    font-size: 15px;
    padding: 5px 0
}

.brdr {
    border-top: 2px dotted #777;
    margin-left: 10px;
    margin-right: 10px
}

#owl-demo .item {
    display: block;
    width: 100%;
    height: auto
}

.get-sec {
    padding: 0 0 40px!important
}

.get-sec p {
    padding: 20px 0 20px!important
}

.shadow-light {
    box-shadow: 0 6px 24px 0 rgba(0, 0, 0, .11)!important
}

.carousel-control-prev {
    position: absolute;
    top: 0;
    left: -100px;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #610505;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

.carousel-control-next {
    position: absolute;
    top: 0;
    right: -100px;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #610505;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

.carousel-control-next i,
.carousel-control-prev i {
    color: #610505
}

.owl-carousel .owl-nav .owl-next b,
.owl-carousel .owl-nav .owl-prev b {
    background-color: transparent!important;
    border: none
}

.owl-carousel .owl-nav .owl-prev {
    left: -60px!important
}

.owl-carousel .owl-nav .owl-next {
    right: -60px!important
}

.owl-carousel .owl-nav .owl-next b i,
.owl-carousel .owl-nav .owl-prev b i {
    color: #610505
}

.box-red {
    border-top: 5px solid #ec5d71;
    z-index: 3
}

.box-yellow {
    border-top: 5px solid #f4a01a;
    z-index: 4
}

@media(min-width:768px) {
    .box-yellow {
        border-top: 5px solid #f4a01a;
        transform: scale(1.1);
        z-index: 4
    }
}

.box-blue {
    border-top: 5px solid #5f628f;
    z-index: 3
}

.box-red-2 {
    background-color: #ec5d71;
    padding: 15px 0
}

.box-blue-2 h5,
.box-red-2 h5,
.box-yellow-2 h5 {
    color: #fff;
    font-size: 20px
}

.box-yellow-2 {
    background-color: #f4a01a;
    padding: 15px 0
}

.box-blue-2 {
    background-color: #5f628f;
    padding: 15px 0
}

.subscription-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .2);
    position: relative
}

.ns {
    padding: 0;
    position: relative
}

@media(max-width:992px) {
    .ns {
        margin: 20px;
        position: relative
    }
}

.subs-ul li {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.subs-ul {
    padding: 0;
    margin: 0
}

.white-box {
    background-color: #fff;
    padding: 15px 15px;
    text-align: left
}

.white-box p {
    font-size: 15px
}

.bullets li {
    list-style: square!important;
    margin-bottom: 10px
}

.grey-box {
    background-color: #eaeaea;
    padding: 15px 0
}

.grey-box h4 {
    color: #747b81;
    font-weight: 700
}

.bg-gradient {
    background-image: linear-gradient(to right, #4b6071, #7c92a0)
}

@media(max-width:992px) {
    .bg-gradient .d-flex {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        padding-top: 15px
    }
}

.bg-gradient .d-flex {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.uplift-content h3 {
    color: #fff;
    font-size: 30px
}

.uplift-content a {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    margin-top: 20px
}

.fs-12-blue-normal-link:hover {
    transform: none!important
}

.jqplot-axis {
    left: -10px!important
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6)
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 5px;
    border: 1px solid #888;
    width: 100%
}

@media(min-width:768px) {
    .modal-content {
        width: 50%!important
    }
}

@media(max-width:992px) {
    .alert-text {
        padding-top: 15px
    }
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700;
    float: right
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.btn {
    margin-bottom: 0
}

@media(min-width:768px) {
    .d-flex {
        justify-content: space-around
    }
}

.carousel-indicators {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    margin-bottom: 15px
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 6px;
    height: 6px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background: #fff;
    outline: 0;
    border: 1px #fd1313 solid;
    margin: 5px;
    width: 14px;
    height: 14px;
    border-radius: 18px
}

.carousel-indicators li.active {
    background: #fd1313
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #dbeeff;
    border-left: 5px solid #007bff;
    color: #007bff
}

.nav-pills .nav-link {
    padding: 10px 10px
}

.ws {
    padding: 20px
}

.grey-border {
    border-top: 1px solid #f1f1f1;
    margin: 5px 0
}

.input-58 {
    width: 162px
}

@media(max-width:768px) {
    .input-58 {
        width: 100%
    }
    .mg-10 {
        margin-top: 10px
    }
}

.input-form {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #e0e1db!important;
    background-clip: padding-box;
    border: none!important;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.required {
    color: red
}

label {
    margin-bottom: 0
}

.search-input {
    border-radius: 3px!important;
    padding: 6px 6px
}

.search-input input,
.search-input input:focus {
    border: none;
    background-color: #eeeded;
    color: #333
}

.search-input .btn,
.search-input .btn i {
    border: none!important;
    padding: 5px 7px;
    background-color: #fff;
    color: #1275b9;
    outline: 0!important;
    font-weight: 700;
    font-size: 20px
}

.search-input .btn:focus,
.search-input .btn:hover {
    color: #1275b9
}

.fs-11 {
    font-size: 11px
}

.input_loading {
    background: url(http://www.xiconeditor.com/image/icons/loading.gif) no-repeat right center
}

.grid-nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.nav-width a {
    color: #777;
    font-size: 12px;
    font-weight: 400;
    padding: 2px 5px
}

.nav-width a i {
    font-size: 8px;
    color: #adadad
}

@media(max-width:992px) {
    .grid-nav {
        display: grid;
        grid-template-columns: repeat(1, 1fr)
    }
}

@media(min-width:768px) {
    .dropdown-width.show {
        width: 75rem!important
    }
    .grid-nav {
        width: 73rem!important
    }
}

.pin-stock>.active {
    color: #ed1c24!important
}

.pin-stock:hover {
    cursor: pointer
}

.pin-stock>.inactive {
    color: #455a63
}

.dataTables_wrapper .dataTables_filter {
    float: left;
    text-align: left;
    margin: 10px 0
}

.select2-container--default .select2-selection--single {
    background-color: transparent!important;
    border: none!important;
    outline: 0!important;
    border-radius: 4px
}

.select2-container {
    width: 200px!important
}

@media(min-width:768px) {
    .select2-container {
        width: 400px!important;
        background-color: #eeeded
    }
}

@media(max-width:768px) {
    .select2-container {
        width: 100%!important;
        background-color: #eeeded
    }
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 40px!important
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 35px!important;
    user-select: none;
    -webkit-user-select: none
}

.tooltip-inner {
    background-color: #f1f1f1!important;
    color: #777;
    font-size: 14px;
    width: 400px;
    border-radius: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    border-top-color: #f1f1f1!important
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    border-right-color: #f1f1f1!important
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #f1f1f1!important
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    border-left-color: #f1f1f1!important
}

#alert-search-input-error {
    position: absolute;
    margin-top: 35px;
    margin-left: 35px
}

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

.modalButton {
    border: none;
    outline: 0;
    background-color: transparent
}

.modal-backdrop.show {
    opacity: .5;
    display: none!important
}

.card_body {
    display: grid;
    place-content: center;
    align-items: center;
    background-color: transparent
}

.card-msg {
    clip-path: circle(6% at 50% 7%);
    overflow: hidden;
    text-align: center;
    transition: all ease-in-out .3s;
    background-color: #fff;
    position: absolute;
    padding: 5px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.card-msg__infoicon {
    position: absolute;
    font-size: 15px;
    color: #000;
    transition: ease-out .3s;
    z-index: 99
}

.card-msg__infoicon:hover {
    z-index: 0!important
}

.card-msg__title {
    margin: 0;
    padding-top: 25px;
    font-size: 14px;
    line-height: 1
}

.card-msg__description {
    margin: 0;
    font-size: 14px;
    line-height: 1.6
}

.card-msg__credits {
    margin: 0;
    padding: 4px 0;
    font-size: 1.1em
}

.card-msg__reference {
    display: inline-block;
    border-bottom: 1px solid transparent;
    color: #09f;
    text-decoration: none;
    transition: ease-in .3s
}

.card-msg__reference:hover {
    border-bottom-color: #09f
}

.card-msg:focus,
.card-msg:hover {
    clip-path: circle(75%);
    border-radius: 5px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .12), 0 3px 18px rgba(0, 0, 0, .08);
    background: #fff;
    outline: 0;
    z-index: 999;
    border: 1px solid #777
}

.card-msg:focus .card-msg__infoicon,
.card-msg:hover .card-msg__infoicon {
    opacity: 0
}

.card-msg:focus {
    box-shadow: 0 3px 9px rgba(0, 0, 0, .12), 0 3px 18px rgba(0, 0, 0, .08), 0 0 0 4px rgba(0, 0, 0, .2)
}

.p-rl-10 {
    padding: 0 10px
}

.p-rl-10 button {
    margin: 0 -2px;
    padding: 0 10px
}

.no-margin {
    margin: 0
}

.grey-bg,
.grey-bg:focus {
    background-color: #eeeded;
    color: #777;
    border-radius: 0!important;
    padding-top: 2px;
    padding-bottom: 2px;
    border: none
}

.grey-bg .btn:hover {
    background-color: #fff
}

@media(min-width:992px) {
    .d-flex-1 {
        display: flex!important;
        justify-content: space-between!important;
        align-items: center!important
    }
}

@media(max-width:992px) {
    .wid-100 {
        width: 100%
    }
    .wid-50 {
        width: 50%
    }
    .grey-bg {
        padding-bottom: 4px
    }
    .p-rl-10 button {
        padding: 0 5px
    }
    .p-rl-10 {
        margin-left: 20px
    }
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: inline-block;
    width: 170px;
    white-space: nowrap;
    overflow: hidden!important;
    text-overflow: ellipsis
}

.select2-container--default .select2-selection--single {
    background-color: #eeeded!important;
    border: 1px solid #aaa;
    border-radius: 4px
}

.banner img {
    width: 100%
}

.about-sec {
    background-color: #f2f2fa!important;
    margin: 40px 0;
    padding: 54px 0
}

.about-heading h2 {
    text-align: center;
    font-weight: 700;
    color: #373c46!important;
    font-size: 40px;
    margin-bottom: 20px
}

.about-content {
    text-align: center
}

.about-content p {
    font-size: 20px;
    line-height: 33px
}

@media(min-width:992px) {
    .about {
        position: relative;
        width: 80%;
        max-width: 1080px;
        margin: auto
    }
}

@media(max-width:992px) {
    .about-content p {
        font-size: 17px;
        line-height: 20px
    }
    .about-sec {
        margin: 20px 0;
        padding: 24px 0
    }
}

.nav-menu>ul>li:nth-of-type(3),
.nav-menu>ul>li:nth-of-type(4) {
    padding: 0 0!important
}

.link {
    padding: 40px 0
}

.link ul li a {
    color: #404041!important;
    font-family: Roboto, sans-serif!important;
    font-weight: 400!important;
    font-size: 11px!important;
    margin: 10px 0
}

#footer {
    color: #313030;
    font-size: 14px;
    background: #fff;
    border-top: 1px solid #455a63
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #fff9f7
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px
}

#footer .footer-top .footer-contact h4 {
    font-size: 22px;
    margin: 0 0 30px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: Raleway, sans-serif;
    color: #656262
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 700;
    color: #313030;
    position: relative;
    padding-bottom: 12px
}

#footer .footer-top .footer-links {
    margin-bottom: 30px
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #ffa587;
    font-size: 18px;
    line-height: 1
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0
}

#footer .footer-top .footer-links ul a {
    color: #656262;
    transition: .3s;
    display: inline-block;
    line-height: 1
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #ff5821
}

#footer .footer-newsletter {
    font-size: 15px
}

#footer .footer-newsletter h4 {
    font-size: 16px;
    font-weight: 700;
    color: #313030;
    position: relative;
    padding-bottom: 12px
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    text-align: left;
    border: 1px solid #ffe2d9
}

#footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px)
}

#footer .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: 0 0;
    font-size: 16px;
    padding: 0 20px;
    background: #ff5821;
    color: #fff;
    transition: .3s;
    border-radius: 50px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1)
}

#footer .footer-newsletter form input[type=submit]:hover {
    background: #ed3b00
}

#footer .credits {
    padding-top: 5px;
    font-size: 13px;
    color: #313030
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #ff5821;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: .3s
}

#footer .social-links a:hover {
    background: #ff7e54;
    color: #fff;
    text-decoration: none
}

.foote_bottom_ul_amrc li {
    display: inline-block;
    list-style: none
}

.foote_bottom_ul_amrc li a {
    color: #404041!important;
    font-family: Roboto, Calibri!important;
    color: #455a63;
    font-size: .7rem;
    font-weight: 700!important;
    letter-spacing: 2px;
    margin: 0 16px
}

.foote_bottom_ul_amrc {
    list-style-type: none;
    padding: 0;
    display: table;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px
}

.copyright {
    padding: 1.5rem 0 0
}

.copyright {
    font-family: Roboto, Calibri!important;
    color: #455a63;
    font-size: 14px;
    font-weight: 700
}

.tools-sec {
    padding: 60px 0
}

.tools-sec h2 {
    font-size: 22px;
    color: #333;
    font-weight: 700
}

.tools-sec h4 {
    font-size: 18px
}

.tools-sec .small-font {
    font-size: 14px;
    line-height: 1.3;
    color: #000
}

.tools-sec .desclaimer {
    font-size: 14px;
    line-height: 1.4;
    font-style: italic;
    color: #000
}

.italic-txt {
    font-style: italic;
    font-size: 12px;
    line-height: 1.1;
    margin-bottom: 0
}

.popup-relative {
    position: relative
}

.hover-popup {
    position: absolute;
    background: #fff;
    border: 1px solid #999;
    width: 250px;
    right: 98px;
    top: 16px;
    box-shadow: 0 0 6px 2px rgba(212, 204, 204, .75);
    -webkit-box-shadow: 0 0 6px 2px rgba(212, 204, 204, .75);
    -moz-box-shadow: 0 0 6px 2px rgba(212, 204, 204, .75);
    padding: 10px;
    border-radius: 5px;
    transition: all 3s ease-in-out;
    z-index: 99
}

@media(max-width:992px) {
    .hover-popup {
        width: 250px;
        right: 32px
    }
}

.hover-popup p {
    font-size: 13px;
    line-height: 1.3
}

.hover-popup {
    display: none
}

.close {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #333
}

.triggerd-bg {
    background-color: #eeeded!important
}

.flex-d {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

@media(max-width:992px) {
    .flex-d {
        display: block
    }
}

.image_modal {
    margin-left: auto;
    margin-right: auto;
    display: block
}

.close_img {
    color: #fff;
    font-size: 30px;
    cursor: pointer
}

.img_modal {
    padding-top: 20px
}

.zoom-icon {
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-top-left-radius: 50%;
    position: absolute;
    bottom: 0;
    outline: 0;
    border: 0;
    right: 0;
    text-align: center
}

.modal-open {
    overflow: auto!important
}

@media(max-width:992px) {
    .image_modal {
        width: 100%
    }
}

.font20 {
    font-size: 20px
}

@media(min-width:992px) {
    .feebo-content {
        margin-top: 0;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        display: block
    }
}

.refresh-btn,
.refresh-btn:focus,
.refresh-btn:hover {
    border: none;
    outline: 0
}

body,
html {
    font-size: 14px;
    color: var(--theme-dark)
}

::-webkit-scrollbar {
    width: 6px;
    height: 3px;
    border-radius: 20px
}

::-webkit-scrollbar-button {
    display: none
}

::-webkit-scrollbar-corner {
    display: none
}

::-webkit-scrollbar-thumb {
    background-color: #888
}

::-webkit-scrollbar-track {
    background-color: #575757
}

::-webkit-scrollbar-track-piece {
    background-color: #eaeaea
}

.page-container .main-content {
    padding: 65px 5px 5px 5px
}

.page-container .main-content2 {
    padding: 0 10px
}

.row {
    margin-right: -5px;
    margin-left: -5px
}

.container-fluid {
    padding-right: 5px;
    padding-left: 5px
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px
}

.card {
    margin-bottom: 15px;
    padding: 10px
}

.sectoral-section .card {
    box-shadow: none
}

.card-block {
    padding: 10px
}

.card-block-nopadding {
    padding: 0
}

.lnk-stk-title {
    padding: 10px 0
}

a.btn {
    border-radius: 5px;
    padding: 2px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    margin-bottom: 0
}

.copyright {
    font-family: Roboto, Calibri!important;
    color: #455a63;
    font-size: 14px;
    font-weight: 700
}

a.btn-delete {
    color: var(--theme-dark)
}

a.btn-delete:active:before,
a.btn-delete:focus:before,
a.btn-delete:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.bold-title {
    font-weight: 400;
    margin: 0 0 .25rem 0
}

.text-semibold {
    font-weight: 400;
    margin: 0 0 .25rem 0
}

.text-theme-red {
    color: var(--theme-red)
}

.fs-12-red-bold {
    font-size: 12px;
    color: var(--theme-red);
    font-weight: 400;
    text-transform: capitalize;
    overflow-wrap: anywhere;
    cursor: default
}

.fs-12-red-normal {
    font-size: 12px;
    color: var(--theme-red);
    font-weight: 400;
    text-transform: capitalize;
    overflow-wrap: anywhere;
    cursor: default
}

.fs-12-blue-bold {
    font-size: 12px;
    color: var(--theme-blue);
    font-weight: 700;
    text-transform: capitalize;
    overflow-wrap: anywhere;
    cursor: default
}

.fs-12-blue-normal {
    font-size: 12px;
    color: var(--theme-blue);
    font-weight: 400;
    text-transform: capitalize;
    overflow-wrap: anywhere;
    cursor: default
}

.fs-12-secondary-bold {
    font-size: 12px;
    color: var(--theme-secondary);
    font-weight: 700;
    text-transform: capitalize;
    overflow-wrap: anywhere;
    cursor: default
}

.fs-12-secondary-normal {
    font-size: 12px;
    color: var(--theme-secondary);
    font-weight: 400;
    text-transform: capitalize;
    overflow-wrap: anywhere;
    cursor: default
}

.fs-12-blue-normal {
    font-size: 12px;
    font-weight: 500;
    color: var(--theme-blue)
}

.fs-12-blue-normal-link {
    font-size: 12px;
    font-weight: 400;
    color: var(--theme-blue);
    padding: 0 2px;
    cursor: pointer
}

.fs-12-blue-normal-link span {
    margin-left: 15px;
    color: grey
}

td .fs-12-blue-normal-link {
    font-size: 12px;
    font-weight: 500;
    color: var(--theme-blue);
    padding: 0;
    cursor: pointer
}

.fs-11-default-normal {
    font-size: 11px;
    font-weight: 500;
    color: var(--theme-dark)
}

.fs-11-blue-normal span {
    color: var(--theme-dark)
}

.text-success {
    color: var(--theme-blue)
}

[class*=" ti-"],
[class^=ti-] {
    font-size: 12px;
    text-decoration: none
}

[class*=" ti-"]:hover,
[class^=ti-]:hover {
    text-decoration: none
}

.nav-right li span {
    line-height: 45px
}

.dropdown-menu li a span {
    line-height: 20px;
    font-size: 14px
}

.user-info>.name {
    background: #525356;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 14px;
    margin: 7px;
    line-height: 30px;
    text-align: center
}

.user-info i {
    line-height: 45px
}

.vertical-scroll {
    overflow-y: scroll
}

.vertical-tabs {
    padding-top: 80px
}

.horizontal-scroll {
    cursor: grab;
    padding-bottom: 10px;
    overflow-x: scroll
}

.roboto-font {
    font-family: Roboto, sans-serif;
    font-weight: 400
}

.sectoral-section {
    overflow-y: auto;
    border: 1px solid #e6ecf5;
    border-radius: 5px
}

.header .header-container .nav-left .notifications .counter,
.header .header-container .nav-right .notifications .counter {
    background-color: ar(--theme-red)
}

.badge {
    font-size: 12px
}

.badge-primary {
    color: var(--theme-white);
    background-color: var(--theme-blue)
}

.graph-tab-link {
    width: 320px
}

.tab-content-graph-img {
    width: 320px
}

.historical-pill {
    padding: 15px
}

.historical-pill .nav {
    flex-wrap: nowrap;
    padding-bottom: 10px
}

.historical-pill .nav-pills>li>a.active,
.historical-pill .nav-pills>li>a.active:focus,
.historical-pill .nav-pills>li>a.active:hover {
    border: none!important;
    color: var(--theme-blue);
    background: #c9c8c8!important
}

.historical-pill .nav-pills>li>a {
    position: relative
}

.historical-pill .nav-pills>li>a.active div.fs-12-default-normal {
    color: var(--theme-blue)
}

.list span:nth-child(1) {
    padding: 5px 10px
}

.has-search .form-control {
    padding-left: 2.375rem;
    height: 31px
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 4;
    display: block;
    width: 2.375rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    pointer-events: none;
    color: #aaa
}

.btn-search-stk {
    padding: 5px 9px;
    margin-bottom: 0;
    cursor: pointer
}

.btn-pin-stk i {
    font-size: 14px;
    margin: 0 15px;
    cursor: pointer
}

@media(max-width:992px) {
    .btn-pin {
        margin-top: 10px;
        margin-lefT: 10px
    }
}

.active-pin {
    color: var(--theme-red);
    transform: rotate(45deg);
    transition: .4s all
}

@media screen and (min-width:1024px) {
    p {
        font-size: 16px
    }
    .header {
        height: 45px
    }
    .header .header-container .nav-left li {
        margin-top: 2px
    }
    .header .header-container .nav-left>li>a,
    .header .header-container .nav-right>li>a {
        line-height: 45px;
        max-height: 45px;
        min-height: 45px;
        display: flex;
        justify-content: center;
        align-items: center
    }
    .header .header-container .nav-left .user-profile .profile-img,
    .header .header-container .nav-right .user-profile .profile-img {
        display: inline-block;
        width: 35px;
        border-radius: 50%;
        margin-top: 0;
        margin-right: 10px
    }
    .table>thead>tr>th {
        font-size: 14px;
        font-weight: 500
    }
    .table>tbody>tr>td {
        font-size: 14px
    }
}

@media screen and (max-width:576px) {
    .bd-highlight {
        overflow-x: scroll;
        padding: 5px
    }
    .historical-pill .nav {
        overflow-x: scroll
    }
}

.red-text {
    background-color: red!important;
    padding: 0 5px;
    color: #fff!important
}

.green-text {
    background-color: green!important;
    padding: 0 5px;
    color: #fff!important
}

html {
    scroll-behavior: smooth!important
}

.font-bold {
    font-weight: 700
}

.nodata-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    min-height: 300px;
    align-items: center
}

.nodata-div h4,
.nodata-div1 h4 {
    font-size: 12px;
    color: #9b9b9b;
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 400;
    text-align: center
}

.nodata-div h4 i {
    font-size: 18px
}

.nodata-div1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center
}

.left-header-font {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 13px!important
}

.header-font {
    font-size: 13px!important;
    font-weight: 400!important
}

.bank-name-font {
    font-size: 12px!important
}

.stock-price-font {
    font-size: 13px!important;
    font-family: 'Open Sans', sans-serif
}

.stock-header-font {
    font-family: Roboto, sans-serif;
    font-size: 11px!important;
    font-weight: 400!important
}

.section-header-font {
    font-size: 15px!important
}

.chart-var-name-font {
    font-size: 11px!important
}

.chart-price-font {
    font-size: 12px!important;
    font-family: 'Open Sans', sans-serif
}

.nifty-head-font {
    font-size: 14px!important
}

.icon-holder {
    color: rgba(0, 0, 0, .87);
    font-size: 13px!important;
    align-items: center;
    font-weight: 700;
    border-radius: 50%!important;
    background-color: #eeeded
}

.side-nav .side-nav-inner .side-nav-menu>li>a .icon-holder {
    display: inline-block;
    height: 32px;
    width: 32px;
    padding-top: 2px;
    line-height: 25px
}

.main-header {
    padding: 0 10px 10px
}

.main-header-font {
    color: #777;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Noto Sans SC', sans-serif;
    margin-bottom: 0;
    text-transform: uppercase
}

.btn-pin {
    background-color: var(--theme-red);
    border-radius: 0!important;
    color: #fff!important;
    margin-left: 10px
}

.p-font {
    font-size: 13px
}

.small-font i {
    color: #777;
    font-size: 10px
}

.alert-select select,
.alert-text input,
.alert-text label,
.alert-text select {
    position: relative;
    padding-right: 15px;
    height: 35px!important
}

.alert-text {
    display: flex
}

.alert-text i {
    position: absolute;
    right: 10px;
    font-size: 20px;
    align-items: center;
    padding-top: 10px;
    color: #777
}

.ltp {
    font-size: 11px;
    color: #777;
    margin-left: 2px
}

.add-more {
    font-size: 15px;
    padding: 5px 0
}

.brdr {
    border-top: 2px dotted #777;
    margin-left: 10px;
    margin-right: 10px
}

#owl-demo .item {
    display: block;
    width: 100%;
    height: auto
}

.get-sec {
    padding: 0 0 40px!important
}

.get-sec p {
    padding: 20px 0 20px!important
}

.shadow-light {
    box-shadow: 0 6px 24px 0 rgba(0, 0, 0, .11)!important
}

.carousel-control-prev {
    position: absolute;
    top: 0;
    left: -100px;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #610505;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

.carousel-control-next {
    position: absolute;
    top: 0;
    right: -100px;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #610505;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

.carousel-control-next i,
.carousel-control-prev i {
    color: #610505
}

.owl-carousel .owl-nav .owl-next b,
.owl-carousel .owl-nav .owl-prev b {
    background-color: transparent!important;
    border: none
}

.owl-carousel .owl-nav .owl-prev {
    left: -60px!important
}

.owl-carousel .owl-nav .owl-next {
    right: -60px!important
}

.owl-carousel .owl-nav .owl-next b i,
.owl-carousel .owl-nav .owl-prev b i {
    color: #610505
}

.box-red {
    border-top: 5px solid #ec5d71;
    z-index: 3
}

.box-yellow {
    border-top: 5px solid #f4a01a;
    z-index: 4
}

@media(min-width:768px) {
    .box-yellow {
        border-top: 5px solid #f4a01a;
        transform: scale(1.1);
        z-index: 4
    }
}

.box-blue {
    border-top: 5px solid #5f628f;
    z-index: 3
}

.box-red-2 {
    background-color: #ec5d71;
    padding: 15px 0
}

.box-blue-2 h5,
.box-red-2 h5,
.box-yellow-2 h5 {
    color: #fff;
    font-size: 20px
}

.box-yellow-2 {
    background-color: #f4a01a;
    padding: 15px 0
}

.box-blue-2 {
    background-color: #5f628f;
    padding: 15px 0
}

.subscription-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .2);
    position: relative
}

.ns {
    padding: 0;
    position: relative
}

@media(max-width:992px) {
    .ns {
        margin: 20px;
        position: relative
    }
}

.subs-ul li {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.subs-ul {
    padding: 0;
    margin: 0
}

.white-box {
    background-color: #fff;
    padding: 15px 15px;
    text-align: left
}

.white-box p {
    font-size: 15px
}

.bullets li {
    list-style: square!important;
    margin-bottom: 10px
}

.grey-box {
    background-color: #eaeaea;
    padding: 15px 0
}

.grey-box h4 {
    color: #747b81;
    font-weight: 700
}

.bg-gradient {
    background-image: linear-gradient(to right, #4b6071, #7c92a0)
}

@media(max-width:992px) {
    .bg-gradient .d-flex {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        padding-top: 15px
    }
}

.bg-gradient .d-flex {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.uplift-content h3 {
    color: #fff;
    font-size: 30px
}

.uplift-content a {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    margin-top: 20px
}

.fs-12-blue-normal-link:hover {
    transform: none!important
}

.jqplot-axis {
    left: -10px!important
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6)
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 5px;
    border: 1px solid #888;
    width: 100%
}

@media(min-width:768px) {
    .modal-content {
        width: 50%!important
    }
}

@media(max-width:992px) {
    .alert-text {
        padding-top: 15px
    }
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700;
    float: right
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.btn {
    margin-bottom: 0
}

@media(min-width:768px) {
    .d-flex {
        justify-content: space-around
    }
}

.carousel-indicators {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    margin-bottom: 15px
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 6px;
    height: 6px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background: #fff;
    outline: 0;
    border: 1px #fd1313 solid;
    margin: 5px;
    width: 14px;
    height: 14px;
    border-radius: 18px
}

.carousel-indicators li.active {
    background: #fd1313
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #dbeeff;
    border-left: 5px solid #007bff;
    color: #007bff
}

.nav-pills .nav-link {
    padding: 10px 10px
}

.ws {
    padding: 20px
}

.grey-border {
    border-top: 1px solid #f1f1f1;
    margin: 5px 0
}

.input-58 {
    width: 162px
}

@media(max-width:768px) {
    .input-58 {
        width: 100%
    }
    .mg-10 {
        margin-top: 10px
    }
}

.input-form {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #e0e1db!important;
    background-clip: padding-box;
    border: none!important;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.required {
    color: red
}

label {
    margin-bottom: 0
}

.search-input {
    border-radius: 3px!important;
    padding: 6px 6px
}

.search-input input,
.search-input input:focus {
    border: none;
    background-color: #eeeded;
    color: #333
}

.search-input .btn,
.search-input .btn i {
    border: none!important;
    padding: 5px 7px;
    background-color: #fff;
    color: #1275b9;
    outline: 0!important;
    font-weight: 700;
    font-size: 20px
}

.search-input .btn:focus,
.search-input .btn:hover {
    color: #1275b9
}

.fs-11 {
    font-size: 11px
}

.input_loading {
    background: url(http://www.xiconeditor.com/image/icons/loading.gif) no-repeat right center
}

.grid-nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.nav-width a {
    color: #777;
    font-size: 12px;
    font-weight: 400;
    padding: 2px 5px
}

.nav-width a i {
    font-size: 8px;
    color: #adadad
}

@media(max-width:992px) {
    .grid-nav {
        display: grid;
        grid-template-columns: repeat(1, 1fr)
    }
}

@media(min-width:768px) {
    .dropdown-width.show {
        width: 75rem!important
    }
    .grid-nav {
        width: 73rem!important
    }
}

.pin-stock>.active {
    color: #ed1c24!important
}

.pin-stock:hover {
    cursor: pointer
}

.pin-stock>.inactive {
    color: #455a63
}

.dataTables_wrapper .dataTables_filter {
    float: left;
    text-align: left;
    margin: 10px 0
}

.select2-container--default .select2-selection--single {
    background-color: transparent!important;
    border: none!important;
    outline: 0!important;
    border-radius: 4px
}

.select2-container {
    width: 200px!important
}

@media(min-width:768px) {
    .select2-container {
        width: 400px!important;
        background-color: #eeeded
    }
}

@media(max-width:768px) {
    .select2-container {
        width: 100%!important;
        background-color: #eeeded
    }
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 40px!important
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 35px!important;
    user-select: none;
    -webkit-user-select: none
}

.tooltip-inner {
    background-color: #f1f1f1!important;
    color: #777;
    font-size: 14px;
    width: 400px;
    border-radius: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    border-top-color: #f1f1f1!important
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    border-right-color: #f1f1f1!important
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #f1f1f1!important
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    border-left-color: #f1f1f1!important
}

#alert-search-input-error {
    position: absolute;
    margin-top: 35px;
    margin-left: 35px
}

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

.modalButton {
    border: none;
    outline: 0;
    background-color: transparent
}

.modal-backdrop.show {
    opacity: .5;
    display: none!important
}

.card_body {
    display: grid;
    place-content: center;
    align-items: center;
    background-color: transparent
}

.card-msg {
    clip-path: circle(6% at 50% 7%);
    overflow: hidden;
    text-align: center;
    transition: all ease-in-out .3s;
    background-color: #fff;
    position: absolute;
    padding: 5px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.card-msg__infoicon {
    position: absolute;
    font-size: 15px;
    color: #000;
    transition: ease-out .3s;
    z-index: 99
}

.card-msg__infoicon:hover {
    z-index: 0!important
}

.card-msg__title {
    margin: 0;
    padding-top: 25px;
    font-size: 14px;
    line-height: 1
}

.card-msg__description {
    margin: 0;
    font-size: 14px;
    line-height: 1.6
}

.card-msg__credits {
    margin: 0;
    padding: 4px 0;
    font-size: 1.1em
}

.card-msg__reference {
    display: inline-block;
    border-bottom: 1px solid transparent;
    color: #09f;
    text-decoration: none;
    transition: ease-in .3s
}

.card-msg__reference:hover {
    border-bottom-color: #09f
}

.card-msg:focus,
.card-msg:hover {
    clip-path: circle(75%);
    border-radius: 5px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .12), 0 3px 18px rgba(0, 0, 0, .08);
    background: #fff;
    outline: 0;
    z-index: 999;
    border: 1px solid #777
}

.card-msg:focus .card-msg__infoicon,
.card-msg:hover .card-msg__infoicon {
    opacity: 0
}

.card-msg:focus {
    box-shadow: 0 3px 9px rgba(0, 0, 0, .12), 0 3px 18px rgba(0, 0, 0, .08), 0 0 0 4px rgba(0, 0, 0, .2)
}

.p-rl-10 {
    padding: 0 10px
}

.p-rl-10 button {
    margin: 0 -2px;
    padding: 0 10px
}

.no-margin {
    margin: 0
}

.grey-bg,
.grey-bg:focus {
    background-color: #eeeded;
    color: #777;
    border-radius: 0!important;
    padding-top: 2px;
    padding-bottom: 2px;
    border: none
}

.grey-bg .btn:hover {
    background-color: #fff
}

@media(min-width:992px) {
    .d-flex-1 {
        display: flex!important;
        justify-content: space-between!important;
        align-items: center!important
    }
}

@media(max-width:992px) {
    .wid-100 {
        width: 100%
    }
    .wid-50 {
        width: 50%
    }
    .grey-bg {
        padding-bottom: 4px
    }
    .p-rl-10 button {
        padding: 0 5px
    }
    .p-rl-10 {
        margin-left: 20px
    }
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: inline-block;
    width: 170px;
    white-space: nowrap;
    overflow: hidden!important;
    text-overflow: ellipsis
}

.select2-container--default .select2-selection--single {
    background-color: #eeeded!important;
    border: 1px solid #aaa;
    border-radius: 4px
}

.banner img {
    width: 100%
}

.about-sec {
    background-color: #f2f2fa!important;
    margin: 40px 0;
    padding: 54px 0
}

.about-heading h2 {
    text-align: center;
    font-weight: 700;
    color: #373c46!important;
    font-size: 40px;
    margin-bottom: 20px
}

.about-content {
    text-align: center
}

.about-content p {
    font-size: 20px;
    line-height: 33px
}

@media(min-width:992px) {
    .about {
        position: relative;
        width: 80%;
        max-width: 1080px;
        margin: auto
    }
}

@media(max-width:992px) {
    .about-content p {
        font-size: 17px;
        line-height: 20px
    }
    .about-sec {
        margin: 20px 0;
        padding: 24px 0
    }
}

.nav-menu>ul>li:nth-of-type(3),
.nav-menu>ul>li:nth-of-type(4) {
    padding: 0 0!important
}

.link {
    padding: 40px 0
}

.link ul li a {
    color: #404041!important;
    font-family: Roboto, sans-serif!important;
    font-weight: 400!important;
    font-size: 11px!important;
    margin: 10px 0
}

#footer {
    color: #313030;
    font-size: 14px;
    background: #fff;
    border-top: 1px solid #455a63
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #fff9f7
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px
}

#footer .footer-top .footer-contact h4 {
    font-size: 22px;
    margin: 0 0 30px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: Raleway, sans-serif;
    color: #656262
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 700;
    color: #313030;
    position: relative;
    padding-bottom: 12px
}

#footer .footer-top .footer-links {
    margin-bottom: 30px
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #ffa587;
    font-size: 18px;
    line-height: 1
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0
}

#footer .footer-top .footer-links ul a {
    color: #656262;
    transition: .3s;
    display: inline-block;
    line-height: 1
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #ff5821
}

#footer .footer-newsletter {
    font-size: 15px
}

#footer .footer-newsletter h4 {
    font-size: 16px;
    font-weight: 700;
    color: #313030;
    position: relative;
    padding-bottom: 12px
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    text-align: left;
    border: 1px solid #ffe2d9
}

#footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px)
}

#footer .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: 0 0;
    font-size: 16px;
    padding: 0 20px;
    background: #ff5821;
    color: #fff;
    transition: .3s;
    border-radius: 50px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1)
}

#footer .footer-newsletter form input[type=submit]:hover {
    background: #ed3b00
}

#footer .credits {
    padding-top: 5px;
    font-size: 13px;
    color: #313030
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #ff5821;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: .3s
}

#footer .social-links a:hover {
    background: #ff7e54;
    color: #fff;
    text-decoration: none
}

.foote_bottom_ul_amrc li {
    display: inline-block;
    list-style: none
}

.foote_bottom_ul_amrc li a {
    color: #404041!important;
    font-family: Roboto, Calibri!important;
    color: #455a63;
    font-size: .7rem;
    font-weight: 700!important;
    letter-spacing: 2px;
    margin: 0 16px
}

.foote_bottom_ul_amrc {
    list-style-type: none;
    padding: 0;
    display: table;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px
}

.copyright {
    padding: 1.5rem 0 0
}

.copyright {
    font-family: Roboto, Calibri!important;
    color: #455a63;
    font-size: 14px;
    font-weight: 700
}

.tools-sec {
    padding: 60px 0
}

.tools-sec h2 {
    font-size: 22px;
    color: #333;
    font-weight: 700
}

.tools-sec h4 {
    font-size: 18px
}

.tools-sec .small-font {
    font-size: 14px;
    line-height: 1.3;
    color: #000
}

.tools-sec .desclaimer {
    font-size: 14px;
    line-height: 1.4;
    font-style: italic;
    color: #000
}

.italic-txt {
    font-style: italic;
    font-size: 12px;
    line-height: 1.1;
    margin-bottom: 0
}

.popup-relative {
    position: relative
}

.hover-popup {
    position: absolute;
    background: #fff;
    border: 1px solid #999;
    width: 250px;
    right: 98px;
    top: 16px;
    box-shadow: 0 0 6px 2px rgba(212, 204, 204, .75);
    -webkit-box-shadow: 0 0 6px 2px rgba(212, 204, 204, .75);
    -moz-box-shadow: 0 0 6px 2px rgba(212, 204, 204, .75);
    padding: 10px;
    border-radius: 5px;
    transition: all 3s ease-in-out;
    z-index: 99
}

@media(max-width:992px) {
    .hover-popup {
        width: 250px;
        right: 32px
    }
}

.hover-popup p {
    font-size: 13px;
    line-height: 1.3
}

.hover-popup {
    display: none
}

.close {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #333
}

.triggerd-bg {
    background-color: #eeeded!important
}

.flex-d {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

@media(max-width:992px) {
    .flex-d {
        display: block
    }
}

.image_modal {
    margin-left: auto;
    margin-right: auto;
    display: block
}

.close_img {
    color: #fff;
    font-size: 30px;
    cursor: pointer
}

.img_modal {
    padding-top: 20px
}

.zoom-icon {
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-top-left-radius: 50%;
    position: absolute;
    bottom: 0;
    outline: 0;
    border: 0;
    right: 0;
    text-align: center
}

.modal-open {
    overflow: auto!important
}

@media(max-width:992px) {
    .image_modal {
        width: 100%
    }
}

.font20 {
    font-size: 20px
}

body,
html {
    font-size: 14px;
    color: var(--theme-dark)
}

::-webkit-scrollbar {
    width: 6px;
    height: 3px;
    border-radius: 20px
}

::-webkit-scrollbar-button {
    display: none
}

::-webkit-scrollbar-corner {
    display: none
}

::-webkit-scrollbar-thumb {
    background-color: #888
}

::-webkit-scrollbar-track {
    background-color: #575757
}

::-webkit-scrollbar-track-piece {
    background-color: #eaeaea
}

.page-container .main-content {
    padding: 65px 5px 5px 5px
}

.page-container .main-content2 {
    padding: 0 10px
}

.row {
    margin-right: -5px;
    margin-left: -5px
}

.container-fluid {
    padding-right: 5px;
    padding-left: 5px
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px
}

.card {
    margin-bottom: 15px;
    padding: 10px
}

.sectoral-section .card {
    box-shadow: none
}

.card-block {
    padding: 10px
}

.card-block-nopadding {
    padding: 0
}

.lnk-stk-title {
    padding: 10px 0
}

a.btn {
    border-radius: 5px;
    padding: 2px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    margin-bottom: 0
}

.copyright {
    font-family: Roboto, Calibri!important;
    color: #455a63;
    font-size: 14px;
    font-weight: 700
}

a.btn-delete {
    color: var(--theme-dark)
}

a.btn-delete:active:before,
a.btn-delete:focus:before,
a.btn-delete:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.bold-title {
    font-weight: 400;
    margin: 0 0 .25rem 0
}

.text-semibold {
    font-weight: 400;
    margin: 0 0 .25rem 0
}

.text-theme-red {
    color: var(--theme-red)
}

.fs-12-red-bold {
    font-size: 12px;
    color: var(--theme-red);
    font-weight: 400;
    text-transform: capitalize;
    overflow-wrap: anywhere;
    cursor: default
}

.fs-12-red-normal {
    font-size: 12px;
    color: var(--theme-red);
    font-weight: 400;
    text-transform: capitalize;
    overflow-wrap: anywhere;
    cursor: default
}

.fs-12-blue-bold {
    font-size: 12px;
    color: var(--theme-blue);
    font-weight: 700;
    text-transform: capitalize;
    overflow-wrap: anywhere;
    cursor: default
}

.fs-12-blue-normal {
    font-size: 12px;
    color: var(--theme-blue);
    font-weight: 400;
    text-transform: capitalize;
    overflow-wrap: anywhere;
    cursor: default
}

.fs-12-secondary-bold {
    font-size: 12px;
    color: var(--theme-secondary);
    font-weight: 700;
    text-transform: capitalize;
    overflow-wrap: anywhere;
    cursor: default
}

.fs-12-secondary-normal {
    font-size: 12px;
    color: var(--theme-secondary);
    font-weight: 400;
    text-transform: capitalize;
    overflow-wrap: anywhere;
    cursor: default
}

.fs-12-blue-normal {
    font-size: 12px;
    font-weight: 500;
    color: var(--theme-blue)
}

.fs-12-blue-normal-link {
    font-size: 12px;
    font-weight: 400;
    color: var(--theme-blue);
    padding: 0 2px;
    cursor: pointer
}

.fs-12-blue-normal-link span {
    margin-left: 15px;
    color: grey
}

td .fs-12-blue-normal-link {
    font-size: 12px;
    font-weight: 500;
    color: var(--theme-blue);
    padding: 0;
    cursor: pointer
}

.fs-11-default-normal {
    font-size: 11px;
    font-weight: 500;
    color: var(--theme-dark)
}

.fs-11-blue-normal span {
    color: var(--theme-dark)
}

.text-success {
    color: var(--theme-blue)
}

[class*=" ti-"],
[class^=ti-] {
    font-size: 12px;
    text-decoration: none
}

[class*=" ti-"]:hover,
[class^=ti-]:hover {
    text-decoration: none
}

.nav-right li span {
    line-height: 45px
}

.dropdown-menu li a span {
    line-height: 20px;
    font-size: 14px
}

.user-info>.name {
    background: #525356;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 14px;
    margin: 7px;
    line-height: 30px;
    text-align: center
}

.user-info i {
    line-height: 45px
}

.vertical-scroll {
    overflow-y: scroll
}

.vertical-tabs {
    padding-top: 80px
}

.horizontal-scroll {
    cursor: grab;
    padding-bottom: 10px;
    overflow-x: scroll
}

.roboto-font {
    font-family: Roboto, sans-serif;
    font-weight: 400
}

.sectoral-section {
    overflow-y: auto;
    border: 1px solid #e6ecf5;
    border-radius: 5px
}

.header .header-container .nav-left .notifications .counter,
.header .header-container .nav-right .notifications .counter {
    background-color: ar(--theme-red)
}

.badge {
    font-size: 12px
}

.badge-primary {
    color: var(--theme-white);
    background-color: var(--theme-blue)
}

.graph-tab-link {
    width: 320px
}

.tab-content-graph-img {
    width: 320px
}

.historical-pill {
    padding: 15px
}

.historical-pill .nav {
    flex-wrap: nowrap;
    padding-bottom: 10px
}

.historical-pill .nav-pills>li>a.active,
.historical-pill .nav-pills>li>a.active:focus,
.historical-pill .nav-pills>li>a.active:hover {
    border: none!important;
    color: var(--theme-blue);
    background: #c9c8c8!important
}

.historical-pill .nav-pills>li>a {
    position: relative
}

.historical-pill .nav-pills>li>a.active div.fs-12-default-normal {
    color: var(--theme-blue)
}

.list span:nth-child(1) {
    padding: 5px 10px
}

.has-search .form-control {
    padding-left: 2.375rem;
    height: 31px
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 4;
    display: block;
    width: 2.375rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    pointer-events: none;
    color: #aaa
}

.btn-search-stk {
    padding: 5px 9px;
    margin-bottom: 0;
    cursor: pointer
}

.btn-pin-stk i {
    font-size: 14px;
    margin: 0 15px;
    cursor: pointer
}

@media(max-width:992px) {
    .btn-pin {
        margin-top: 10px;
        margin-lefT: 10px
    }
}

.active-pin {
    color: var(--theme-red);
    transform: rotate(45deg);
    transition: .4s all
}

@media screen and (min-width:1024px) {
    p {
        font-size: 16px
    }
    .header {
        height: 45px
    }
    .header .header-container .nav-left li {
        margin-top: 2px
    }
    .header .header-container .nav-left>li>a,
    .header .header-container .nav-right>li>a {
        line-height: 45px;
        max-height: 45px;
        min-height: 45px;
        display: flex;
        justify-content: center;
        align-items: center
    }
    .header .header-container .nav-left .user-profile .profile-img,
    .header .header-container .nav-right .user-profile .profile-img {
        display: inline-block;
        width: 35px;
        border-radius: 50%;
        margin-top: 0;
        margin-right: 10px
    }
    .table>thead>tr>th {
        font-size: 14px;
        font-weight: 500
    }
    .table>tbody>tr>td {
        font-size: 14px
    }
}

@media screen and (max-width:576px) {
    .bd-highlight {
        overflow-x: scroll;
        padding: 5px
    }
    .historical-pill .nav {
        overflow-x: scroll
    }
}

.red-text {
    background-color: red!important;
    padding: 0 5px;
    color: #fff!important
}

.green-text {
    background-color: green!important;
    padding: 0 5px;
    color: #fff!important
}

html {
    scroll-behavior: smooth!important
}

.font-bold {
    font-weight: 700
}

.nodata-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    min-height: 300px;
    align-items: center
}

.nodata-div h4,
.nodata-div1 h4 {
    font-size: 12px;
    color: #9b9b9b;
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 400;
    text-align: center
}

.nodata-div h4 i {
    font-size: 18px
}

.nodata-div1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center
}

.left-header-font {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 13px!important
}

.header-font {
    font-size: 13px!important;
    font-weight: 400!important
}

.bank-name-font {
    font-size: 12px!important
}

.stock-price-font {
    font-size: 13px!important;
    font-family: 'Open Sans', sans-serif
}

.stock-header-font {
    font-family: Roboto, sans-serif;
    font-size: 11px!important;
    font-weight: 400!important
}

.section-header-font {
    font-size: 15px!important
}

.chart-var-name-font {
    font-size: 11px!important
}

.chart-price-font {
    font-size: 12px!important;
    font-family: 'Open Sans', sans-serif
}

.nifty-head-font {
    font-size: 14px!important
}

.icon-holder {
    color: rgba(0, 0, 0, .87);
    font-size: 13px!important;
    align-items: center;
    font-weight: 700;
    border-radius: 50%!important;
    background-color: #eeeded
}

.side-nav .side-nav-inner .side-nav-menu>li>a .icon-holder {
    display: inline-block;
    height: 32px;
    width: 32px;
    padding-top: 2px;
    line-height: 25px
}

.main-header {
    padding: 0 10px 10px
}

.main-header-font {
    color: #777;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Noto Sans SC', sans-serif;
    margin-bottom: 0;
    text-transform: uppercase
}

.btn-pin {
    background-color: var(--theme-red);
    border-radius: 0!important;
    color: #fff!important;
    margin-left: 10px
}

.p-font {
    font-size: 13px
}

.small-font i {
    color: #777;
    font-size: 10px
}

.alert-select select,
.alert-text input,
.alert-text label,
.alert-text select {
    position: relative;
    padding-right: 15px;
    height: 35px!important
}

.alert-text {
    display: flex
}

.alert-text i {
    position: absolute;
    right: 10px;
    font-size: 20px;
    align-items: center;
    padding-top: 10px;
    color: #777
}

.ltp {
    font-size: 11px;
    color: #777;
    margin-left: 2px
}

.add-more {
    font-size: 15px;
    padding: 5px 0
}

.brdr {
    border-top: 2px dotted #777;
    margin-left: 10px;
    margin-right: 10px
}

#owl-demo .item {
    display: block;
    width: 100%;
    height: auto
}

.get-sec {
    padding: 0 0 40px!important
}

.get-sec p {
    padding: 20px 0 20px!important
}

.shadow-light {
    box-shadow: 0 6px 24px 0 rgba(0, 0, 0, .11)!important
}

.carousel-control-prev {
    position: absolute;
    top: 0;
    left: -100px;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #610505;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

.carousel-control-next {
    position: absolute;
    top: 0;
    right: -100px;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #610505;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

.carousel-control-next i,
.carousel-control-prev i {
    color: #610505
}

.owl-carousel .owl-nav .owl-next b,
.owl-carousel .owl-nav .owl-prev b {
    background-color: transparent!important;
    border: none
}

.owl-carousel .owl-nav .owl-prev {
    left: -60px!important
}

.owl-carousel .owl-nav .owl-next {
    right: -60px!important
}

.owl-carousel .owl-nav .owl-next b i,
.owl-carousel .owl-nav .owl-prev b i {
    color: #610505
}

.box-red {
    border-top: 5px solid #ec5d71;
    z-index: 3
}

.box-yellow {
    border-top: 5px solid #f4a01a;
    z-index: 4
}

@media(min-width:768px) {
    .box-yellow {
        border-top: 5px solid #f4a01a;
        transform: scale(1.1);
        z-index: 4
    }
}

.box-blue {
    border-top: 5px solid #5f628f;
    z-index: 3
}

.box-red-2 {
    background-color: #ec5d71;
    padding: 15px 0
}

.box-blue-2 h5,
.box-red-2 h5,
.box-yellow-2 h5 {
    color: #fff;
    font-size: 20px
}

.box-yellow-2 {
    background-color: #f4a01a;
    padding: 15px 0
}

.box-blue-2 {
    background-color: #5f628f;
    padding: 15px 0
}

.subscription-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .2);
    position: relative
}

.ns {
    padding: 0;
    position: relative
}

@media(max-width:992px) {
    .ns {
        margin: 20px;
        position: relative
    }
}

.subs-ul li {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.subs-ul {
    padding: 0;
    margin: 0
}

.white-box {
    background-color: #fff;
    padding: 15px 15px;
    text-align: left
}

.white-box p {
    font-size: 15px
}

.bullets li {
    list-style: square!important;
    margin-bottom: 10px
}

.grey-box {
    background-color: #eaeaea;
    padding: 15px 0
}

.grey-box h4 {
    color: #747b81;
    font-weight: 700
}

.bg-gradient {
    background-image: linear-gradient(to right, #4b6071, #7c92a0)
}

@media(max-width:992px) {
    .bg-gradient .d-flex {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        padding-top: 15px
    }
}

.bg-gradient .d-flex {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.uplift-content h3 {
    color: #fff;
    font-size: 30px
}

.uplift-content a {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    margin-top: 20px
}

.fs-12-blue-normal-link:hover {
    transform: none!important
}

.jqplot-axis {
    left: -10px!important
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6)
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 5px;
    border: 1px solid #888;
    width: 100%
}

@media(min-width:768px) {
    .modal-content {
        width: 50%!important
    }
}

@media(max-width:992px) {
    .alert-text {
        padding-top: 15px
    }
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700;
    float: right
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.btn {
    margin-bottom: 0
}

@media(min-width:768px) {
    .d-flex {
        justify-content: space-around
    }
}

.carousel-indicators {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    margin-bottom: 15px
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 6px;
    height: 6px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background: #fff;
    outline: 0;
    border: 1px #fd1313 solid;
    margin: 5px;
    width: 14px;
    height: 14px;
    border-radius: 18px
}

.carousel-indicators li.active {
    background: #fd1313
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #dbeeff;
    border-left: 5px solid #007bff;
    color: #007bff
}

.nav-pills .nav-link {
    padding: 10px 10px
}

.ws {
    padding: 20px
}

.grey-border {
    border-top: 1px solid #f1f1f1;
    margin: 5px 0
}

.input-58 {
    width: 162px
}

@media(max-width:768px) {
    .input-58 {
        width: 100%
    }
    .mg-10 {
        margin-top: 10px
    }
}

.input-form {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #e0e1db!important;
    background-clip: padding-box;
    border: none!important;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.required {
    color: red
}

label {
    margin-bottom: 0
}

.search-input {
    border-radius: 3px!important;
    padding: 6px 6px
}

.search-input input,
.search-input input:focus {
    border: none;
    background-color: #eeeded;
    color: #333
}

.search-input .btn,
.search-input .btn i {
    border: none!important;
    padding: 5px 7px;
    background-color: #fff;
    color: #1275b9;
    outline: 0!important;
    font-weight: 700;
    font-size: 20px
}

.search-input .btn:focus,
.search-input .btn:hover {
    color: #1275b9
}

.fs-11 {
    font-size: 11px
}

.input_loading {
    background: url(http://www.xiconeditor.com/image/icons/loading.gif) no-repeat right center
}

.grid-nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.nav-width a {
    color: #777;
    font-size: 12px;
    font-weight: 400;
    padding: 2px 5px
}

.nav-width a i {
    font-size: 8px;
    color: #adadad
}

@media(max-width:992px) {
    .grid-nav {
        display: grid;
        grid-template-columns: repeat(1, 1fr)
    }
}

@media(min-width:768px) {
    .dropdown-width.show {
        width: 75rem!important
    }
    .grid-nav {
        width: 73rem!important
    }
}

.pin-stock>.active {
    color: #ed1c24!important
}

.pin-stock:hover {
    cursor: pointer
}

.pin-stock>.inactive {
    color: #455a63
}

.dataTables_wrapper .dataTables_filter {
    float: left;
    text-align: left;
    margin: 10px 0
}

.select2-container--default .select2-selection--single {
    background-color: transparent!important;
    border: none!important;
    outline: 0!important;
    border-radius: 4px
}

.select2-container {
    width: 200px!important
}

@media(min-width:768px) {
    .select2-container {
        width: 400px!important;
        background-color: #eeeded
    }
}

@media(max-width:768px) {
    .select2-container {
        width: 100%!important;
        background-color: #eeeded
    }
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 40px!important
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 35px!important;
    user-select: none;
    -webkit-user-select: none
}

.tooltip-inner {
    background-color: #f1f1f1!important;
    color: #777;
    font-size: 14px;
    width: 400px;
    border-radius: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    border-top-color: #f1f1f1!important
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    border-right-color: #f1f1f1!important
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #f1f1f1!important
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    border-left-color: #f1f1f1!important
}

#alert-search-input-error {
    position: absolute;
    margin-top: 35px;
    margin-left: 35px
}

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

.modalButton {
    border: none;
    outline: 0;
    background-color: transparent
}

.modal-backdrop.show {
    opacity: .5;
    display: none!important
}

.card_body {
    display: grid;
    place-content: center;
    align-items: center;
    background-color: transparent
}

.card-msg {
    clip-path: circle(6% at 50% 7%);
    overflow: hidden;
    text-align: center;
    transition: all ease-in-out .3s;
    background-color: #fff;
    position: absolute;
    padding: 5px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.card-msg__infoicon {
    position: absolute;
    font-size: 15px;
    color: #000;
    transition: ease-out .3s;
    z-index: 99
}

.card-msg__infoicon:hover {
    z-index: 0!important
}

.card-msg__title {
    margin: 0;
    padding-top: 25px;
    font-size: 14px;
    line-height: 1
}

.card-msg__description {
    margin: 0;
    font-size: 14px;
    line-height: 1.6
}

.card-msg__credits {
    margin: 0;
    padding: 4px 0;
    font-size: 1.1em
}

.card-msg__reference {
    display: inline-block;
    border-bottom: 1px solid transparent;
    color: #09f;
    text-decoration: none;
    transition: ease-in .3s
}

.card-msg__reference:hover {
    border-bottom-color: #09f
}

.card-msg:focus,
.card-msg:hover {
    clip-path: circle(75%);
    border-radius: 5px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .12), 0 3px 18px rgba(0, 0, 0, .08);
    background: #fff;
    outline: 0;
    z-index: 999;
    border: 1px solid #777
}

.card-msg:focus .card-msg__infoicon,
.card-msg:hover .card-msg__infoicon {
    opacity: 0
}

.card-msg:focus {
    box-shadow: 0 3px 9px rgba(0, 0, 0, .12), 0 3px 18px rgba(0, 0, 0, .08), 0 0 0 4px rgba(0, 0, 0, .2)
}

.p-rl-10 {
    padding: 0 10px
}

.p-rl-10 button {
    margin: 0 -2px;
    padding: 0 10px
}

.no-margin {
    margin: 0
}

.grey-bg,
.grey-bg:focus {
    background-color: #eeeded;
    color: #777;
    border-radius: 0!important;
    padding-top: 2px;
    padding-bottom: 2px;
    border: none
}

.grey-bg .btn:hover {
    background-color: #fff
}

@media(min-width:992px) {
    .d-flex-1 {
        display: flex!important;
        justify-content: space-between!important;
        align-items: center!important
    }
}

@media(max-width:992px) {
    .wid-100 {
        width: 100%
    }
    .wid-50 {
        width: 50%
    }
    .grey-bg {
        padding-bottom: 4px
    }
    .p-rl-10 button {
        padding: 0 5px
    }
    .p-rl-10 {
        margin-left: 20px
    }
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: inline-block;
    width: 170px;
    white-space: nowrap;
    overflow: hidden!important;
    text-overflow: ellipsis
}

.select2-container--default .select2-selection--single {
    background-color: #eeeded!important;
    border: 1px solid #aaa;
    border-radius: 4px
}

.banner img {
    width: 100%
}

.about-sec {
    background-color: #f2f2fa!important;
    margin: 40px 0;
    padding: 54px 0
}

.about-heading h2 {
    text-align: center;
    font-weight: 700;
    color: #373c46!important;
    font-size: 40px;
    margin-bottom: 20px
}

.about-content {
    text-align: center
}

.about-content p {
    font-size: 20px;
    line-height: 33px
}

@media(min-width:992px) {
    .about {
        position: relative;
        width: 80%;
        max-width: 1080px;
        margin: auto
    }
}

@media(max-width:992px) {
    .about-content p {
        font-size: 17px;
        line-height: 20px
    }
    .about-sec {
        margin: 20px 0;
        padding: 24px 0
    }
}

.nav-menu>ul>li:nth-of-type(3),
.nav-menu>ul>li:nth-of-type(4) {
    padding: 0 0!important
}

.link {
    padding: 40px 0
}

.link ul li a {
    color: #404041!important;
    font-family: Roboto, sans-serif!important;
    font-weight: 400!important;
    font-size: 11px!important;
    margin: 10px 0
}

#footer {
    color: #313030;
    font-size: 14px;
    background: #fff;
    border-top: 1px solid #455a63
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #fff9f7
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px
}

#footer .footer-top .footer-contact h4 {
    font-size: 22px;
    margin: 0 0 30px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: Raleway, sans-serif;
    color: #656262
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 700;
    color: #313030;
    position: relative;
    padding-bottom: 12px
}

#footer .footer-top .footer-links {
    margin-bottom: 30px
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #ffa587;
    font-size: 18px;
    line-height: 1
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0
}

#footer .footer-top .footer-links ul a {
    color: #656262;
    transition: .3s;
    display: inline-block;
    line-height: 1
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #ff5821
}

#footer .footer-newsletter {
    font-size: 15px
}

#footer .footer-newsletter h4 {
    font-size: 16px;
    font-weight: 700;
    color: #313030;
    position: relative;
    padding-bottom: 12px
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    text-align: left;
    border: 1px solid #ffe2d9
}

#footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px)
}

#footer .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: 0 0;
    font-size: 16px;
    padding: 0 20px;
    background: #ff5821;
    color: #fff;
    transition: .3s;
    border-radius: 50px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1)
}

#footer .footer-newsletter form input[type=submit]:hover {
    background: #ed3b00
}

#footer .credits {
    padding-top: 5px;
    font-size: 13px;
    color: #313030
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #ff5821;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: .3s
}

#footer .social-links a:hover {
    background: #ff7e54;
    color: #fff;
    text-decoration: none
}

.foote_bottom_ul_amrc li {
    display: inline-block;
    list-style: none
}

.foote_bottom_ul_amrc li a {
    color: #404041!important;
    font-family: Roboto, Calibri!important;
    color: #455a63;
    font-size: .7rem;
    font-weight: 700!important;
    letter-spacing: 2px;
    margin: 0 16px
}

.foote_bottom_ul_amrc {
    list-style-type: none;
    padding: 0;
    display: table;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px
}

.copyright {
    padding: 1.5rem 0 0
}

.copyright {
    font-family: Roboto, Calibri!important;
    color: #455a63;
    font-size: 14px;
    font-weight: 700
}

.tools-sec {
    padding: 60px 0
}

.tools-sec h2 {
    font-size: 22px;
    color: #333;
    font-weight: 700
}

.tools-sec h4 {
    font-size: 18px
}

.tools-sec .small-font {
    font-size: 14px;
    line-height: 1.3;
    color: #000
}

.tools-sec .desclaimer {
    font-size: 14px;
    line-height: 1.4;
    font-style: italic;
    color: #000
}

.italic-txt {
    font-style: italic;
    font-size: 12px;
    line-height: 1.1;
    margin-bottom: 0
}

.popup-relative {
    position: relative
}

.hover-popup {
    position: absolute;
    background: #fff;
    border: 1px solid #999;
    width: 250px;
    right: 98px;
    top: 16px;
    box-shadow: 0 0 6px 2px rgba(212, 204, 204, .75);
    -webkit-box-shadow: 0 0 6px 2px rgba(212, 204, 204, .75);
    -moz-box-shadow: 0 0 6px 2px rgba(212, 204, 204, .75);
    padding: 10px;
    border-radius: 5px;
    transition: all 3s ease-in-out;
    z-index: 99
}

@media(max-width:992px) {
    .hover-popup {
        width: 250px;
        right: 32px
    }
}

.hover-popup p {
    font-size: 13px;
    line-height: 1.3
}

.hover-popup {
    display: none
}

.close {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #333
}

.triggerd-bg {
    background-color: #eeeded!important
}

.flex-d {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

@media(max-width:992px) {
    .flex-d {
        display: block
    }
}

.image_modal {
    margin-left: auto;
    margin-right: auto;
    display: block
}

.close_img {
    color: #fff;
    font-size: 30px;
    cursor: pointer
}

.img_modal {
    padding-top: 20px
}

.zoom-icon {
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-top-left-radius: 50%;
    position: absolute;
    bottom: 0;
    outline: 0;
    border: 0;
    right: 0;
    text-align: center
}

.modal-open {
    overflow: auto!important
}

@media(max-width:992px) {
    .image_modal {
        width: 100%
    }
}

.font20 {
    font-size: 20px
}

.refresh-btn,
.refresh-btn:focus,
.refresh-btn:hover {
    border: none;
    outline: 0
}

.main-txt {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    color: #333
}

.video-thumbnail {
    background-color: rgb(248, 249, 250);
    padding: 10px;
    box-shadow: 0 0 0 1px #f1f1f1;
    border: 1px solid #f1f1f1
}

.video-thumbnail p {
    margin-top: 6px;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.3
}

.video-thumbnail .youtube-title {
    font-size: 15px;
    color: #333;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0;
}

.video-thumbnail {
    margin-bottom: 15px
}