@charset "utf-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

@font-face{font-family:Avenir Next LT Pro;src:url(../fonts/AvenirNextLTPro-Regular.woff2) format("woff2"), url(../fonts/AvenirNextLTPro-Regular.woff) format("woff"), url(https://eventsinamerica.com/css/fonts/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular) format("svg");
font-weight:400;font-style:normal}
@font-face {font-family: Roboto-Regular;src: url(../fonts/Roboto-Regular.html);}
@font-face {font-family: SegoeUI;src: url(../fonts/SegoeUI.html);}
@font-face {font-family: SegoeUI-Bold;src: url(../fonts/SegoeUI-Bold.html);}
@font-face {font-family: Roboto-Light;src: url(../fonts/Roboto-Light.html);}
@font-face {font-family: robotoregular;src: url(https://tollboothstrategy.com/fonts/roboto-regular-webfont.woff);}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    overflow-x: hidden;
    color: #505050;
    background-color: #fff;
    position: relative;
}

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    box-sizing: border-box;
}

p {
    font-size: 14px;
    color: #505050;
    line-height: 1.6;
    margin: 0 0 15px;
    font-weight: 400;
}

a {
    color: #505050;
    text-decoration: none !important;
    transition: ease-in-out 0.3s;
    display: inline-block;
}

a:hover,
a:active,
a:focus {
    color: #ff4800;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    color: #505050;
    margin: 0;
    margin-bottom: 10px;
}

h1 {
    font-size: 36px;
    font-weight: 700;
}

h2 {
    font-size: 30px;
    line-height: 1.5;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

ul {
    margin: 0;
}

input,
select,
textarea,
button,
input:focus,
button:focus {
    outline: none;
}

button {
    transition: ease-in-out 0.3s;
}

img {
    max-width: 100%;
}

header,
section,
footer {
    width: 100%;
}

.navbar-expand-lg .navbar-nav a,
.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 15px;
    color: #000;
    font-weight:700;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 5px 15px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #ff4800;
}

.navbar-nav .dropdown {}

.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-nav .dropdown-menu {
    border-radius: 0px;
    border: none;
    min-width: auto;
    padding: 5px 0px;
    margin-top: 0px;
	background: #D8EEFF;
}

.navbar-nav .dropdown-menu .dropdown-item {
    padding: 5px 15px;
	font-weight:700px;
}

.navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #ff4800;
    background-color: transparent;
}

.navbar-expand-lg .navbar-nav .nav-Btn {
    border: 1px #ff4800 solid;
    border-radius: 50px;
}


/*
.navbar-expand-lg .navbar-nav .nav-Btn:hover {
  background-color: #ff4800; color: #fff;
}
*/

.dropdown-toggle::after {
    border: none;
    width: 12px;
    height: 6px;
    background: url(../images/ic_arrow.png) center no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.mainContent {
    padding: 45px 0px;
}

.bannerCol {
    width: 100%;
    min-height: calc(90vh - 200px);
    position: relative;
    border-radius: 20px;
    background: url(../images/bg_01.png) center no-repeat;
    background-size: cover; border: 1px solid #cfcfcf;
}

.bannerCaption {
    width: 100%;
    max-width: 263px;
    padding: 20px 10px 25px;
    border-radius: 15px;
    text-align: center;
    background-color: rgb(255 255 255 / 70%);
    position: absolute;
    left: 50%;
    bottom: 28%;
    transform: translateX(-50%);
}

.bannerCaption:hover {}

.listText {
    display: flex;
}

.listText li {
    width: 33.33%;
    padding: 0px 10px;
    font-size: 14px;
    font-weight: 500px;
}

.listText li span {
    display: block;
    font-size: 17px;
    font-weight: 600 !important;
    margin-top: 5px;
    color: #3CA89B;
}

.bannerCaption .arrowLink {
        position: absolute;
    color: #b1b1b1;
    font-size: 40px;
    left: 50%;
    font-weight: 300 !important;
    bottom: -32px;
    transform: translateX(-50%);
    line-height: 1;
}

.bannerCaption .arrowLink:hover {
    transform: translateX(-50%) rotate(-90deg);
}

footer {
    text-align: center;
    padding: 60px 0px 20px;
	margin-top:60px;
}

.f_links {
    display: flex;
    justify-content: center;
}

.f_links li {
    padding: 4px 20px;
}

.f_links li a {
    position: relative;
    padding-left: 13px;
    font-weight:600;
	font-size: 13px;
}

.f_links li a:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background-color: #a1a2a3;
    left: 0px;
    top: 6px;
}

.copyRight {
    margin: 0px;
    padding: 5px 0px 4px;
    font-weight: 500;
}

.slideRow {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    height: 420px;
}

.slideLeftInfo {
    width: 34%;
    margin-right: 1%;
    background-color: #cff9f2!important;
    border-radius: 30px;
    padding: 30px 25px;
}

.slideRightInfo {
    width: 65%;
    display: flex;
    flex-wrap: wrap;
    border: solid 1px #efefef;
    border-radius: 30px;
}

.listingLeftSider {
    width: 100%;
    padding: 0px;
    list-style: disc;
    padding-left: 15px;
    padding-right: 0px;
}

.listingLeftSider li {
    margin-bottom: 25px;
    font-weight: 500;
    line-height: 1.7;
    font-size: 15px;
}

.listingLeftSider li::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #ff4800;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    left: -8px;
    margin-left: -3px;
    top: -2px;
}

.sectionTitle01 {
    font-size: 25px;
    margin-bottom: 25px;
    margin-top: 0px;
    color: #86623e;
}

.sliderOver {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 30px;
    padding: 30px 25px 30px 15px;
    border: 1px solid #abaaaa;
    position: relative;
    width:70%;
}

.tabelSlder {
    width: 100%;
    max-width: 510px;
    display: flex;
    flex-wrap: wrap;
}

.tableRow {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: 15px
}

.tableCell40 {
    width: 50%;
    padding: 5px;
    font-weight: 500;
}

.tableCell {
    width: 20%;
    padding: 5px;
    font-weight: 500;
}

.tableCell100 {
    width: 100%;
    padding: 5px;
    font-weight: 500;
}

.headerRow {
    font-family: 'Montserrat', sans-serif;
}

.BGPattern01 {
    background-image: url('../images/Intersection1.png');
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #c8c8c8;
}
.BGPattern02 {
    background-image: url('../images/MaskGroup.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.BGPattern03 {
    background-image: url('../images/Intersection3.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.BGPattern04 {
    background-image: url('../images/Intersection4.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.BGPattern05 {
    background-image: url('../images/Intersection5.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.BGPattern06 {
    background-image: url('../images/Rectangle7.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.slideButton {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background-color: #ebfaff;
}
a.slideButton.left {
    position: absolute;
    top: 360px;
    left: 29%;
    background: #FFF;
}

a.slideButton.left img {
    transform: rotate(269deg);
}
.slideButton img {
    width: 22px;
    transform: rotate(90deg);
}

.smallText {
    width: 100%;
    text-align: left;
    font-size: 10px;
    margin-top: 10px;
}

.width280 {
    max-width: 280px;
}

.width380 {
    max-width: 380px;
}



/* Home Page 20 */

.tableTitle {
    display: flex;
    justify-content: space-between;
}


.tableTitle h2 {
    font-size: 20px;
        margin-bottom: 25px;
        font-weight: 500;
}


.tableStyle{margin-top: 20px;}
.tableStyle thead th,
.tableStyle td, 
.tableStyle th{border: none; padding: 6px; color: #505050;}

.tableStyle thead th{vertical-align: top;}

.tableStyle tbody td{font-weight: 500;}


.noteCol{}
.noteCol p{display: flex; font-weight: 500;}
.noteCol p label{white-space: nowrap; margin-right: 10px;}

.noteInner{padding-left: 50px;}
.colorNote{position: relative;}
.colorNote:before{position: absolute; content: ''; width: 35px; height: 25px; border:1px solid #3ba506; left: -50px;}

.greenText{color: #3ba506 !important; font-weight: 600 !important;}
.greenTextBox {padding: 6px 0px !important;}
.greenTextBox span{color: #3ba506 !important; font-weight: 600 !important; border: 2px #3ba506 solid !important; border-radius: 5px; padding: 6px 8px;}

.td_title{font-weight: 600 !important;}

.sideNavBar{
	width: 100%;
	border-radius: 20px;
	padding: 35px 25px;
	background-color: #c2e4f7 !important;	
}

.table tr th {
    background: #DCFFEC;
}

.table td, .table th {
    border-top: 0px solid #dee2e6;
    padding: 7px;
        padding-left: 7px;
}

tr:nth-child(2n+1) {
    background: #f6f6f6;
}

.sideNavBar h6{   
	font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 16px;
    color: #296f0d !important; 
}

.sideNav{margin: 15px 0px 30px;}
.sideNav li{}
.sideNav li a{font-size: 14px; font-weight: 500; color: #505050;font-weight: 600;}
.sideNav li a:hover{color: #ff4800;}

.h_80 {  height: 80px;}


.table thead th {
    vertical-align: middle;
    background: #EBFAFF;     font-weight: 600;
}

.btnList__ {
    display: inline-flex;
    border-radius: 50px;
    overflow: hidden;
    margin-bottom: 20px;
    /*border: 0.5px solid #9D8063;*/
	margin-bottom: 50px;
}
.btnList__ li a.active {
    color: #fff;
    background: #96A63C;
	border-radius: 50px;
}

.btnList__ li a {
    font-size: 13px;
    color: #96A63C;
    font-weight: 600;
    padding: 10px 20px;
    display: inline-block;
}

.form_Col .labelCol___ {
    min-width: 70px;
    width: 70px;
    text-align: right;
}
.form_Col {
    display: flex;
    margin-bottom: 25px;
}

.fieldCol___ {
    margin: inherit;
}

.form_Col .fieldCol___ select, .form_Col .fieldCol___ input {
    width: 100%;
    padding: 5px;
    border: none;
    border-bottom: 1px #c3c3c3 solid;
    outline: none;
}

.link__Col {
    text-align: right;
}
.btn_1 {
    border-radius: 50px;
    background: #96A63C;
    color: #fff;
    border: none;
    font-size: 14px;
    padding: 6px 15px;
    margin: 4px auto;
    letter-spacing: 1px;
    min-width: 66px;
    display: inline-block;
    text-align: center;
    transition: 0.3s;
}


.form_Col .labelCol___ label {
    font-size: 13px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0px;
    padding-top: 5px;
}

.wrap_440px {
    width: 100%;
    max-width: 250px;
    margin: 0px 17%;
}

.form_Col .labelCol___ {
    min-width: 70px;
    width: 70px;
    text-align: right;
}

.link__Col a {
    font-size: 12px;
    color: #000;
}
.wrap_440px.signUp {
    max-width: 290px;
}

.signUp .form_Col{
    display:block; 
}

.signUp .form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}


.tableTitle h2>span {
    display: block;
    font-size: 15px;
    padding: 5px 0px;
}

.table.holding td, .table.holding th { padding: 7px 9px; }
.table.holding th { text-align: center; }

.h_25 {
    height: 25px;
}



.table.holding2 th {
    padding: 6px 6px;
    text-align: center;
    font-size: 13px;
}
.table.holding2 td {
    padding: 6px 3px;
    font-size: 14px;
    text-align: left;
}
td.green {
    color: #03b026;
}
td.red {
    color: #ff0000;
}


.table thead th {
    border-bottom: 0px solid #dee2e6 !important;
    border-top: 0px solid #dee2e6 !important;
}
.graph {
    padding: 20px 0;
}

.Factsheet td {
    font-size: 12px;
}

.table td, .table th {
    border-top: 0px solid #dee2e6;
    padding: 7px;
}
tr:nth-child(odd) {
    background: #fff;  
}
.bannerCaption ul:before{position: relative;}

.bannerCaption ul:before {
    content: '';
    background-image: url(../images/bckPath.png);
    position: absolute;
    width: 345px;
    height: 237px;
    z-index: -1;
    top: -93px;
    left: -24px;
}
.table{
	text-align: center;
	font-weight:600;
	margin-top:20px;
}

.feert p {
    position: relative;
    width: 560px;
}
.pagination{
    margin: 0 auto;
}
span.orange {
    color: #fff;

    background: #ef953e;
    padding: 2px 3px;
    border-radius: 3px;
}
span.green {
    background: #96A63C;
    color: #fff;
    padding: 2px 3px;
    border-radius: 3px;
}

.width470 .tableCell40{
       width: 65%;
}


.Factsheet td {
    padding: 3px;
}

td.titlF, td.titlR {
    font-weight: 600;
}

td.titlF{
    padding-bottom: 3px;
}
.date h3 span {
    font-size: 14px;
    color: #ef953e;
    display: block;
}

.date h3 {
    font-size: 15px;
    line-height: 21px;
    vertical-align: middle;
}

.date {
    border: 1px solid #707070;
    border-radius: 8px;
    padding: 13px 37px;
    margin: 20px;
    text-align: center;
}

.divHistory span {
    display: block;
    font-size: 9px;
}

.divHistory td, .divHistory th {
    border-top: 0px solid #dee2e6;
    padding: 7px;
    vertical-align: middle;
}

.zero {
	text-align: center;
	float: left;
	margin-bottom: 20px;
}
.zero h3 {
    font-size: 15px;
    padding: 6px 25px;
    background: #D8EEFF;
    border-radius: 50px;
    margin: 7px 10px;
	min-width: 145px;
}
.zero span {
    font-size: 16px;
}
.h_35 {
    height: 35px;
}
.tickerSearch input.search-input {
    border: 0;
    border-bottom: 1px solid #b1b1b1;
    width: 245px;
    padding: 10px;
}
.tickerSearch img.pointer {
    width: 20px;

}
.width20 {
    width: 15% !important;
}

select.dropDwn {
    border-radius: 50px;
    border: 1px solid #ff4800;
    padding-left: 15px;
    padding-right: 35px;
}
select {
    background-color: white;
    border: thin solid blue;
    display: inline-block;
    font-size: 12px;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select.dropDwn {
    background-image: linear-gradient( 
45deg
 , transparent 50%, #ff4800 50%), linear-gradient( 
135deg
 , #ff4800 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}
  



.h_70 {
    height: 70px;
}

.width89 {
    width: 89%;
}

.sideNav li.active {
background: #296f0d !important;
padding: 2px 10px;
border-radius: 50px;
position: relative;
left: -18px;
}
.sideNav li.active a {
    color: #fff;
}
.sideNav li {
    margin-bottom: 10px;
    
}

.tableButton a {
    background: #96A63C;
    border-radius: 50px;
    padding: 5px 11px;
    color: #fff;
}
/*.tableButton {
    margin-left: 70%;
    padding: 31px 0px 0px;
}*/

.tableButton {
    margin-left: auto;
	float:right;
}

.col-md-3.sideBar {
    max-width: 27%;
}

.col-md-9 {
    max-width: 70% !important;
	/*padding-top:30px !important;*/
}
.mainTitleSec h2 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #505050 !important;
	text-transform: capitalize;
}
.mainTitleSec p {
    font-size: 13px;
    color: #F00605;
    margin-bottom: 5px;
}
.mainTitleSec h3 {
    font-size: 16px;
    font-weight: 500;
}
.shareIcon img {
    padding: 3px;
}
h2.proTitle {
    font-size: 19px;
    color: #296f0d !important;
    font-weight: 400;
}
span.mare {
    font-size: 10px;
    padding: 1px 9px;
    background: #EF953E;
    border-radius: 50px;
    color: #fff;
}
.flowRow {
    width: 100%;
    float: left;
    margin-top: 20px;
   
}
.flow1 {
    background: #e9f4ff;
    color: #000000;
    padding: 2px;
    border-radius: 0px 100px 100px 0px;
}
.flow1, .flow2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flow1 span:nth-child(odd) {
    position: relative;
}
.flow1 span, .flow2 span {
    width: 20%;
    padding: 10px 10px;
    display: block;
    /*font-size: 10px;*/
	font-size: 13px;  
    text-align: center;
}
.flow1 span {
    font-weight: 500;
}
.flow1 span:nth-child(even) {
    background: #fff;
    border-radius: 0px 100px 100px 0px;
}
.flow1 span:nth-child(odd)::before {
    content: '';
    position: absolute;
    display: block;
    top: 0px;

    width: 20px;
    right: -12px;
    height: 100%;
    background: #e9f4ff;
    border-radius: 0px 100px 100px 0px;
}
.flow2 span {
    font-size: 14px;
    font-weight: 600;
}
.subTitle {
    font-size: 17px !important;
    font-weight: 600 !important;
}
ul.title2 li {
    font-size: 15px;
	color: #505050 !important;
}
.h_60 {
    padding-top: 60px;
}

.filing h3:first-child {
    margin-right: 70px;
}

.filing h3 {
    font-size: 14px;
    background: aliceblue;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    height: 33px;
    line-height: 32px;
    width: 150px;
    border: 1px solid #505050;
    position: relative;
}
.filing h3 span {
    display: block;
    text-align: center;
    background: #fff;
    position: relative;
    top: 4px;
    font-weight: 600;
}
.filing {
    display: flex;
    text-align: center;
    padding-top: 15px;
}
.filing h3:first-child:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #505050;
    position: absolute;
    top: 15px;
    z-index: -1;
    left: 100%;
}
.tbl tr:nth-child(even) {
    background: #ffffff;
}
a.greenBtn {
    background: #96A63C;
    padding: 9px 30px;
    border-radius: 50px;
    color: #fff;
}
.identity img {
    width: 15px;
    margin-right: 10px;
}
span.linkRed {
    font-size: 12px;
}
.search-div {
    float: right;
    position: relative;
    top: -34px;
    right: -40px;
    padding-bottom: 20px;
    width: 350px;
}
.search-div input.search-input {
    border: 0;
    border-bottom: 1px solid #b1b1b1;
    width: 245px;
    padding: 10px;
}
.search-div span {
    position: absolute;
    left: 0px;
    top: 50px;
    font-size: 12px;
}
.table tr th { background: #DCFFEC; }

.topSearchCol .searchInput {
	width: 100%;
	border: none;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: medium;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: medium;
	border-bottom: 1px solid #CCC;
	background-image: url(https://niveshak.in/assets/Images/searchIc.png) !important;
	background-repeat: no-repeat;
	background-position: right ;
	 background-size: 30px 30px;
	padding: 10px;
}

.tableButton.extraP {
    margin-left: 75%;
}
.col-md-3.profileLeft {
    max-width: 20%;
}

.profileLeft {
    text-align: center;
}
h3.profileName {
    padding: 10px 0px;
    font-size: 15px;
    margin-bottom: 0;
}
a.fpBtn {
    background: #96A63C;
    border-radius: 50px;
    padding: 5px 15px;
    color: #fff;
    margin-top: 20px;
}
.mainTitleSec p {
    font-size: 15px;
    color: #282626;
    margin-bottom: 5px;
}
p.subTxt.red { color: #F00605 !important;}

.abc {
    display: flex;
}

.mp-none input{
	border: 0;
	border-bottom: 1px solid #b1b1b1;
	width: 245px;
	padding: 10px;
}

ul.abcListing li a {
    line-height: 44px;
    padding-right: 3px;
    position: relative;
    margin-left: 20px;
}

.abc {
    display: flex;
}

h3.subTitle.align-center {
    text-align: center;
	margin-left: -215px;
    margin-bottom: 25px;
}

ul.abcListing li a::before {
    content: '';
    background: #96a63c;
    width: 7px;
    height: 7px;
    position: absolute;
    border-radius: 100px;
    top: 18px;
    left: -15px;
}
.rightSid {
    position: relative;
    left: 15px;
}
ul.abcListing li:nth-child(even) {
    background: #F6F6F6;
}
h3.subTitle.align-center {
    text-align: center;
	margin-bottom: 25px;
}

select.dropDwn {
border-radius: 50px;
border: 1px solid #ff4800;
padding-left: 15px;
padding-right: 35px;
}

.textF input[type="text"] {
    border: none;
    border-bottom: 1px solid;
    padding: 10px;
}

form h3 {
    font-size: 15px;
}

form h3 span {
    font-size: 10px;
    display: block;
    padding-top: 10px;
}
a.subBtn {
    background: #96a63c;
    padding: 8px 27px;
    border-radius: 100px;
    color: #fff;
}


.mainTitleSec h3 {
    font-size: 16px;
    font-weight: 500;
}

.mainTitleSec.advSearch {
    background: #F6F6F6;
    padding: 50px;
    border-radius: 15px;
}

.advSearch h3 {
    margin-bottom: 20px;
    color: #96a63c;
	font-weight: 500;
}

.min-max input {
    width: 65% !important;
}

ul.sasList.Family {
    margin-left: 125px;
}

li.advSearch {
    min-width: 115px;
}

.tableButton.mp-none {
    margin-left: 0 !important;
    padding: 0;
}

.calanderSlider .row {
       width: 100%;
       justify-content: center;
}

.col-1.leftNave, .col-1.rightNave {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.leftNave {
    position: relative;
}
ul.cldr {
    width: 100%;
    margin: 0 auto;
    justify-content: space-evenly;
}
ul.cldr {
    display: flex;
}
ul.cldr li {
    text-align: center;
}
.leftNave:before {
    content: '<';
    position: absolute;
    left: 0;
    color: #f10505;
    font-size: 37px;
}
.rightNave:before {
    content: '>';
    position: absolute;
    right: 0;
    color: #f10505;
    font-size: 37px;
}
.leftNave a {
    position: relative;
    left: 28px;
    line-height: 17px;
}
ul.cldr li>span {
    border: 1px solid #F00605;
    padding: 7px 12px;
    border-radius: 50px;
}
.rightNave a {
    position: relative;
    right: 28px;
    line-height: 17px;
    text-align: right;
}
ul.cldr li p {
    margin: 11px;
}

.sectorV ul.abcListing {
    width: 100%;
}

.sector .sideNavBar {
    height: 85%;
}
.tableTitle.textFot {
    display: block;
    text-align: center;
}
.tableTitle.textFot h2 {
    font-size: 17px;
}
.textF span.sub {
    font-size: 10px;
    position: relative;
    left: 47%;
}

ul.adv li:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #96a63c;
    border-radius: 100px;
    top: 6px;
    left: -14px;
}

ul.adv li {
    position: relative;
    margin-bottom: 10px;
}
.textF input[type="date"] {
    border: none;
    border-bottom: 1px solid;
    padding: 10px 10px;
}

input[type=radio] {
    visibility: hidden;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #ffdbd2;
    border-radius: 50%;
}
.radioBTN {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 0px;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}
.radioBTN input:checked~.checkmark {
    background-color: #ef4217;
}
.radioBTN input:checked~.checkmark {
    background-color: #96a63c;
    border: 1px solid #fff;
}
.ttl {
    font-size: 15px;
    margin: 0px !important;
    text-align: left;   
}
.pt-145 {
    height: 70px;
}
.advRight .col-md-6 {
    margin-bottom: 10px;
}
li.nav-item.search {
    position: absolute;
    right: 70px;
    top: 40px;
}
select.dropDwn.rnk {
    border: none;
}
.rank .flow1 span, .flow2 span {width: 51%;}

.rank .flow2 span { color: #EF953E;}

.sammary span {
    font-weight: 100;
    font-size: 10px;
}
span.bio {
	background: #CAE8FF;
	padding: 2px 10px;
	border-radius: 50px;
	font-size: 12px;
	font-weight: 600;
}
a.orangeBtn {
    background: #FF763E;
    padding: 9px 30px;
    border-radius: 50px;
    color: #fff;
    margin-right: 25px;
}
h2.proTitle span {
    font-size: 14px;
}

.zero {
    text-align: center;
    float: left;
    margin-bottom: 20px;
}

.sas select.dropDwn {
    top: 0 !important;
    width: auto !important;
}

ul.sasList li {
    justify-content: space-around;
    margin: 6px;
  
}
ul.sasList {
    display: flex;
}
.sas input[type="text"] {
    border: none;
    border-bottom: 1px solid;
    padding: 4px;
}
.sas input[type="text"] {
    border: none;
    border-bottom: 1px solid;
    padding: 4px;
    width: 144px;
}





/*========GauravCSS===========*/
.greenText{color: #96a63c !important;}

.title_b{    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 500;  display: inline-block;  color: #505050; text-align: center;    border: 1px #ff4800 solid;
    border-radius: 50px; padding: 2px 10px; min-width: 180px;}
.mlr-auto{margin-left: auto; margin-right: auto; width: 100%;}

.btn_2 {
    border-radius: 50px;
    background-color: transparent;
    color: #ef4217;
    border: 1px #505050 solid;
    font-size: 16px;
    padding: 6px;
    margin: 4px auto;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    transition: 0.3s;
}
.btn_2:hover {
    background: #ef4217;
    color: #fff;
    border-color: #ef4217;
}

.weekList{display: flex; justify-content: space-between;}
.weekList li{text-align: center;}
.weekList span{font-size: 14px; font-weight: 500;}
.weekList .Date__{
    font-size: 18px;
    font-weight: bold;
    padding: 2px 10px;
    min-width: 120px;
    border: 1px #ef4217 solid;
    border-radius: 50px;
    margin: 10px auto;
}

.owl-Week .owl-nav .owl-next, 
.owl-Week .owl-nav .owl-prev{
        position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    display: flex;
    align-items: center;
    line-height: 1;
   background-color: transparent !important;
}
.owl-Week .owl-nav .owl-next svg, 
.owl-Week .owl-nav .owl-prev svg{margin: 8px; color: #ef4217;}


.owl-Week .owl-nav .owl-next{left: 104%; text-align: right;}
.owl-Week .owl-nav .owl-prev{right: 104%; text-align: left;}

.owl-Week .owl-nav .owl-next:hover, 
.owl-Week .owl-nav .owl-prev:hover{color: #ef4217;}

.list__{display: flex; justify-content: space-between;}
.list__ li{font-weight: 500; padding: 5px;}
.list__2{}
.list__2 li{font-weight: 500;}

.label_{font-weight: 600; margin-top: 4px;}
.inputField_{border: 0;
    border-bottom: 1px solid #b1b1b1;
    width: 100%;
    padding: 2px 10px; font-size: 14px; font-weight: 501 !important; border-radius: 0;}
select.inputField_{background: url('https://123jump.com/assets/Images/ic_arrow_2.png') center right 5px; background-repeat: no-repeat;}

textarea.inputField_{border-radius: 15px; border: 1px solid #b1b1b1; height: 215px; /*resize: none;*/}

.subBtn {
    background: #0a105c;
    padding: 8px 27px;
    border: none;
    border-radius: 100px;
    color: #fff;
}

.table_bgNone{}
.table_bgNone tr th,
.table_bgNone td, 
.table_bgNone th,
.table_bgNone tr:nth-child(odd){background-color: transparent !important;}

.textOreng{color: #ff4800 !important;}

.yb{background-color: transparent; border: none;}

.lastLogin{}
.lastLogin p{    font-size: 12px;
    font-weight: 500;
    color: #505050; margin-bottom: 5px;}
.lastLogin .d__log{color: #ff4800; font-weight: 500; font-size: 16px;}


.sideNavBar .profileImgCol{margin-top: -90px;}
.sideNavBar .logoImgCol{margin-top: -50px;}


.profileImgCol{position: relative;width: 150px; margin: 0 auto;}
.proImgHolder{width: 110px; height: 110px; overflow: hidden; border-radius: 50%; display: flex; justify-content: center; align-items: center;    border: 1px #555 solid; background-color: #fff;}
.proImgHolder img{min-width: 100%; min-height: 100%; object-fit: cover;}
.profileImgCol .addBt{position: absolute; right: 30px; bottom: 10px;}
.addBt{color: #ff4800; background-color: #fff; border: 1px #555 solid; width: 26px; height: 26px; display: flex; align-items: center; justify-content: center; border-radius: 50px; }
.addBt:hover{color: #fff; background-color: #96a63c; border-color: #96a63c;}

.logoImgCol{position: relative;width: 90px; }
.logoImgHolder{background: url(../images/yourLogo.jpg) center no-repeat; background-size: contain; width: 80px; height: 80px; overflow: hidden; border-radius: 50%; display: flex; justify-content: center; align-items: center;    border: 1px #555 solid;}
.logoImgHolder img{min-width: 100%; min-height: 100%; object-fit: cover;}
.logoImgCol .addBt{position: absolute; right: 3px; bottom: 3px;}


.btn_border{  font-size: 14px;  border-radius: 50px;
    border: 1px solid #ff4800;
    padding: 5px 15px; background-color: transparent;}
.btn_border:hover{background-color: #ff4800; color: #fff;}

.btnGreenText{font-size: 16px; border: none; background-color: transparent; color: #96a63c;}
.btnRedText{font-size: 16px; border: none; background-color: transparent; color: #ff6f61;}


.tableAlign_Middle td{vertical-align: middle;}


.form-group .radioBTN{padding-left: 22px; font-size: 13px; line-height: 1; }


.autocomplete-items {
    border-image: none;
    border-width: medium 1px;
        border-bottom-width: medium;
    left: 0;
    max-height: 1100px;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 99;
    border-bottom: 2px solid #754b22;
    box-shadow: 0 5px 10px #7c838a;
    border-radius: 0px 0px 20px 20px;
    padding: 5px 5px 5px 15px;
    background-color: #f6f7fd;
}

.autocomplete-items div {
    background-color: #f6f7fd;
    cursor: pointer;
    padding: 2px;
    font-family: Avenir Next LT Pro !important;
    font-size: 14px !important;
}

.searched-data1 li a {
    font-size: 17px;
	color:#000 !important;
}

.next-div span {
    font-size: 12px;
    color: green;
    font-weight: 600;
    padding: 5px;
}

.next-div span:first-child{
	color: #000;
	font-weight: normal;	
}

.search-div1:hover, .search-div1:hover ul a {
    font-size: 19px !important;
    color: #000;
}

.st_head ul li b {
    font-size: 17px;
}



svg:not(:root).svg-inline--fa {
    overflow: visible;
}

.svg-inline--fa.fa-w-16 {
    width: 1em;
}


.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

.h_50{
	height: 50px;
}

.romo .col_listing li {
    width: 20%;
    float: left;
}

.listing_Row {
    display: inline-flex;
    width: 100%;
}

.romo .info_Col {
    text-align: center;
}

.listing_Row .info_Col h5 {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #7d562f !important;
   
    border-radius: 50px;
    padding: 10px 10px;
}

.wtBg {
    background: #fff;
    padding: 10px 0px 100px;
}

.listinG-col {
    width: 18%;
    float: left;
}

ul.catagoryList.main-Org li {
    position: relative;
    background: #fff;
    color: #e69f5a;
    padding: 12px 10px;
    margin-bottom: 5px;
}

ul.catagoryList.main-Org li:before {
    content: ">";
    position: absolute;
    right: 10px;
}

ul.catagoryList li {
    padding: 12px 10px;
    background-color: #e1eff8;
    margin-bottom: 5px;
}


ul.catagoryList li {
    position: relative;
}

ul.catagoryList li:before {
    content: ">";
    position: absolute;
    right: 10px;
}

ul.catagoryList.yellow li {
    background: #fbfbd7;
}

h4.panel-title a {
    font-size: 18px;
    color: #406e2e;
    font-weight: 600;
}
/*-----*/

.listinG-col {
    width: 18%;
    float: left;
    margin-right: 17px;
}


ul.catagoryList.main-Org li{
    position: relative;
    background: #fff;
    color: #e69f5a;
    padding: 12px 10px;
    margin-bottom: 5px;

}
    
ul.catagoryList.main-Org li:before {
    content: ">";
    position: absolute;
    right: 10px;
}

ul.catagoryList li {
    padding: 12px 10px;
    background-color: #e1eff8;
    margin-bottom: 5px;
}

ul.catagoryList li:before {
    content: ">";
    position: absolute;
    right: 10px;
}
ul.catagoryList li {
    position: relative;
}
ul.catagoryList.yellow li {
    background: #fbfbd7;
}

.wtBg {
    background: #fff;
    padding: 10px 0px 100px;
}


/*-- 27-08-2021 ---*/


.imgSecion {
    text-align: center;
}


ul.homeList li .smry::before {
  content: '';
  background: #F00605;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 100px;
  left: -17px;
  margin-top: 10px;
}

/*ul.homeList li:before {
    content: '';
    background: #F00605;
    position: absolute;
    width: 5px;
    height: 5px;
    top: 45px;
    border-radius: 100px;
    left: -17px;
}*/

ul.homeList li {
    position: relative;
    padding-bottom: 20px;
    font-size:16px;
}

ul.homeList {
    padding-left: 20px;
}


h2.homeTitle {
       padding-bottom: 25px;
    font-weight: 500;
    color: #406E2E;
    font-size: 22px;
}

.ptb-25 {
    padding: 25px;
}

h3.footerTitle {
       font-size: 15px;
    text-align: left;
    color: #406e35;
    margin-bottom: 20px;
    font-weight: 600;
}
ul.footerMenu li {
    text-align: left;
    padding-bottom: 10px;
}

footer {
    background: #F6F6F6;
}

.f_links li a:first-child::before {
    display:none;
}

.imgSecion img {
    width: 210px;
}
li.nav-item.srCh {
    position: absolute;
    top: -19px;
    float: right;
    right: 0px;
	z-index: 999;
}
.topSearchCol {
    width: 100%;
    /*float: right;
    position: relative;
    top: 29px;
    right: -10px;
    z-index: 1;
    background: white;*/
}
ul.f_links.fg li {
    padding: 5px;
}

h2.subTitle {
    font-size: 25px;
    color: #96A63C;
}
.col-md-4.imgSec {
    text-align: center;
    display: block;
    justify-content: space-around;
    padding-top: 56px;
}

ul.paraList li {
	line-height: 25px;
	font-weight:600;
}

ul.paraList li:before {
    content: '';
    background: #96a63c;
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 100px;
    left: -17px;
	margin-top: 12px;
}


.select2-container--default .select2-selection--single .select2-selection__rendered{
	font-size: 18px !important;
	font-weight: 500 !important;	
}

.select2-results__option{
	font-size: 18px !important;
	font-weight: 500 !important;
}

* {-webkit-font-smoothing: antialiased;}

select{
    font-weight: bold !important;
}

.nav.nav-tabs li {
    padding: 5px;
}

table.profile-table th {
    font-size: 14px;
    font-weight: 600;
    -webkit-mask-composite: xor;
    color: #000;
    border-bottom: 2px solid #D3D3D3 !important;
    margin-bottom: 10px !important;
    /* margin-top: 20px; */
}

table.profile-table tr td {
    padding: 5px;
	font-weight:600;
}

.fa.fa-inr{
	font-size:18px;	
}

@media (min-width: 1440px)
{
li.nav-item.srCh {
    position: absolute;
    top: -16px;
    float: right;
    right: 192px !important;
}

ul.navbar-nav.ml-auto {
    margin-left: 49% !important;
}

}







.searchStockCol{padding: 9px 20px; background-color: #fff; border-radius: 100px; display: block; width: 100%; max-width: 700px; margin: 28px auto; border-bottom: 1px solid #c8c8c8;
    border-radius: 0;}
.searchStockCol>input{    background: url(../images/search-Icon.png) center right no-repeat;
    background-size: 20px;
    padding-left: 0;
    border: none;
    font-weight: 500;
    width: 100%; font-size: 12px;}
 




.titleHead_{display: flex; align-items: center; justify-content: space-between;}
.headBtn{padding: 0px 5px;}
.headBtn button{color: #505050; font-size: 16px; margin-right: 5px; border: none; background-color: transparent; padding: 5px;}
.headBtn button:hover{color: #ff4800;}

.stockDataCol{}
.stockDataRow{display: flex; border-top: 1px solid #e8eaed; align-items: center; justify-content: flex-end; }
.stockDataRow:hover{background-color: #f8f9e1;}
.stockDataLink{display: flex; -webkit-box-align: center; box-align: center; align-items: center; width: 100%; font-weight: 600; align-items: center; padding: 0px 0px;}
.companyName_{font-weight: 500; margin-right: auto; color: #505050; padding-left: 5px;}
.stockPrice_{}
.currentPrice_{}
.stockPrice_,
.currentPrice_,
.currentPricePerc_{width: 116px; color: #505050; display: flex; justify-content: left; align-items: center;}
.currentPricePerc_{}

.stockAction_{width: 48px; text-align: center;} 
.stockAction_ {}
.stockAction_ .btn{color: #505050; padding: 0px; box-shadow: none;}
.stockAction_ .btn:hover {color: #ff4800;}

.label_{margin: 0px;
    display: inline-flex;
    align-items: center;
    padding: 1px 10px;
    border-radius: 8px;
    width: min-content;
    min-width: 40px;
    font-size: 13px;}
.Up_{color: #137333; background: #e6f4ea; }
.Down_{color: #a50e0e; background: #fce8e6; }
.Down_ svg{transform: rotate(180deg);}
.label_ svg{margin-right: 6px;}

.down__{color: #a50e0e;}
.up__{color: #137333;}


.cardBorder {
    /* border: 1px solid #dadce0; */
    border-radius: 12px;
    margin-bottom: 16px;
    background: #DFF3FF;
    padding: 15px;
}

.cardBorder_head h3{    font-weight: 500;
    color: #406E2E;
    font-size: 18px; margin: 0;}
.cardBorder_head{padding: 15px 12px;}
.cardBorder_body{padding: 0px 12px;}

.calenderList{margin-bottom: 5px;}
.calenderList li{display: flex; width: 100%; justify-content: space-between; align-items: center; padding: 11px 0px; border-top: 1px solid #dadce0;}


.date__{    background: #f9fdb3;
    color: #406E2E;
    border-radius: 50px;
    width: 50px;
    text-align: center;
    margin-right: 12px; font-weight: 500; font-size: 12px; padding: 5px;}
    .ipo .date__ {
    background: #c1e2ff;
    color: #406e2e;}
.date__ span{display: block; font-size: 15px;}
.comInfo__{margin-right: auto;}
.comInfo__ .companyName__{font-weight: 500;}
.comInfo__ .dateTime__{font-size: 12px;}
.action__{}
.action__ button{border: none; background-color: transparent; padding: 5px; font-size: 16px;}
.action__ button:hover{color: #ff4800;}
.stockDataRow.wishlist-addList a.wishlist {
   border: 1px solid #c7bdbd;
    padding: 5px 12px;
    border-radius: 50px;
    font-size:10px;
}
.stockDataRow.wishlist-addList {
    display: block;
    padding-top: 10px;
}
.align-center {
    text-align: center;
}
.cardBorder_head ul.btnList__ {
  
}
.stockDataRow.wishlist-addList:hover {
    background: transparent;
}
.stockDataRow.wishlist-addList a.wishlist:hover {
    background: #c1e2ff;
    color: #406e2e;
}
.add-portfolio a {
    border: 1px solid #c7bdbd;
    padding: 4px 11px;
    border-radius: 50px;
    font-size: 13px;
}


/* Dropdown Button */
.dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}


/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgb(222 222 222);
    z-index: 1;
    text-align: left;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {    background-color: #f7f9d8;
    color: #406e2e;}
 

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}


button.btn.btn-popup {
    background: #c1e2ff;
    border-radius: 50px;
    padding: 6px 38px;
    color: #000;
    border: 1px solid #c1e2ff;
}

button.btn.btn-popup:hover {
    background: #fff;
    border: 1px solid #406e2e;
}
.cardBorder_head.align-center {
    padding-top: 40px;
}
.cardBorder_head ul.btnList__ {
    background: white;
    box-shadow: -2px 6px 11px 0px #e7e7e7;
}
footer .row .col-12 {
    padding: 9px 0px;
}

.sideBarListing {
    width: 100%;
    background-color: #DCFFEC !important;
    padding: 10px 20px;
    border-radius: 10px;
	font-weight:500
}
.sideBarListing li.active {
    /* background: #f50; */
    background: #CCC;
    padding: 2px 15px;
    border-radius: 50px;
    position: relative;
    left: -15px;
}
.sideBarListing li {
    margin-bottom: 5px;
}
.sideBarListing li {
    font-size: 16px;
}
.value__ {
    font-size: 20px;
    font-weight: 600;
} 
.btn-red {
    /* background: #FFC3C3; */
    padding: 7px 8px;
    border-radius: 50px;
    color: #F00605;
}

.danger-cls{
    /* background: #FFC3C3; */    
    color: #F00605;
} 
.danger {
    color: #F00605;
}
.topSearchCol {
    margin-left: 750px !important;
}
ul.navbar-nav.ml-auto li {
    background: #c2e4f7;
    /* border-radius: 50px; */
}
.navbar-nav.ml-auto li:first-child {
    border-radius: 36px 0px 0px 35px;
}
.navbar-nav.ml-auto li:last-child {
    border-radius: 0px 35px 35px 0px;
}

.danger-td{
	color: red;
}

.bold {
font-weight:600;
} 

@media(max-width:1920px){
    .topSearchCol {   margin-left: 789px !important;}
    .autocomplete-items {  margin-left: 625px !important;}
    .mainMenuSec .topSearchCol .searchInput{
        width: 31%;
    }

}

@media(max-width:1440px){
    .autocomplete-items {
    margin-left: 652px !important;
}
}




