* {
	font-family: "Roboto", sans-serif;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none
}

body {
	height: 100vh;
}

.container {
	max-width: 1230px;
	margin: auto
}

.topnav {
	padding: 12px 0
}
.borderbox {
    border: 4px solid #DBF1FF;
	/* border-bottom-right-radius: unset !important;
    border-bottom-left-radius: unset !important; */
}
.callDate {
    background: #DBF1FF;
	padding:4px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}
.range {
    padding: 0 14px;
	margin-bottom:12px;
}
.bg-blue1 {
    position: relative;
    top: -28px;
    right: 16px;
}
span.f14.cedate {
    color: #727279;
	padding-bottom:4px;
}
.padding14 {
    padding: 0 14px;
}
.moredetails .col-md-4 {
    width: 31%;
}
.borderbox .d32 {
    margin-top: unset;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #DDDDDD;
	border-radius: 4px
}

header {
	position: fixed;
	width: 100%;
	background: #FFF;
	top: 0;
	z-index: 99;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .12)
}

.headerspacer {
	height: 100px
}

.mainsearchbox {
	width: 450px;
	position: relative
}

.mainsearchbox svg {
	position: absolute;
	top: 9px;
	left: 15px
}

.mainsearchbox input {
	border-radius: 35px;
	padding-left: 40px
}

.notify .searchicon {
	position: relative;
	top: 7px
}

.profileicon {
	border: 1px solid #DDDDDD;
	border-radius: 50%;
	height: 34px;
	width: 34px;
	color: #2E2A94
}

.navigationlinks li {
	padding: 5px 20px;
	position: relative;
	cursor: pointer;
	white-space: nowrap
}

.navigationlinks li.active {
	color: #2E2A94;
	font-weight: 600
}

.navigationlinks li.active a {
	color: #2E2A94
}

.navigationlinks li.active::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background: #2E2A94;
	color: #fff;
	bottom: -8px;
	left: 0
}
.d75.pright12 .f20 {
    align-self: center;
}
@media only screen and (max-width:900px) {
	.outersearch {
		position: fixed;
		width: 100%;
		left: 0;
		top: -50%;
		background: white;
		z-index: 9;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 0;
		transition: height .5s ease
	}

	.outersearch .mainsearchbox {
		width: 90%
	}

	.topnav.open .outersearch {
		top: 0;
		height: 54px;
		transition: height .5s ease
	}
}

@media only screen and (max-width:900px) {
	.navigationlinks {
		overflow-x: scroll;
		padding-bottom: 10px
	}

	header {
		padding-bottom: 0
	}
}

@media only screen and (max-width:550px) {
	header {
		padding-bottom: 0
	}

	header .navigationlinks {
		display: none
	}

	.mob-submenu {
		display: block;
		line-height: 30px;
		margin-bottom: 16px
	}

	.navigationlinks {
		overflow-x: scroll;
		overflow-y: hidden;
		padding-bottom: 15px
	}

	.navigationlinks li {
		font-size: 14px;
		padding: 5px 15px
	}

	.logo {
		gap: 10px !important
	}

	.logo img {
		width: 100px
	}

	.headerspacer {
		height: 54px
	}
}

.dflex {
	display: flex
}

.spacebetween {
	justify-content: space-between
}

.gap10 {
	gap: 10px
}

.gap20 {
	gap: 20px
}

.light {
	font-weight: 300
}

.whitecolor {
	color: #FFF
}

.f14 {
	font-size: 14px
}

.f32 {
	font-size: 32px
}

.f55 {
	font-size: 55px
}

.column {
	flex-direction: column
}

.mtop30 {
	margin-top: 30px
}

.mtop40 {
	margin-top: 40px
}

.f24 {
	font-size: 24px
}

.text-center {
	text-align: center
}

.greencolor {
	color: #009B00
}

.redcolor {
	color: #D13636
}

.greycolor {
	color: #666666
}

.mtop5 {
	margin-top: 5px
}

.bold {
	font-weight: 700
}

.semibold {
	font-weight: 600
}

.f14 {
	font-size: 14px
}

.aligncenter {
	align-items: center
}

.justifycenter {
	justify-content: center
}

ul {
	list-style: none
}

.mtop20 {
	margin-top: 20px
}

.mtop10 {
	margin-top: 10px
}

.imgwidth {
	width: 100%
}

.desk {
	display: block !important
}

.mob {
	display: none !important
}

.backdrop {
	background: rgba(0, 0, 0, .5);
	position: fixed;
	z-index: 9;
	height: 100%;
	width: 100%;
	display: none
}

.backdrop.active {
	display: block
}

.d28 {
	flex: 0 0 28%;
	max-width: 28%
}

.d25 {
	flex: 0 0 25%;
	max-width: 25%
}

.d68 {
	flex: 0 0 68%;
	max-width: 68%
}

.d75 {
	flex: 0 0 75%;
	max-width: 75%
}

.gap5 {
	gap: 5px
}

.greybg {
	background: #F8F8F8
}

.pad16 {
	padding: 24px
}

.f10 {
	font-size: 10px
}

.f12 {
	font-size: 12px
}

.semibold {
	font-weight: 600
}

.separator {
	border: solid 1px #Dadadc!important;
	margin: 12px 0
}

.flexwrap {
	flex-wrap: wrap
}

.d32 {
	flex: 0 0 32%;
	max-width: 32%;
	margin-top: 24px;
}

.mtop5 {
	margin-top: 5px
}

.img-width {
	width: 100%
}

.bright {
	position: relative
}

/* .bright::after {
	content: "";
	position: absolute;
	right: 5px;
	height: 40px;
	width: 1px;
	top: 0;
	background: #DDDDDD
} */

.bright.text-center::after {
	content: "";
	right: -15px
}

.gap2 {
	gap: 2%
}

.d20 {
	flex: 0 0 20%;
	max-width: 20%
}

.redcolor {
	color: #D13636
}

.flexstart {
	align-items: flex-start
}

.whitecolor {
	color: #FFF
}

@media only screen and (max-width:1230px) {
	.container {
		width: 90%;
		max-width: 90%
	}
}

@media only screen and (max-width:900px) {
	.desk {
		display: none !important
	}

	.mob {
		display: block !important
	}
}

#banner {
	margin-top: 8px;
	background: url(../images/banner.jpg) no-repeat;
	background-size: cover;
	height: 317px
}

.gradienttext {
	background: linear-gradient(105.39deg, #F9C80A 0%, #FF6C01 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text
}

#banner .container {
	height: 100%;
	display: flex;
	align-items: center
}

#banner .formgroup input {
	background: #262626;
	flex: 0 0 300px;
	height: 48px;
	border-radius: 8px 0 0 8px
}

#banner .formgroup .submit {
	background: #2E2A94;
	color: #fff;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 115px;
	border-radius: 0 8px 8px 0;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase
}

.data .indices {
	flex: 0 0 495px;
	max-width: 495px
}

.data .gainerslosers {
	flex: 0 0 332px;
	max-width: 332px
}

.data .commodities {
	flex: 0 0 357px;
	max-width: 357px
}

.cutbtn {
	background: #F3F3F3;
	width: 28px;
	height: 76px
}

.indices .holderbox {
	flex: 0 0 calc(100% - 80px);
	max-width: calc(100% - 80px)
}

.indices .holderbox .indexcard.text-center {
	flex: 0 0 23%;
	max-width: 23%;
	position: relative;
	padding-top: 5px;
	border: solid 1px transparent
}

.indices .holderbox .indexcard.text-center.active {
	border: solid 1px #DDD;
	border-bottom: none;
	border-radius: 8px 8px 0 0
}

.indices .holderbox .indexcard.text-center.active::after {
	content: none
}

.indices .holderbox .indexcard.text-center.active::before {
	content: "";
	width: 100%;
	height: 20px;
	bottom: -11px;
	left: -1px;
	right: 0;
	border-left: solid 1px #DDD;
	position: absolute;
	border-right: solid 1px #DDD;
	border-bottom: solid 1px #FFF
}

.indices .holderbox .indexcard.text-center::after {
	width: 1px;
	height: 80%;
	background: #dddddd;
	position: absolute;
	right: -5px;
	top: 5px
}

.indices .tabbody {
	border: solid 1px #DDD;
	padding: 10px;
	margin-top: 10px;
	border-radius: 8px
}

.indices .tabbody .slide {
	display: none
}

.indices .tabbody .slide.active {
	display: block
}

.borderbox {
	/* border: solid 1px #DDD; */
	border-radius: 24px;
	padding: 0 14px;
	background: #fff;
}

.listitems .chips {
	color: #666666;
	border: solid 1px #2E2A94;
	border-radius: 4px;
	padding: 4px 12px;
	font-size: 14px;
	cursor: pointer
}

.chips:hover{
	background-color: #005dac !important;
	color:#fff;
}

.listitems .chips.active {
	font-weight: 700;
	background: #2E2A94;
	color: #fff
}

.flist {
	border: solid 1px #DDD;
	padding: 8px 12px;
	border-radius: 35px;
	cursor: pointer
}

.advfilter .active {
	font-weight: 700;
	border: solid 1px #2E2A94
}

.advfilter .active div {
	color: #000;
	vertical-align: middle;
}

.icon-cont .greycolor {
	vertical-align: middle;
}

.tablinks .active {
	font-weight: 700;
	color: #000
}

.tablinks a {
	position: relative
}

/* .tablinks a::after {
	content: "";
	width: 100%;
	height: 1px;
	background: #666666;
	position: absolute;
	left: 0;
	bottom: -3px;
	right: 0
} */
 .gap12{
	gap: 12px;
 }

.label {
	background: #BBE3FD;
	display: flex;
	align-items: center;
	padding: 5px 10px;
	border-radius: 8px;
	color:#093A64;
}

.logobx {
	width: 57px;
	height: 57px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 1px #DDDD;
	border-radius: 50%;
	background: #fff;
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.closedRed {
	background: #FEE9E7;
	color: #F44437;
	display: flex;
	align-items: center;
	padding: 5px 10px;
	border-radius: 8px;
}

.sellRed {
	background: #D13636;
	color: #fff;
	display: flex;
	align-items: center;
	padding: 9px 52px;
	border-radius: 8px;
}

.buycta {
	background: #2DB777;
	color: #FFF;
	font-weight: 700;
	font-size: 14px;
	border-radius: 8px
}

.inlineblock {
	display: inline-block
}

.riskbox {
	position: relative
}

.riskbox .abdivhold {
	      position: absolute;
    right: 30px;
    top: -11px;
    border-radius: var(--bs-border-radius-pill) !important;
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
    /* padding-top: 0.15rem !important; */
    padding-bottom: 0.15rem !important;
}

/* .riskbox .abdivhold::after {
	content: "";
	background: url(../../dist/images/greenarrowblock.svg) no-repeat;
	position: absolute;
	width: 12px;
	height: 18px;
	right: -7px;
	bottom: -18px
}

.riskbox .abdivhold.colorGreenLabel::after {
	content: "";
	background: unset;
	position: absolute;
	width: 12px;
	height: 18px;
	right: -7px;
	bottom: -18px;
} */

.riskbox .abdivhold .label {
	border-radius: 8px 0 0 8px
}

.btmcta .borderbox {
	border: solid 1px #DDD;
	border-radius: 8px;
	padding: 8px 10px
}

.borderbox.greybg.active {
	border: solid 1px #000;
	border-right: none;
	border-radius: 8px 0 0 8px;
	position: relative
}

.borderbox.greybg.active::after {
	content: "";
	position: absolute;
	width: 2px;
	height: 100%;
	background: #f8f8f8;
	right: -1px;
	top: 0
}

.maintabbody .cardholder .borderbox {
	/* padding: 15px 8px */
	padding: 0px!important;
    border-radius: 24px!important;
	    /* border-bottom-left-radius: unset !important;
    border-bottom-right-radius: unset !important; */
}
.mainbox {
    background: #dbf1ff !important;
    border-radius: 24px;
}

.borderbox-icon {
	padding: 9px;
	border: solid 1px #DDD;
	border-radius: 8px;
}

.bgcolor {
	width: 100%;
	height: 3px
}

.bgcolor.ssell {
	background: #D13636
}

.bgcolor.sell {
	background: #ED9D9D
}

.bgcolor.hold {
	background: #2E2A94
}

.bgcolor.buy {
	background: #2DB777
}

.bgcolor.sbuy {
	background: #2DB777
}

.iccon {
	position: relative;
	top: -2px
}

.maintabbody {
	display: none
}

.maintabbody .innertabbody {
	display: none
}

.maintabbody .innertabbody.active {
	display: block
}

.maintabbody.active {
	display: block;
	border: solid 1px #000;
	border-radius: 8px;
	min-height: 450px
}

.maintabbody.active:first-child {
	border-radius: 0 8px 8px
}

.maintabbody.active:last-child {
	border-radius: 8px 8px 0
}

.rvalueslide {
	position: relative;
	width: 100%;
	height: 4px;
	background: #DDDDDD;
	border-radius: 20px;
	margin-top: 10px
}

.rvalueslide.ten::after {
	content: "";
	position: absolute;
	width: 100%;
	background: #009B00;
	top: 0;
	left: 0;
	height: 4px
}

.rvalueslide.nine::after {
	content: "";
	position: absolute;
	width: 80%;
	background: #009B00;
	top: 0;
	left: 0;
	height: 4px
}

.rvalueslide.nine .circle {
	right: 15%
}

.rvalueslide.eight::after {
	content: "";
	position: absolute;
	width: 70%;
	background: #009B00;
	top: 0;
	left: 0;
	height: 4px
}

.rvalueslide.eight .circle {
	right: 25%
}

.rvalueslide.seven::after {
	content: "";
	position: absolute;
	width: 60%;
	background: #2E2A94;
	color: #fff;
	top: 0;
	left: 0;
	height: 4px
}

.rvalueslide.seven .circle {
	right: 35%
}

.rvalueslide.six::after {
	content: "";
	position: absolute;
	width: 50%;
	background: #2E2A94;
	color: #fff;
	top: 0;
	left: 0;
	height: 4px
}

.rvalueslide.six .circle {
	right: 45%
}

.rvalueslide.five::after {
	content: "";
	position: absolute;
	width: 40%;
	background: #2E2A94;
	color: #fff;
	top: 0;
	left: 0;
	height: 4px
}

.rvalueslide.five .circle {
	right: 55%
}

.rvalueslide.four::after {
	content: "";
	position: absolute;
	width: 30%;
	background: #2E2A94;
	color: #fff;
	top: 0;
	left: 0;
	height: 4px
}

.rvalueslide.four .circle {
	right: 65%
}

.rvalueslide.three::after {
	content: "";
	position: absolute;
	width: 20%;
	background: #D13636;
	top: 0;
	left: 0;
	height: 4px
}

.rvalueslide.three .circle {
	right: 75%
}

.rvalueslide.two::after {
	content: "";
	position: absolute;
	width: 10%;
	background: #D13636;
	top: 0;
	left: 0;
	height: 4px
}

.rvalueslide.two .circle {
	right: 85%
}

.rvalueslide.one::after {
	content: "";
	position: absolute;
	width: 5%;
	background: #D13636;
	top: 0;
	left: 0;
	height: 4px
}

.rvalueslide.one .circle {
	right: 95%
}

.rvalueslide .circle {
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000000;
	font-size: 10px;
	right: 0;
	z-index: 9;
	top: -10px
}

.addblur {
	position: relative
}

.addblur::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(4px);
	background-color: rgba(255, 255, 255, .5)
}


/* open close button css */
.advtabs .switchbtn input[type="radio"]:nth-of-type(odd):checked + label {
  background: #2e2a94;
  color: #fff;
  border-top-left-radius: 7px!important;
  border-bottom-left-radius: 7px!important;
  width:74px!important;
   /* padding:7px!important */
}
.advtabs .switchbtn input[type="radio"]:nth-of-type(even):checked + label {
  background: #2e2a94;
  color: #fff;
  border-top-right-radius: 7px!important;
  border-bottom-right-radius: 7px!important;
  width:74px;

  /* padding:7px!important */
}
.advtabs label.btn.border-0.font-small {
    padding: 12px 17px !important;
      background-color: #fff;
	  width:74px;
}
.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
    margin-left: 0px!important;
}

@media only screen and (max-width: 767px) {
  .mainadbcards{  border: 2px solid #DBF1FF!important;}

.advtabs label.btn.border-0.font-small {
    padding: 2px 4px !important;
}

}
/* open close button css end*/
.stockrank {
	background: #DBF1FF;
	padding: 8px 2px;
	border-radius: 8px 8px 0 0;
	color:#2B2E8C!important;
	font-size:22px;
}
.f20{font-size:20px;}

.borderbox.riskbox{
	padding:16px;
	/* margin-bottom:7px; */
}

.reportlock {
	background: #2B2E8C;
	padding: 6px 2px;
	text-align: center;
	border-radius: 0 0 8px 8px
}

.pright12 {
	padding-right: 12px
}

.tbbody {
	display: none
}

.tbbody.active {
	display: block
}

div#quantFilterModal {
	bottom: 0 !important;
	top: unset;
}

.searchinputhover {
	position: relative
}

.searchinputhover .search-box {
	position: absolute;
	right: 0;
	left: 0;
	width: 100% !important;
	z-index: 9;
	display: none
}

.searchinputhover .search-box.active {
	display: block
}

button.close-btn {
	position: absolute;
	top: 10px;
	right: 10px
}

.search-container {
	position: relative;
	display: flex;
	align-items: center;
	    background: #fff;
    border-radius: 12px;
    color: #000;
    font-size: 14px;
}

.search-icon {
	cursor: pointer;
	background: none;
	border: none;
	font-size: 24px;
	padding: 3px 8px!important;
	border-radius: 4px;
	transition: background-color .3s;
	position: relative;
}
span.search-txt {
    font-size: 14px;
}

.search-icon:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

.search-box {
	position: absolute;
	right: 0;
	width: 0;
	height: 40px;
	opacity: 0;
	overflow: hidden;
	background-color: #ffffff;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
	border-radius: 4px;
	transition: width .5s ease, opacity .3s ease;
	display: flex;
	align-items: center;
	padding: 0 10px;
	gap: 8px
}

.search-box input {
	width: 100%;
	height: 100%;
	padding: 10px;
	border: none;
	outline: none;
	font-size: 14px;
	border-radius: 4px;
	box-sizing: border-box
}

.close-btn,
.clear-btn {
	background: none;
	border: none;
	font-size: 16px;
	cursor: pointer;
	color: #888
}

.recommendbox .logo {
	padding: 10px;
	width: 70px;
	height: 70px;
	border: 3px solid #c8f1c8;
	border-radius: 50%;
	text-align: center;
	background: #2db777;
	display: flex;
	align-items: center;
	justify-content: center
}

.mtop12 {
	margin-top: 12px
}

.bg-pink {
	background-color: #D9E6FF
}

.spacearound {
	justify-content: space-around
}

.highlight-content ul {
	padding-left: 15px
}

.highlight-content ul li {
	position: relative;
	margin: 0 0 10px 10px
}

.highlight-content ul li::before {
	content: url("../../dist/images/highlights.png");
	position: absolute;
	top: 0;
	left: -30px
}

.stock-rating-detail {
	background: #D9E6FF;
	padding: 10px 0;
	border-radius: 6px
}

.stock-rating-detail .firstbx {
	position: relative
}

.stock-rating-detail .firstbx::after {
	content: "";
	position: absolute;
	right: -80%;
	height: 40px;
	width: 1px;
	top: 0;
	border-right: 1px dashed #ddd
}

.stock-section .rvalueslide {
	position: relative;
	width: 100%;
	height: 4px;
	background: #DDDDDD;
	border-radius: 20px;
	margin-top: 10px
}

.stock-section .rvalueslide.ten::after {
	content: "";
	position: absolute;
	width: 100%;
	background: #009B00;
	top: 0;
	left: 0;
	height: 4px
}

.stock-section .rvalueslide.nine::after {
	content: "";
	position: absolute;
	width: 85%;
	background: #009B00;
	top: 0;
	left: 0;
	height: 4px
}

.stock-section .rvalueslide.nine .circle {
	right: 10%
}

.stock-section .rvalueslide.eight::after {
	content: "";
	position: absolute;
	width: 75%;
	background: #009B00;
	top: 0;
	left: 0;
	height: 4px
}

.stock-section .rvalueslide.eight .circle {
	right: 20%
}

.stock-section .rvalueslide.seven::after {
	content: "";
	position: absolute;
	width: 65%;
	background: #009B00;
	top: 0;
	left: 0;
	height: 4px
}

.stock-section .rvalueslide.seven .circle {
	right: 30%
}

.stock-section .rvalueslide.six::after {
	content: "";
	position: absolute;
	width: 55%;
	background: #009B00;
	top: 0;
	left: 0;
	height: 4px
}

.stock-section .rvalueslide.six .circle {
	right: 40%
}

.stock-section .rvalueslide.five::after {
	content: "";
	position: absolute;
	width: 45%;
	background: #2E2A94;
	color: #fff;
	top: 0;
	left: 0;
	height: 4px
}

.stock-section .rvalueslide.five .circle {
	right: 50%
}

.stock-section .rvalueslide.four::after {
	content: "";
	position: absolute;
	width: 35%;
	background: #D13636;
	top: 0;
	left: 0;
	height: 4px
}

.stock-section .rvalueslide.four .circle {
	right: 60%
}

.stock-section .rvalueslide.three::after {
	content: "";
	position: absolute;
	width: 25%;
	background: #D13636;
	top: 0;
	left: 0;
	height: 4px
}

.stock-section .rvalueslide.three .circle {
	right: 70%
}

.stock-section .rvalueslide.two::after {
	content: "";
	position: absolute;
	width: 15%;
	background: #D13636;
	top: 0;
	left: 0;
	height: 4px
}

.stock-section .rvalueslide.two .circle {
	right: 80%
}

.stock-section .rvalueslide.one::after {
	content: "";
	position: absolute;
	width: 5%;
	background: #D13636;
	top: 0;
	left: 0;
	height: 4px
}

.stock-section .rvalueslide.one .circle {
	right: 90%
}

.stock-section .rvalueslide .circle {
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000000;
	font-size: 10px;
	right: 0;
	z-index: 99;
	top: -10px
}

.forecast-section {
	overflow: hidden
}

.forecast-tabs {
	display: flex;
	margin-bottom: 10px;
	max-width: 98%;
	overflow: scroll;
	gap: 5px;
	padding-bottom: 5px
}

.forecast-tabs::-webkit-scrollbar-thumb {
	background-color: transparent
}

.tab-button {
	background-color: transparent;
	border: 1px solid #D8D6CF;
	padding: 5px 20px;
	cursor: pointer;
	margin-right: 5px;
	transition: background-color .3s;
	border-radius: 20px;
	white-space: nowrap
}

.tab-button.active {
	background-color: #2E2A94;
	border: 1px solid #2E2A94;
	font-weight: bold
}

.autoheight {
	min-height: 470px
}

.tab-content .prev {
	position: relative;
	padding-left: 18px
}

.tab-content .prev::before {
	content: "";
	position: absolute;
	left: 0;
	height: 2px;
	width: 11px;
	top: 8px;
	border-top: 1px solid #3D88F9
}

.tab-content .avg {
	position: relative;
	padding-left: 18px
}

.tab-content .avg::before {
	content: "";
	position: absolute;
	left: 0;
	height: 1px;
	width: 11px;
	top: 8px;
	border-top: 1px dashed #2E2A94
}

.tab-content.active {
	display: block
}
.borderbox{
	/* background-color: #bbe3fd !important; */
}
.lab.dflex.gap5.aligncenter {
    padding-top: 13px;
}
.bg-white-cards {
    background: #fff;
    border-radius: 24px !important;
    padding: 15px 8px;
}


@media only screen and (max-width:1300px) {
	.cardholder .d32 {
		flex: 0 0 32%;
		max-width: 32%
	}
}

@media only screen and (max-width:768px) {
	span.recommendation-icon-text img{display:none;}
	.searchinputhover .search-box {
		top: 40px
	}

	.container {
		width: 95%;
		max-width: 95%
	}

	.mob-submenu {
		line-height: 30px;
		margin-bottom: 16px
	}

	.moversSearchBar input {
		height: 32px !important
	}

	.secondleveltabs {
		display: flex;
		justify-content: space-between;
		padding-right:5px;
	}

	.secondleveltabs .advfilter {
		flex: 0 0 70px;
		max-width: 70px;
		text-align: center;
		background: #FFF;
		top: 5px !important;
        height: 100% !important;
		border: 1px solid #ddd;
		border-radius: 8px
	}

	.secondleveltabs .advfilter div {
		border-bottom: 1px solid #ddd;
	}

	.secondleveltabs .secondlevelbody {
		flex: 0 0 calc(100% - 75px);
		max-width: calc(100% - 75px)
	}

	.d75 .maintabbody {
		border: none !important
	}

	.d75 .pad16 {
		padding: 0
	}

	.mobequity,
	.mainderivative,
	.mainquants {
		background: none;
		border: none !important;
		padding: 0
	}

	.mobequity .mobholder,
	.mainderivative .mobholder,
	.mainquants .mobholder {
		display: none
	}

	.mobequity .listitems,
	.mainderivative .listitems,
	.mainquants .listitems {
		flex-wrap: nowrap;
		white-space: nowrap;
		overflow-x: scroll;
		padding-bottom: 10px
	}

	.mobequity .listitems .chips,
	.mainderivative .listitems .chips,
	.mainquants .listitems .chips {
		border-radius: 50px
	}

	.mobequity.active .mobholder,
	.mainderivative.active .mobholder,
	.mainquants.active .mobholder {
		display: block
	}

	.advproduct .mainwrap {
		flex-wrap: wrap
	}

	.borderbox.riskbox .d75 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.borderbox.riskbox .d25 {
		flex: 0 0 25%;
		max-width: 25%
	}

	footer .index-60 {
		z-index: 9999
	}

	.advproduct .cardholder .bright::after {
		content: none
	}

	.advproduct .cardholder .d32 {
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 20px;
		z-index: 0
	}

	.edq {
		position: sticky;
		top: 71px;
		width: 100%;
		background: #FFF;
		z-index: 100;
	}

	.edq-child {
		position: sticky;
		top: 0;
		padding: 5px 0
	}

	.mob-chips {
		position: sticky;
		top: 106px;
		z-index: 99;
		background: #FFF;
		width: 100%;
		padding: 5px 0;
	}

	.aac-sticky {
		position: sticky;
		top: 157px;
		background: #FFF;
		z-index: 2
	}

	.searchinputhover {
		position: relative;
		z-index: 9
	}

	.mobwrap {
		flex-wrap: wrap
	}

	.recommendbox .d32 {
		flex: 0 0 32%;
		max-width: 32%
	}

	.advproduct .cardholder .d32:nth-child(1) {
		margin-top: 0
	}

	.advproduct .cardholder .d32 .d32 {
		flex: 0 0 auto;
		max-width: inherit;
		width:32%;
	}

	.advproduct .cardholder .d32 .d75 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.advproduct .cardholder .d32 .d25 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.borderbox.greybg.active,
	.maintabbody.active {
		border: none;
	}

	.borderbox.greybg.active::after,
	.maintabbody.active::after {
		content: none
	}

	.mobtabs .active {
		font-weight: 700;
		position: relative;
		color: #000
	}

	.mobtabs .active::after {
		content: "";
		position: absolute;
		width: 100%;
		height: 3px;
		background: #2e2a94;
		left: 0;
		bottom: -10px
	}

	div#basketCardView .borderbox {
		padding: 8px
	}

	div#basketCardView .borderbox .spacebetween .d32 .f12 {
		font-size: 10px
	}

	.d32 {
		flex: 0 0 32%;
		max-width: 32%;
		margin-top: 0
	}

	.advisory_research {
		ul {
			overflow: auto;
			scrollbar-color: #fff0 #fff0;
			scrollbar-width: thin;
			max-width: 208px
		}

		.secondleveltabs .advfilter {
			flex-direction: column;
			border-right: 1px solid #ddd;
			border-radius: 8px;
			border-top: 1px solid #ddd;
			border-bottom: 1px solid #ddd;
			padding-bottom: 2px
		}

		.secondleveltabs .advfilter .flist {
			flex-direction: column;
			border: none;
			padding-left: 0;
			padding-right: 0;
			position: relative;
			left: -8px
		}

		.secondleveltabs .advfilter .flist.active {
			background: #D9E6FF;
			position: relative;
			border-radius: 8px;
			position: relative;
			padding-left: 10px
		}

		.secondleveltabs .advfilter .flist.active::after {
			content: "";
			height: 40%;
			width: 3px;
			border-radius: 0 8px 8px 0;
			position: absolute;
			left: 0;
			top: 30%;
			background: #2E2A94
		}

		.secondleveltabs .advfilter .flist .greycolor.f14 {
			font-size: 12px;
			padding-left: 5px
		}

		.tablinks a {
			font-size: 14px
		}
	}
	.stockLogoName, .color-block, .cta-sec{padding: unset!important;}
	span.search-txt {
    font-size: 12px;
}
.borderbox {
    border: 2px solid #DBF1FF!important;
}
.f12.bold.lpt{font-size:9px!important;}
}


/* new design css */
.bg-blue {
    background: #499ED8;
	min-height:37px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	padding: 0 14px;
}
.maintabbody .cardholder .borderbox{
	/* padding:unset!important; */
	/* background: #bbe3fd !important; */

}
.maintabbody, .advfilter.dflex.flexwrap{
	background-color: #F6F6F6!important;
	padding-bottom:24px;
}
button.btn.load-more-btn {
    width: 223px;
    height: 48px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
}
.stockLogoName, .color-block, .cta-sec {
    padding: 0 16px;
}
.stockLogoName .stockName{
	font-size:20px;
	font-weight:700;
	    font-family: 'Roboto' !important;
	text-transform: uppercase;

}
.stockLogoName{
	margin-top:-20px;
}
.stockTextColorBold{
		color: #0f0f10!important;
}
.stockTextColor{
		color: #727279!important;
}
.potentialColor{
	color:#005DAC!important;
    font-size: 36px;
    font-weight: 700;
}
.font-InfraRed {
    /* color: #006EB9!important;
	font-size: 36px;
    font-weight: 700; */
}
.ltpSect {
    top: 20px;
    margin-top: -10px;
	padding:0 16px;
}

.range img:first-child {
    position: relative;
    top: 15px;
}
.gap26{
	gap:26px;
}
.f18{
	font-size:18px;
}
.cta-sec {
    padding-bottom: 14px;
}
.d32.relative.activelock {
    cursor: pointer;
    margin-bottom: 15px;
}
.circleRed {
display: inline-block;
width: 15px;
height: 15px;
border-radius: 50%;
background: #e74c3c;
border: 3px solid #fff;
box-shadow: 0 0 0 2px #e74c3c, 0 0 6px 2px rgba(231, 76, 60, 0.5);
vertical-align: middle;
}

.circleBlue {
display: inline-block;
width: 15px;
height: 15px;
border-radius: 50%;
background: #4285f4;
border: 3px solid #fff;
box-shadow: 0 0 0 2px #4285f4, 0 0 6px 2px rgba(66, 133, 244, 0.5);
vertical-align: middle;
}
button.btn.btn-primary.unlock-btn-small {
    background: #2E2A94;
    width: 197px;
    height: 44px;
    margin: 0 auto;
    font-size: 16px !important;
    font-weight: 500;
    margin-bottom: 10px;
}

.entryPrice{background:#EAF6FB;border:1px solid #3498DB;color:#3498DB;border-radius:12px;padding:8px 0;}
.targetPrice{background:#EAFBF2;border:1px solid #27AE60;color:#27AE60;border-radius:12px;padding:8px 0;}
.stopLoss{background:#FDEDEC;border:1px solid #E74C3C;color:#E74C3C;border-radius:12px;padding:8px 0;text-align:center}

@media only screen and (max-width:768px) {
		.maintabbody, .advfilter.dflex.flexwrap{
		background-color: #ffffff!important;
	}
	.borderbox{
		border-radius: 10px;
	}
	.maintabbody .cardholder .borderbox{
		border-top-left-radius: 10px !important;	
		border-top-right-radius: 10px !important;	
	}

	.callDate {
	    border-bottom-left-radius: 10px;
	    border-bottom-right-radius: 10px;
	}
	.advtabs .switchbtn input[type="radio"]:nth-of-type(odd):checked + label, .advtabs label.btn.border-0.font-small, .advtabs .switchbtn input[type="radio"]:nth-of-type(even):checked + label{width:50px!important;}
	.capsule-middle{font-size:16px!important;}
	.bg-white-cards{padding: 15px 8px 0px;}
	.bg-blue1 {
    position: relative;
    top: -28px;
    right: 16px;
}
.modal-body .mainadbcards{
	border: unset !important;
}
}