﻿body {
    margin: 0px;    
    font-family: 'Montserrat';
    overflow-x: auto;
}
input, select { 
    font-family: Montserrat;
}
#inss { 
    height: 150px;
    display: flex;  
    align-items: center;
}
#skad { 
    height: 150px;
    display: flex;  
    align-items: center;
}
.skad-image{ 
    height: 120px;
}
.skad-text1 { 
    height: 120px;
    min-width: 350px;
    max-width: 350px;
    font-size: 13px; 
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid lightgray;
    border-left: 1px solid lightgray;
}
.skad-text2 { 
    height: 120px;
    min-width: 550px;
    max-width: 550px;
    font-size: 13px; 
    padding-left: 10px;
    text-align: justify;
    padding-right: 10px;
    border-right: 1px solid lightgray;    
}

.skad-button { 
    width: 150px; 
    border-radius: 10px;
    height: 40px; line-height: 40px;
    font-size: 15px; 
    text-align: center;
    background-color: #006187; 
    color: white; 
    margin-left: 10px;
    margin-right: 20px;
    cursor: pointer;
}
.ins{ 
    height: 140px; 
    cursor: pointer;
    margin-inline: 5px;
    border-radius: 10px;
}
.ins:hover { 
    border: 2px solid gray;
}
.bartextred{ 
    width: 100%;
    font-size: 12px;
    padding-left: 30px;    
    height: 25px; line-height: 25px;
    background-color: #2d3131; color: lightpink;
}
.bartext { 
    width: 100%;
    font-size: 12px;
    padding-left: 30px;
    height: 25px; line-height: 25px;
    background-color: #2d3131; color: white; 
}
.getngenlink{ 
    cursor: pointer;
    color: lightblue;
    font-weight: 600;
}
.insighbig { 
    position: fixed;
    left: 200px; 
    top: 105px; 
    z-index: 101;
    height: 700px; 
    border-radius: 15px;    
    border: 4px solid gray;
    background-color: white;
}
.insighbig-head{ 
    display: flex;
    align-items: center;    
    height: 40px; 
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: gray;
    color: white;
}
.insighbig-icon{ 
    margin-top: 3px;
    height: 30px; margin-left: 20px; 
    cursor: pointer;
}
.insighbig-close{ 
    margin-left: 20px;
    background-color: black;  color: white;
    height: 27px; width: 27px; 
    text-align: center; line-height: 27px;
    font-size: 15px; font-weight: 600;
    cursor: pointer; border-radius: 50%;
}
.insighbig-img { 
    text-align: center;
    height: 660px; 
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.mytooltip {
    padding: 7px;
    z-index: 300;
    position: absolute;
    min-width: 50px;
    max-width: 300px;
    max-height: 600px;
    font-size: 14px;
    font-weight: 400;    
    background-color: #2d3131;
    color: white;
    border-radius: 10px;    
    padding-left: 10px;
    padding-right: 10px;
}
header {
    width: 100%;
    background-color: #006187;
    height: 50px;
    position: absolute;
    top: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 11;
}
#LIVEmarketstarget { 
    position: relative;
    margin-top: 10px;    
}
.maingif { 
    width: 100%;
    opacity: 0.3;
}
.signupfree-button { 
    width: 130px; 
    transition-duration: 0.5s;
    border-radius: 10px;
    height: 40px; line-height: 40px;
    font-size: 15px; 
    text-align: center;
    background-color: #2d3131; 
    color: white; 
    margin: 10px auto;
    cursor: pointer;
}
.signupfree-button:hover {
    background-color: #006187 !important;
    width: 150px;
}
.signupfree{ 
    z-index: 2;
    text-align: center;
    position: absolute;
    left: 0; right: 0;
    margin: 50px auto;
    width: 500px;
    font-size: 30px; 
    font-weight: 600;
}

#leftmenu {
    min-width: 30px;
    max-width: 30px;
    height: 800px;
    background-color: #006187;
    position: fixed;
}
.leftmenuitem {
    white-space: nowrap;
    color: white;
    font-size: 11px;
    font-weight: 300;
    height: 100px;
    width: 30px;
    text-align: center;
    transform: rotate(270deg);
}

#keydata {
    height: 360px;
    overflow-y: scroll;
}
.keydata-item:hover { 
    background-color: #e5e5e5;
}
.keydata-screenshot{ 
    height: 25px;
    position: absolute;
    right: 30px;
    cursor: pointer;
}
.keydata-excel { 
    height: 18px;
    position: absolute;
    right: 60px; top: 5px;
    cursor: pointer;
}
.keydata-item { 
    display: flex; align-items: center;
    height: 25px; 
    border-bottom: 1px solid lightgray;
}
.keydata-item-name { 
    font-size: 11px;
    width: 230px;    
    margin-left: 5px;
    white-space: nowrap;
    overflow: hidden;
}
.maintwitter { 
    margin-top: 10px;
    height: 30px;
}
.mainyoutube { 
    margin-top: 10px;
    height: 30px;
    cursor: pointer;
}
.keydata-item-freq{ 
    text-align: left;
    font-size: 10px;
    width: 60px; 
    color: gray; 
}
.keydata-item-unit{ 
    text-align: left;
    font-size: 10px;
    width: 100px; 
    color: gray; 
    white-space: nowrap;
    overflow: hidden;
}
.keydata-item-date { 
    font-size: 11px;
    width: 60px;
    color: gray; 
    text-align: left;
}
.keydata-item-value{
    text-align: center;
    font-size: 13px;
    color: #006187;
    width: 70px;
}
.keydata-item-img{ 
    height: 18px; cursor: pointer;    
    margin-right: 5px;
}
.keydatahist-item-img{ 
    height: 20px; cursor: pointer;    
    color: black;
}
.wmdividerLine {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 1px;
    background-color: lightgray;
}
#keydata-country { 
    margin-left: 10px;
    height: 25px; 
    border: none;
    background-color: lightblue;
    margin-bottom: 2px;
    width: 180px;
    outline: none;
}
#ngenlogo {
    cursor: pointer;
    margin-left: 20px;
    height: 30px;
}

#ngenlogotext {
    cursor: pointer;
    margin-left: 7px;
    color: white;
    min-width: 240px;
    font-size: 15px;
    font-weight: 300;
}
#otherIndices { 
    height: 30px; 
    display: flex;
    align-items: center;
}
.otherIndicesTitle { 
    font-size: 13px;
    font-weight: 600;
    margin-left: 10px;
}
#otherIndicesSelect {
    padding-left: 10px;
    margin-left: 20px;
    height: 30px;
    width: 250px;
    background-color: lightblue;
    border: none;
    outline: none;
    font-family: 'Montserrat';
}
#marketsTop {
    border-top: 2px solid #006187;
    padding-top: 3px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    height: 400px;
    width: 100%;
    margin-left: 10px;
}
#marketsTopLeft{
    padding-right: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-right: 1px solid lightgray;
}
.bolder {
    font-weight: 600 !important;
}
.mainStatName {
    font-size: 12px;
    font-weight: 500;
    min-width: 115px;
    max-width: 115px;
    text-align: right;
    padding-right: 5px;
}

.mainStatValue {
    text-align: center;
    font-size: 12px;
    width: 60px;
}

.mainStatValueh {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    width: 60px;
}
#maintitleghost{ 
    display: none;
}
#maintitle, #maintitleghost{
    position: relative;
    /*width: 500px;*/
    top: 0px;
    left: 0px;
}
.charter {
    cursor: pointer;
}

    .charter:hover {
        background-color: #e5e5e5 !important;
    }

.mainStat {
    display: flex;
    height: 25px;
    align-items: center;
    justify-content: flex-start;
}
#mainmarket {
    height: 350px;
    width: 500px;
    /*min-width: 500px;
    max-width: 500px;*/
}
.mainStatValueh2 {
    text-align: center;
    font-size: 12px; font-weight: 600;
    width: 80px;
}
.blue {
    color: #006187;
}
.wmitemvalue1 {
    text-align: center;
    width: 80px;
    font-size: 11px;
}
.wmitem1head {
    background-color: #e5e5e5;
    border-radius: 10px;
}
.mainStatValueh1 {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    width: 80px;
}
.wmitemname {
    margin-right: 5px;
    min-width: 130px;
    max-width: 130px;
    font-size: 12px;
    font-weight: 500;
    text-align: right;
}
#marketsTopLeftRight {
    padding-left: 20px;
}
#mainmarketstats {
    width: 460px;
}

#worldperiod {
    margin-left: 20px;
    outline: none;
}

#worldmarket {
    margin-top: 10px;
}

#worldchart {
    width: 550px;
    height: 220px;
}
.clicktochart {
    margin-left: 10px;
    font-size: 10px;
    font-weight: 600;
    color: #006187;
}
#chartStartDateTitle {
    margin-left: 20px;
    font-size: 12px;
    color: #006187;
    font-weight: 600;
}
#chartStartDateTitle {
    margin-left: 20px;
    font-size: 11px;
}

#chartStartDate {
    font-family: 'Montserrat';
    text-align: center;
    width: 120px;
    background-color: #e5e5e5;
    border-radius: 5px;
    border: none;
    margin-left: 5px;
    font-size: 11px;
    margin-bottom: 2px;
    outline: none;
    height: 20px;
}
#indicesactuallabel {
    font-size: 11px;
    color: #006187;
    font-weight: 600;
}

#indicesactual {
    cursor: pointer;
    margin-left: 15px;
    height: 20px;
    width: 20px;
}
.topimg { 
    height: 40px;
    margin-right: 10px;
}
.toppart { 
    width: 200px; 
    border-right: 2px solid white;
    height: 50px; 
    display: flex; justify-content: center; align-items: center;
    color: white;
    font-size: 15px; font-weight: 600;
    cursor: pointer;
}
.toppart:hover { 
    background-color: #2d3131;
}
.versions{ 
    font-size: 10px;
    width: 70px;
    text-align: right;
    height: 50px;
    display: flex; align-items: center; 
    color: white;
}

#ngenmk {
    text-align: center;
    width: 220px;
    padding-top: 7px;
    padding-bottom: 7px;
    cursor: pointer;
    border-left: 1px solid white;
    border-right: 1px solid white;
}
#ngenad {
    display: flex;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 30px;
    border-left: 1px solid white;
    border-right: 1px solid white;
}

#ngenad:hover, #ngenmk:hover { 
    background-color: #2d3131 !important;
}
.bold { 
    font-weight: 600;
}
.lightblue { 
    color: lightblue;
}
.ad-item:nth-of-type(1) {
    color: lightblue;
}
.ad-item:nth-of-type(2) {
    color: white;
}
.ad-item:nth-of-type(3) {
    color: lightgreen;
}
.ad-item:nth-of-type(4) {
    color: #57e4a8;
}
.ad-item {
    min-width: 110px;
    max-width: 110px;
    text-align: center;
}
#ngensms { 
    color: #faff81;
    width: 150px;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 13px;
    cursor: pointer;
    border-right: 2px solid white;
    border-left: 1px solid white;
}
#ngensms:hover {
    background-color: #2d3131;
}

.ad-name { 
    font-size: 24px;
    font-weight: 600;
}
.ad-price {
    font-size: 12px;
}
.indiansectors {
    margin-left: 10px;
    display: flex;
    height: 27px;
    padding-right: 20px;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-left: 2px solid #006187;
    border-right: 2px solid #006187;
    border-top: 2px solid #006187;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.indiansectors-checkbox {
    margin-bottom: 2px;
    margin-left: 25px;
    height: 20px; width: 20px; 
    cursor: pointer;
}
.indiansectors-text {
    margin-left: 2px; 
    font-size: 12px;
    color: gray;
}
.marketcsv, .marketcsv3 {
    cursor: pointer;
    right: 5px;
    bottom: 1px;
    position: absolute;
    height: 20px;
}
.mainchartloaderimage {
    height: 130px;
}
.marketcsv1 {
    cursor: pointer;
    right: 35px;
    bottom: 1px;
    position: absolute;
    height: 23px;
}
.chartsettings {
    margin-left: 10px;
    height: 30px;
    cursor: pointer;
}
.chartsettingsbox { 
    position: absolute;
    z-index: 101;
    background-color: white;
    border: 2px solid gray;
    border-radius: 15px;
    padding: 20px;
    width: 300px;    
}
.chartsettingsboxitemname{ 
    width: 350px; 
    font-size: 13px;
}
.chartsettingsboxitemdelete{ 
    height: 25px; 
    cursor: pointer;
    margin-left: 10px;
}
.chartsettingsboxitem{ 
    display: flex;
    align-items: center;
    height: 30px;
    border-bottom: 1px solid lightgray;
}
.chartsettingsboxtitle{ 
    font-size: 16px;
    font-weight: 600;
    color: #006187;
    text-align: center;
    margin-bottom: 10px;
}
.chartsettingsboxclose{ 
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 15px;
    border-radius: 50%;
    cursor: pointer;
    height: 30px; width: 30px; text-align: center;
    line-height: 30px;
    background-color: #2d3131; color: white;
}
.wmitem1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 25px;
}
.mainmarkettitle {
    position: relative;
    margin-bottom: 10px;
    font-size: 15px;
    display: flex;
    align-items: center;
    min-height: 25px;
    max-height: 25px;
    border-bottom: 2px solid #006187;
    background-color: white;
}
.mainmarketcountry{ 
    font-size: 12px;
    margin-left: 30px;
}
#sectorIndices-bse {
    width: 60%;
}

#sectorIndices-nse {
    width: 60%;
    display: none;
}
.mainiconholder {
    position: relative;
    cursor: pointer;
    height: 50px;
    max-height: 50px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    border-left: 1px solid white;
    border-right: 1px solid white;
}
.ngenmarketsdemo { 
    font-size: 18px; 
    color: lightblue;
    font-weight: 600;
}
.mainiconholder:hover { 
    background-color: #2d3131;
}
.mainiconholder-text { 
    color: white; 
    font-size: 9px;
}
.mainiconholder-demo { 
    text-align: center;
    width: 220px;
    padding-top: 7px;
    padding-bottom: 7px;
    cursor: pointer;
    border-left: 1px solid white;
    border-right: 1px solid white;
}
.mainiconholder-demo:hover {
    color: white;
    background-color: #2d3131;
}
.showmarketspopup { 
    position: absolute; 
    top: 25%;
    left: 35%;
    background-color: white; 
    border: 2px solid gray;
    border-radius: 15px; 
    z-index: 110;
    padding: 30px; 
}
.showmarketspopup-msg { 
    font-size: 16px; 
    width: 300px; 
    text-align: center;
}
.showmarketspopup-ok { 
    transition-duration: 0.5s;
    margin: 20px auto 0 auto;
    cursor: pointer;
    width: 50px; text-align: center;
    height: 30px; line-height: 30px;
    font-size: 14px; 
    border-radius: 10px;
    background-color: #006187; color: white;
}
.showmarketspopup-ok:hover { 
    background-color: #2d3131;
    width: 60px;
}
.knowledgebase-icon { 
    margin-top: 5px;    
    height: 40px;
}
#login {
    font-size: 10px;
    font-weight: 600;
    color: lightgreen;
    border-right: 2px solid white;
    display: flex;  align-items: center;
    padding-left: 25px;
    padding-right: 25px;
    height: 100%;
    color: lightgreen;
    font-size: 18px;
    cursor: pointer;    
    text-align: center;    
    border-left: 2px solid white;
    border-right: 2px solid white;
}
#login:hover {
    color: white;
    background-color: #2d3131;
}
#markets-sector-view {
    display: flex;
    justify-content: center
}
#marketsTopRight {
    padding-left: 20px;
    width: 580px;    
}
#marketsBottom {
    padding-top: 20px;
    width: 100%;
    height: 600px;
    display: flex;
    margin-left: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 10px;
}
#marketsBottomLeft {
    padding-right: 20px;
    height: 600px;
    border-right: 1px solid lightgray;
}
#sectorChartChoices{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    margin-bottom: 10px;
}
.wmitem {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 25px;
    cursor: pointer;
}
.wmitemvalue {
    text-align: center;
    width: 80px;
    font-size: 11px;
}
.wmitemname0 {
    margin-right: 5px;
    min-width: 120px;
    max-width: 120px;
    font-size: 12px;
    font-weight: 500;
    text-align: right;
}
.sectorChartChoice {  
    text-align: center;
    margin-left: 10px;
    background-color: gray;  
    font-family: 'Montserrat';
    font-size: 13px;
    cursor: pointer;
    width: 50px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    color: white !important;
}
.sectorChartChoice:hover {
    background-color: #2d3131;
    color: white;
}

#sectorCharts {
    padding-top: 20px;
    height: 100%;
    width: 50%;
    font-weight: 600;
}
#sectChart1, #sectChart2 {
    display: flex;justify-content: center;align-items: center;
    width: 445px;
    height: 250px;
    background-color: #e5e5e5;
    margin-bottom: 10px;
}
#marketsBottomRight {
    padding-left: 20px;
    width: 580px;
    height: 100%;
}

#mainchartloader {
    z-index: 2;
    position: absolute;
    top: 100px;
    height: 150px;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
    font-size: 20px;
    color: #006187;
    text-align: center;
    animation: blinker 1s linear infinite;
}

.mainchartloaderimage {
    height: 130px;
}

.marketcsv, .marketcsv3 {
    cursor: pointer;
    right: 5px;
    bottom: 1px;
    position: absolute;
    height: 23px;
}

.marketcsv1 {
    cursor: pointer;
    right: 35px;
    bottom: 1px;
    position: absolute;
    height: 23px;
}

.marketcsv2 {
    cursor: pointer;
    right: 0px;
    bottom: 1px;
    position: absolute;
    height: 23px;
}
.markets-main-bsense-holder {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 15px;
}

.markets-main-bsense {
    height: 10px;
    width: 10px;
    cursor: pointer;
    margin-left: 10px;
}

.markets-main-bsense-text {
    font-size: 11px;
    font-weight: 600;
}
.overlay-icon {
    position: absolute;
    height: 250px;
    left: 0px;
    right: 0px;
    margin: 250px auto;
    animation: blinker 1s linear infinite;
}

.overlay-text {
    font-size: 30px;
    font-weight: 600;
    color: #006187;
    text-align: center;
    margin-top: 150px;
}
#overlay {
    z-index: 100;
    opacity: 0.8;
    position: absolute;
    left: 0;
    top: 0;
    width: 1600px;
    height: 120%;
    background-color: white;
    display: none;
}

.kd-comp {
    position: absolute;
    background-color: white; 
    border: 3px solid lightgray;
    height: 300px; 
    width: 600px; 
    border-radius: 15px;
    z-index: 9;    
    opacity: 0.9;
}
.kd-close { 
    position:  absolute;
    right: 10px; top: 3px;
    background-color: black;
    color: white;
    width: 20px; text-align: center;
    height: 20px; line-height: 20px;
    border-radius: 50%;
    font-size: 12px;
    cursor: pointer;
}
.kd-comp-dragger { 
    height: 25px; line-height: 25px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}
.kd-comp-chart {  
    height: 275px; 
    width: 600px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.kd-comp-nodata { 
    display: none;
    color: #006187;
    font-size: 25px; 
    text-align: center;
}
.kd-comp-loader {
    position: absolute;
    z-index: 100;
    right: 0px; left: 0px; 
    margin: 70px auto;    
    width: 50px !important;
    height: 50px !important;
}
.l_forgot { 
    position: absolute;
    font-size: 11px;
    color: #fdbbbb;
    right: 10px;
    bottom: 20px;
    cursor: pointer;
}
.l_forgot:hover{ 
    text-decoration: underline;
}
.l_box, .l_sms {
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 500px;
    padding: 20px;
    border: 1px solid gray;
    border-radius: 20px;
    background-color: #006187;
    z-index: 100;
}

.l_sms {
    width: 350px;
}

.l_box_close, .l_sms_close { 
    height: 30px; width: 30px; 
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    background-color: white;
    color: black;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 10px;
}
.l_demo_go {
    background-color: lightgreen;
    width: 300px;
    text-align: center;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 30px;
    cursor: pointer;
    transition-duration: 0.25s;
}
.l_go {
    background-color: lightgreen;
    width: 40px;
    text-align: center;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 30px;
    cursor: pointer;
    transition-duration: 0.25s;
}
a {
    color: white;
}
.l_forgot_email{ 
    background-color: #e5e5e5;
    border: none; outline: none;
    border-radius: 10px;
    width: 300px;
    height: 30px;
    font-size: 14px;
    padding-left: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.l_reminder { 
    background-color: #2d3131;
    color: white;
    width: 200px;
    text-align: center;
    height: 30px; line-height: 30px;
    border-radius: 15px;
    font-size: 12px;
    cursor: pointer;
    transition-duration: 0.25s;
}
.l_reminder:hover { 
    width: 225px;
}

.l_box_portal_choice {
    height: 50px;
    line-height: 50px;
    color: white;
}
.l_box_portal {
    margin-inline: 5px;
    font-size: 14px;
    height: 30px;
    border-radius: 10px;
    background-color: white;
}
.black{ 
    color: black !important;
}
.link { 
    cursor: pointer;
}
.link:hover { 
    text-decoration: underline;

}
.l_status, .l_reminder_status {
    display: none;
    font-size: 13px;
    height: 30px;    
    margin-top: 10px;
}
.l_reminder_status {
    margin-top: -10px;
    margin-left: 5px;
}
.l_go:hover {
    width: 70px;
}

.l_demoname { 
    margin-top: 30px;
}
.l_username, .l_password, .l_demophone, .l_demoemail, .l_demoname {
    height: 30px; 
    width: 300px;
    padding-left: 10px;
    border-radius: 10px;
    border: none;
    outline: none;
}

.l_logo { 
    display: flex;
    align-items: center;
}
.l_box_logo {
    height: 60px;
}
.l_box_signup {
    cursor: pointer;
    color: white;
}
.l_box_signup:hover {
    text-decoration: underline;
}
.l_box_logotext {
    font-size: 25px;
    color: white;
    margin-left: 10px;
}
.white {
    color: white;
}

.l_box_text_demo1{ 
    color: lightblue;   
    margin-top: 10px;
    font-size: 12px;
}
.l_box_text, .l_box_text_login, .l_box_text_demo {
    margin-top: 10px;
    font-size: 14px;
    color: #e5e5e5;
}
.l_box_text_help { 
    margin-top: 10px;
    font-size: 12px; 
    color: lightblue;    
}
.l_box_2{ 
    color: lightblue;
    font-size: 14px;
    cursor: pointer;
}
.l_sms_txt {
    font-size: 14px;
    color: white;
    width: 300px;
    margin-bottom: 20px;
}
.l_sms_number, .l_sms_email {

    height: 30px; width: 300px;
    border: none; outline: none;
    border-radius: 15px;
    padding-left: 10px;
}
.l_sms_signup {
    background-color: #2d3131;
    color: white;
    text-align: center;
    width: 100px;
    cursor: pointer;
    height: 30px; line-height: 30px;
    border-radius: 15px;
    margin-top: 15px;
    font-size: 13px;
}

.l_sms_txt_dnd { 
    font-size: 12px; 
    color: white;
    margin-bottom: 10px;
}
.l_sms_status{ 
    margin-top: 10px; 
    padding-left: 10px;
    font-size: 13px;
}


/*// mobile markets*/
#mobilehead {
    height: 70px;
    display: flex; 
    align-items: center;
    background-color: black;
    color: white;
    position: relative; 
    border-bottom: 1px solid lightgray;
}
.fom-menu { 
    transition-duration: 1s;
    padding-top: 50px;
    display: none;
    position: absolute; 
    right: 0px; 
    top: 0px;
    opacity: 1;
    background-color: #006187;
    z-index: 102;
    height: 100vh;
    width: 200px; 
    border: 1px solid lightgray;
}
.fom-close{ 
    position: absolute;
    top: 10px; 
    right: 10px; 
    font-size: 20px; 
    color: white;
    font-weight: 600;
}
.fom-menuitem{     
    font-size: 15px;
    height: 70px;    
    padding-right: 10px;
    line-height: 50px;
    display: flex; 
    align-items: center;
    justify-content: flex-end;
}
#ngenmlogo { 
    margin-left: 10px;
    height: 40px;
}
.fom-icon1{ 
    height: 30px;
    margin-inline: 10px;
}
.fom-icon2{ 
    height: 35px;
    margin-inline: 10px;
}
#findoutmore {               
    height: 40px;
    margin-left: auto;
    margin-right: 20px;
}
#ngenmlogotext{ 
    font-size: 17px; font-weight: 600;
    margin-left: 10px;
    color: white;
    width: 200px;
}
.subsectiontitle { 
    background-color: lightblue;
    color: black;
    font-size: 17px;
    text-align: center; 
    height: 40px; line-height: 40px;
}

.sectiontitle{
    background-color: #006187; color: white;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    height: 40px; 
    position: relative; 
    padding-left: 10px;
    display: flex; align-items: center;
}

.inditem {
    height: 40px;     
}
.inditem-head {
    font-weight: 600;
    height: 50px; 
    background-color: white;
}
.inditem, .inditem-head { 
    font-size: 12px;
    display: flex; align-items: center;
    border-bottom: 1px solid lightgray;
}
.inditem-name {
    padding-left: 10px;
    width: 130px;
    text-align: left;
}
.inditem-value {    
    text-align: center;
    width: 130px;
    height: 40px; line-height: 40px;
}
.inditem-wd-value {    
    text-align: center;
    width: 90px;
    height: 40px; line-height: 40px;
}
.inditem-change, .inditem-mtd, .inditem-ytd {     
    text-align: center;
    width: 80px;
}
.inditem-wd-change, .inditem-wd-mtd, .inditem-wd-ytd { 
    font-size: 13px;
    text-align: center;
    width: 80px;
}
.inditem-today { 
    font-size: 13px;
    text-align: center;
    width: 100px;
    height: 40px; line-height: 40px;
}

.indexch-left { 
    margin-left: 40px; 
}
.indexch-right { 
    margin-left: 10px; 
}
.switch, .m-switch, .b-switch {
  position: relative;
  display: inline-block;
  width: 65px;
  height: 34px;
/*  width: 60px;
  height: 34px;*/
  margin-left: 10px;
}

.switch .swinput, .m-switch .m-swinput, .b-switch .b-swinput { 
  opacity: 0;
  width: 0;
  height: 0;
  cursor: cell;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  left: 2px;
  bottom: 2px;
  background-color: lightblue;
  -webkit-transition: .4s;
  transition: .4s;
}
.swinput:checked + .slider {
    /*#2196F3*/
  background-color: white;
}
.m-swinput:checked + .slider {
  background-color: white;
}
.b-swinput:checked + .slider {
  background-color: white;
}

.swinput:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.m-swinput:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.b-swinput:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.swinput:checked + .slider:before {
  -webkit-transform: translateX(31px);
  -ms-transform: translateX(31px);
  transform: translateX(31px);
}
.m-swinput:checked + .slider:before {
  -webkit-transform: translateX(31px);
  -ms-transform: translateX(31px);
  transform: translateX(31px);
}
.b-swinput:checked + .slider:before {
  -webkit-transform: translateX(31px);
  -ms-transform: translateX(31px);
  transform: translateX(31px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

#demorequest{     
    position: absolute; 
    background-color: white; 
    border: 1px solid lightgray; 
    z-index: 5;
    top: 70px;    
    padding: 40px;
    margin: 0 auto;
    height: 100%;
    display: none;
    overflow-y:scroll;
}
.demo-title { 
    color: #006187; 
    font-weight: 600;
}
.dr-submit { 
    background-color: #006187; color: white; 
    font-size: 14px; 
    height: 40px; line-height: 40px; 
    text-align: center;
    border-radius: 10px;
    width: 100px;
    margin-top: 20px;
}
.dr-status{ 
    font-size: 13px;
}
.demo-close{ 
    position: absolute; 
    background-color: #2d3131; 
    color: white; 
    right: 10px; top : 10px;
    height: 30px; width: 30px; text-align: center; line-height: 30px;
    border-radius: 50%;
}
.dr-name { 
    margin-top: 20px;
}
.dr-name, .dr-phone, .dr-email { 
    height: 40px; width: 260px;
    font-family: Montserrat;
    margin-bottom: 20px;
    border: none; 
    background-color: #e5e5e5;
    font-size: 14px;
    padding-left: 5px;
}

.mobilegif{ 
    background-image: url("../images/maingif.gif");
    height: 100vh;
    opacity: 0.3;
}
#mm { 
    overflow: hidden;
    position: relative;
}

.mobilesignupfree{ 
    position: absolute;
    top: 400px; 
    z-index: 4;
    height: 50px; line-height: 50px; 
    text-align: center;
    width: 180px;
    margin: 0 auto; left: 0; right: 0;
    background-color: #006187; color: white;
}

.mobiletitle{
    position: absolute;
    top: 100px; 
    font-size: 25px; 
    text-align: center;
    width: 300px;
    font-weight: 600;
    margin: 0 auto; left: 0; right: 0;
}
.mobilehelp { 
    position: absolute;
    top: 200px;
    width: 250px;
    margin: 0 auto 30px auto; left: 0; right: 0;
    font-size: 14px; 
    margin-top: 30px; 
    color: #006187; 
    font-weight: 600;
    text-align: center;
}