@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
	font-family: "Montserrat", sans-serif;
	overflow-x: hidden;
	font-size:16px;
	line-height:22px;
	color:#4c525f;
	background-color:transparent !important;
}
.mb-15 {
	margin-bottom:15px;
}
.mb-20 {
	margin-bottom:20px;
}
.mb-30 {
	margin-bottom:30px;
}
.mb-40 {
	margin-bottom:40px;
}


.stk-qt-wrap{
	float:left;
	width:100%;
}

.q-head {
	background: #fde907;
 
}
.quote-head {
	color: #331f7d;
	text-align: center;
	padding: 7px;
	font-size: 18px;
	font-weight:bold;
	text-transform: uppercase;
}
.stock-price {
	font-size: 30px;
	font-weight: bold;
	color: #2d257d;
	text-align:center;
	margin-bottom:8px;
}




.priceUp:before {
	/*content: "\f176";*/
	content: "\f062";
	font-family: FontAwesome;
	margin-right: 08px;
	padding: 8px 10px 08px 10px !important;
	border-radius: 100%;
	font-size: 11px !important;
	font-weight: normal !important;
	position:relative;
	top:-4px;
	color: #fff;
	background: #3bdb2c;
}
.priceDown:before {
	content: "\f063";
	font-family: FontAwesome;
	margin-right: 08px;
	padding: 8px 10px 08px 10px !important;
	border-radius: 100%;
	font-size: 11px !important;
	font-weight: normal !important;
	position:relative;
	top:-4px;
	color: #fff;
	background: #ed1c24;
}
.stock-value {
	font-size: 19px;
	line-height:19px;
	color: #2d257d;
	text-align:center;
	margin-bottom:10px;
	font-weight:bold;
}
.quote-body {
	background:#f0f9ff;
	padding-top:10px;
	padding-bottom:10px;
	 
}

.col-xs-cost{
padding:10px 10px;
border-bottom:1px solid #cbe7ef;

}

.ohlv-wrp .col-xs-cost:nth-child(odd){
	background:#e8eeef;
}

.ohlv-wrp .col-xs-cost:nth-child(even){
	background:#ecf9fc;
}


.sname{
	color: #2d257d;
	font-size: 16px;
 
	text-align:left;
	width:50%;
	font-weight:bold;
}

.svalue {
	 
	text-align:right;
	color: #2d257d;
	font-size: 16px;
	font-weight:bold;
	width:50%;
}



.qfoot {
	color:#5c5c5c;
	font-size: 11px;
	line-height:11px;
	font-weight:500;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	padding:0 15px;
}




/*==========  Mobile First Method  ==========*/
/* Large desktops and laptops */
@media (min-width: 1200px) {
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
}
/* Portrait phones and smaller */

@media (max-width:570px) {
}
 @media (max-width: 480px) {
}


/* Portrait i phones and smaller */
@media (max-width:414px) {
}



/* Portrait i phones and smaller */
@media (max-width: 320px) {
}
