@charset "utf-8";
/* CSS Document */
 
 @font-face {
    font-family: 'Maxis';
    src: url('../fonts/Maxis-ExtraBold.woff2') format('woff2'),
        url('../fonts/Maxis-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Maxis';
    src: url('../fonts/Maxis-Bold.woff2') format('woff2'),
        url('../fonts/Maxis-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Maxis';
    src: url('../fonts/Maxis-Black.woff2') format('woff2'),
        url('../fonts/Maxis-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Maxis';
    src: url('../fonts/Maxis-Light.woff2') format('woff2'),
        url('../fonts/Maxis-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Maxis';
    src: url('../fonts/Maxis-Regular.woff2') format('woff2'),
        url('../fonts/Maxis-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Maxis';
    src: url('../fonts/Maxis-SemiBold.woff2') format('woff2'),
        url('../fonts/Maxis-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'slick';
    src: url('../fonts/slick.woff2') format('woff2'),
        url('../fonts/slick.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
 
 
 
 

body {
	font-family: "Maxis", sans-serif;
	color: #000;
	font-size:16px;
	font-weight:normal;
	line-height: 1.8;
}
.mt-100 {
	margin-top: 100px;
}
.mb-20 {
	margin-bottom:20px;
}
.mt-80 {
	margin-top: 80px;
}

 
 
 
a {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#15a648;
	text-decoration:none;
}

.main-title{
	width:100%;
	display:flex;
	justify-content:center;
}


.main-title h2 {
	font-family: "Maxis", sans-serif;
	font-size:40px;
	line-height:49px;
	color:#000000;
	font-weight:bold;
	margin-top:0;
 
	text-transform:capitalize;
	position:relative;
}
 
.main-title h3 {
	font-family: "Maxis", sans-serif;
	font-size:30px;
	line-height:30px;
	color:#000000;
	font-weight:bold;
	margin-top:0;
	text-transform:uppercase;
}
 
 
/*=================================================
buttons
===================================================*/


.btn-wrap{
	display:flex;
	width:100%;
	align-items:center;
	justify-content:center;
}



.ClsButton {
	font-family: "Maxis", sans-serif !important;
	width:88px !important;
	height:inherit !important;
	font-size:14px !important;
	line-height:17px;
	color:#fff !important;
	font-weight:bold !important;
	text-transform:uppercase;
	border-radius:14px !important;
	background:#15a648;
 border: 2px solid #0000;
	position:relative;
	overflow:hidden;
}
.btn-primary, .button, .size, .ClsButton {
	font-size:14px;
	line-height:17px;
	letter-spacing:1.4px;
	color:#fff;
	font-weight:600;
	white-space:normal;
	text-decoration:none;
	padding:12px 29px;
	text-transform:uppercase;
	background:#15a648;
	border-radius:14px !important;
 	border: 2px solid #0000;
	position:relative;
	overflow:hidden;
	display:flex;
	justify-content:center;
	width:170px;
	 transition: all .4s ease;
}
 
 
.btn-primary:hover, .button:hover, .size:hover, .ClsButton:hover {
	font-size:14px;
	color:#fff !important;
	font-weight:600;
	width:170px;
	text-decoration:none;
	padding:12px 29px;
	text-transform:uppercase;
	white-space:normal;
	border-radius:14px !important;
	border: 2px solid #0000;
	background:#15a648;
	letter-spacing: 2.5px !important;
    transition: all .4s ease;
}

/*=========================================================================
stock quote badge link
===========================================================================*/
 
.stock-quote{
	width:100%;
	margin-top:12px;

}
 
.stk-badge{
		border-radius:12px;
	padding:20px;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.38);
-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.38);
-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.38);
}
 
 
 
 .sb-stk-qt-sec{
	 display:flex;
	 width:100%;
	 
	 background:#fff;
	 border-radius:8px;
	 padding:30px;
 }
 .sb-stk-wrap{
	 display:flex;
	 flex-wrap:wrap;
	 width:100%;
	 gap:20px;
 }
 .sb-stk-qt{
	 width:100%;
 }
 .sb-stk-title{
	 font-size:clamp(30px, 4vw, 50px);
	 line-height:50px;
	 font-weight:500;
	 color:#15a648;
 }

 
 .sb-stk-hlv{
	 display:flex;
	 width:65%;
	 gap:30px;
 }
.sb-stk-hlv .sb-stk-hlv-box{
	display:flex;
	width:20%;
	flex-direction:column;
}
.sb-stk-hlv .vol{
	display:flex;
	width:40%;
}
.sb-stk-hlv-box span{
	width:100%;
	font-size:16px;
	line-height:37px;
	color:#03283A;
 
}
.sb-stk-hlv-box .sb-hlv-val{
	font-size:clamp(20px, 4vw, 40px);
	 line-height:49px;
	 color:#283C54;
	 font-weight:bold;
}

.sb-stk-val{
	margin-left:auto;
	/*width:33%;*/
	display:flex;
	flex-direction:column;
	text-align:right;
	justify-content:flex-end;
}

 .sb-stk-price{
	 font-size:clamp(24px, 4vw, 40px);
	 line-height:49px;
	 color:#000000;
	 font-weight:bold;
	 text-align:right;
 }
.sb-stk-chg{
	font-size:18px;
	line-height:37px;
	font-weight:bold;
}



.sb-stk-foot, .sb-stk-foot-wrap{
	display:flex;
	width:100%;
}
.sb-eod{
	display:flex;
	width:50%;
	font-size:10px;
	line-height:12px;
	color: rgb(0 0 0 / 33%);
	align-items:center;
}
.sb-btn-wrap{
	display:flex;
	justify-content:flex-end;
	width:50%;
 
	
}
 
/*=====================================
make container 100%
=======================================*/

.stock-quote > .container{
    width: 100% !important;
    max-width: 100% !important;
}






/*==========  Mobile First Method  ==========*/





@media(max-width:1199px) {
}







/* Large desktops and laptops */


@media (min-width: 1336px) {
	
 
	
}


@media (min-width: 1200px) {
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
 
}
 @media (min-width: 992px) {
}
@media (max-width: 991px) {
	
 
 
	
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	
.sb-stk-hlv {
    display: flex;
    width: 60%;
    gap: 30px;
}	
	
 .sb-stk-hlv-box .sb-hlv-val, .sb-stk-price{
	 font-size:30px;
	 line-height:40px;
 }
 
 .sb-stk-chg {
    font-size: 18px;
    line-height: 37px;
    font-weight: bold;
}
	
 
}
@media (min-width: 768px) {
}


/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	
 .sb-stk-title{
	 text-align:center;
 }

.sb-stk-qt {
    width:100%;
}	
.sb-stk-hlv {
    display: flex;
    width: 100%;
    gap: 30px;
    flex-wrap: wrap;
}
.sb-stk-hlv .sb-stk-hlv-box, .sb-stk-val{
	display: flex;
    width: 100%;
   flex-wrap: wrap;
	text-align:center;
	justify-content:center;
}


.sb-stk-val, .sb-stk-price, .sb-stk-chg{
	width:100%;
	flex-direction:column;
	text-align:center;
}

 
 
}
 @media (max-width:576px) {
	 
.stk-hlv .stk-hlv-box{
	width:100%;
}

.sb-stk-val {
    margin-left: unset;
}

.sb-stk-foot-wrap{
	flex-wrap:wrap;
	gap:15px;
}

.sb-eod, .sb-btn-wrap{
	width:100%;
	align-items:center;
	justify-content:center;
}

 
}



/* Portrait phones and smaller */
@media (max-width: 480px) {
}
 @media(max-width:414px) {
}

/* Portrait i phones and smaller */
@media (max-width: 380px) {
}


