@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 {
    padding: 4px 0px 55px;
}

.navbar-expand-lg .navbar-nav a,
.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 15px;
    color: #505050;
    font-weight:500;
}

.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;
}

.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;
}

.navbar-brand {}

.navbar-brand img {
    height: 100%;
	margin: 19% 30% !important;
}

.mainContent {
    padding: 15px 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;
}

.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: #DCFFEC !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: 15px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 16px;
    color: #EF953E;}

.sideNav{margin: 15px 0px 30px;}
.sideNav li{}
.sideNav li a{font-size: 14px; font-weight: 600; color: #505050;}
.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: 16px;
    color: #ef3e12;
    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 38%;
}

.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 !important;
}

.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: center;
}
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: #f6f6f6;  
}
.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;}

.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: #96a63c !important;
padding: 2px 15px;
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: 25%;
}

.col-md-9 {
    max-width: 70% !important;
}
.mainTitleSec h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}
.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: 20px;
    color: #96A63C;
	font-weight: 600;
}
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;
    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: 15px;
    font-weight: 500;
    margin-bottom: 12px;
}
ul.title2 li {
    font-size: 13px;
    padding-bottom: 5px;
}
.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 red;
	background-image: url(https://123jump.com/assets/Images/search-Icon.png);
	background-repeat: no-repeat;
	background-position: right 0px top;
	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: 45px;
    padding-right: 3px;
    position: relative;
    margin-left: 20px;
	
}

.abc {
    display: flex;
}

/*h3.subTitle.align-center {
    text-align: center;
	margin-left: -50px;
}*/

h3.subTitle.align-center {
    text-align: center;
    margin-right: 160px;
    font-weight: 600;
	
}

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;
}

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; */
	border-bottom: 1px solid #b1b1b1;
	height: 215px; 
	/*resize: none;*/
	}

.subBtn {
    background: #96a63c;
    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: 16px;
    color: #406e2e;
    font-weight: 500;
}



/*-----*/

.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:before {
    content: '';
    background: #F00605;
    position: absolute;
    width: 5px;
    height: 5px;
    top: 6px;
    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: 25px;
}

.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;
}

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;
}

.navbar-nav.ml-auto li {
    background-color: #99a840;
    padding: 10px 3px;
}

.navbar-nav.ml-auto li {
    background-color: #96a63c !important;
}

.navbar-expand-lg .navbar-nav a, .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 15px ;
    color: white !important;
    font-weight: 600;
}
.navbar-nav.ml-auto li {
    background-color: #96a63c;
    padding: 5px !important;
}

.openSearchBar {
    min-height: 85px !important;
}










@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;
}

}