@charset "utf-8";
/* CSS Document */
 
 
 
 /*
 
green: #004D24
orange: #E84626
dorange: #C90C0F
red: #9C1006 
 
*/ 
 
 @font-face {
    font-family: 'Aeonik';
    src: url('../fonts/Aeonik-Regular.eot');
    src: url('../fonts/Aeonik-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Aeonik-Regular.woff2') format('woff2'),
        url('../fonts/Aeonik-Regular.woff') format('woff'),
        url('../fonts/Aeonik-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik';
    src: url('../fonts/Aeonik-Bold.eot');
    src: url('../fonts/Aeonik-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Aeonik-Bold.woff2') format('woff2'),
        url('../fonts/Aeonik-Bold.woff') format('woff'),
        url('../fonts/Aeonik-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
 
 
body {
	font-family: Arial, Helvetica, sans-serif;
	overflow-x: hidden;
	font-size:16px;
	line-height:22px;
	color:#4c525f;
	background-color:transparent !important;
}


/*=====================================================================================================================
 IR Home CSS starts here
=======================================================================================================================*/

.hstk-price-cw {
	float:left;
	width:100%;
	color:#AFAFAF;
}
.udp {
	font-family: 'Aeonik', Helvetica, sans-serif;
	font-size:18px;
	line-height:18px;
	margin-bottom:9px;
	font-weight:bold;
	float:left;
	width:100%;
	color:#AFAFAF;
}
 
.sp-wrap-cw {
	float:left;
	width:100%;
	display:flex;
}
.stk-price-cw {
	font-family: 'Aeonik', Helvetica, sans-serif;
	font-size:18px;
	line-height:18px;
	font-weight:bold;
	float:left;
	margin-right:10px;
	/*color:#101010;*/
	color:#FAFAFA;
}
 
/*.priceUp {
	color:#1DCC00;
}*/
.priceUp:after {
	content:'';
	display:inline-block;
	background:url(../images/Up.png) no-repeat;
	background-size:cover;
	width:7px;
	height:7px;
	margin-left:5px;
}
/*.priceDown {
	color:#c90c0f;
}*/
.priceDown:after {
	content:'';
	display:inline-block;
	background:url(../images/Down.png) no-repeat;
	background-size:cover;
	width:7px;
	height:7px;
	margin-left:5px;
}
/*=====================================================================================================================
sec 2 starts here
=======================================================================================================================*/













/*==========  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) {
}
