@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'Metropolis';
    src: url('Metropolis-Light.woff2') format('woff2'),
        url('Metropolis-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Metropolis';
    src: url('Metropolis-Bold.woff2') format('woff2'),
        url('Metropolis-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Metropolis Semi';
    src: url('Metropolis-SemiBold.woff2') format('woff2'),
        url('Metropolis-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Metropolis';
    src: url('Metropolis-Medium.woff2') format('woff2'),
        url('Metropolis-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Metropolis';
    src: url('Metropolis-Regular.woff2') format('woff2'),
        url('Metropolis-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*-------------Buttons---------------*/
.button-box, .s2button-box, .s3button-box1{
	width:406px;
	margin:30px 0 0 0;
	display:block;
}
.s2button-box{margin:50px auto 0 auto;}
.s3button-box1{margin:0 auto;}
a.bnrbtn, .mobbtn{
	height:70px;
	width:100%;
	background:#45b545;
	background:-webkit-linear-gradient(#45b545, #0fae5a);
	background:-moz-linear-gradient(#45b545, #0fae5a);
	background:-o-linear-gradient(#45b545, #0fae5a);
	background:linear-gradient(#45b545, #0fae5a);
	border:none;	
	border-radius:40px;
	font-weight:bold;
	font-size:26px;
	line-height:70px;
	letter-spacing:-1px;
	color:#fff;
	text-align:center;
	margin:0 auto;
	display:block;
	outline:none;
	cursor:pointer;
}
a.s3btn{border-bottom:5px solid #e5e5e5;}
a.bnrbtn img, .mobbtn img{vertical-align:middle;margin:0 -10px 0 10px;}
.btn-txt{color:#ffffff;margin-top:12px;text-align:center;}
.btn-text1:before {
    display: inline-block;
    vertical-align: middle;
    margin: -1px 7px 0 0;
    width: 9px;
    height: 9px;
    background: #11b142;
    border-radius: 50%;
    content: "";
    animation: fade 1s ease-in-out infinite;
}
.color-blk{ color:#000;}
.btn-txt p{
	display:inline-block;
	vertical-align:top;
	padding:0 8px;
	font-size:13px;
	line-height:21px;
	letter-spacing:0;
	position:relative;
	}
.black{color:#000;}
@keyframes fade{
	0%{opacity:100%;}
	50%{opacity:30%;}
	70%{opacity:100%;}
	100%{opacity:100%;}
  }	
.hourglass{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 3px 0 0;
	animation:rotateP 2.5s  ease-in-out forwards infinite 
  }
  @keyframes rotateP{
	0%{
	  transform:rotate(0)
	}
		50%{
	transform:rotate(180deg)
	}
	100%{
	 transform:rotate(180deg)
	}
  } 
  @keyframes rotate{
	0%{
	  transform:rotate(00deg)
	}
	100%{
	  transform:rotate(360deg)
	}
  }
.btn-text1:before {
    display: inline-block;
    vertical-align: middle;
    margin: -1px 7px 0 0;
    width: 9px;
    height: 9px;
    background: #11b142;
    border-radius: 50%;
    content: "";
    animation: fade 1s ease-in-out infinite;
	}
.red{color:#ff0000;}
.stockicon{margin:0 4px -2px 0;}
/*==================button animation=======================*/
.pulse{
    animation-name: pulse;
    -webkit-animation-name: pulse;   

    animation-duration: 1.5s;   
    -webkit-animation-duration: 1.5s;

    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 0.9;       
    }
    50% {
        transform: scale(1);
        opacity: 1;   
    }   
    100% {
        transform: scale(0.9);
        opacity: 0.9;   
    }           
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        opacity: 0.7;       
    }
    50% {
        -webkit-transform: scale(1);
        opacity: 1;   
    }   
    100% {
        -webkit-transform: scale(0.95);
        opacity: 0.7;   
    }           
}
@media only screen and (max-width: 767px){
.button-box, .s2button-box, .s3button-box1{display:none;}

}
@media only screen and (max-width: 479px){
.mobbtn{
	height:60px;
	font-size:22px;
	line-height:60px;	
}
.mobbtn img{width:40px;}
}
/*=========================
CSS FOR ELEMEMT SHOW HIDE
===========================*/
.hide-desk, .show-479, .show-tab, .show-767, .show-400, .show-340, .show-359{display:none;}
.hide-400, .hide-479{display:inline-block;}
@media only screen and (max-width: 1190px){
.show-desk{display:block;}
.show-hide{display:none;}
}
@media only screen and (max-width: 1020px){
.show-tab{display:block;}
.hide-tab{display:none;}
}
@media only screen and (max-width: 767px){
.hide-767, .hide-desk{display:none;}
.show-767{display:block;}
.bnricon-mob{display:inline-block;}
}
@media only screen and (max-width: 570px){
.hide-570{display:none;}
}
@media only screen and (max-width: 479px){
.show-479{display:block;}
.hide-479, .tab-video{display:none;}
}
@media only screen and (max-width: 400px){
.show-400{display:block;}
.hide-400{display:none;}
}
@media only screen and (max-width: 359px){
.show-359{display:block;}
.hide-359{display:none;}
}
@media only screen and (max-width: 340px){
.show-340{display:block;}
}







