@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Medium.woff2') format('woff2'),
        url('Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Bold.woff2') format('woff2'),
        url('Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Regular.woff2') format('woff2'),
        url('Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Light.woff2') format('woff2'),
        url('Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('Poppins-SemiBold.woff2') format('woff2'),
        url('Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('RobotoCondensed-Bold.woff2') format('woff2'),
        url('RobotoCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Myriad Pro';
    src: url('MyriadPro-BoldCond.woff2') format('woff2'),
        url('MyriadPro-BoldCond.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.white{color:#fff;}
.blue{color:#0692db;}
.strikeout { 
  position: relative;
}
.strikeout::after {
  border-bottom: 2px solid #F00;
  content: "";
  left: 0;
  margin-top: calc(0.120em / 2 * -1);
  position: absolute;
  right: 0;
  top: 54%;
  transform:rotate(-10deg);
  -webkit-  transform:rotate(-10deg);
}
/*-------------Buttons---------------*/
.bnrbtnbx, .s1btnbx/*, .s4btnbx*/{
	width:416px;
	margin:30px 0 0 0;
}
.s1btnbx{margin:45px auto 0 auto;display:block;}
a.bnrbtn, .up1btn1, .up1btn3, .up2btn, .popupbtn{
	height:70px;
	width:100%;
	border:none;
	background:#17a110;
	border:1px solid #00de31;
	border-radius:8px;	
	font-weight:bold;
	font-size:28px;
	line-height:66px;
	color:#fff;
	text-align:center;
	margin:0 auto;
	display:block;
	outline:none;
	cursor:pointer;	
	padding:4px 0 0 0;
}
.up1btn1{width:92%;margin:11px auto 0 auto;height:65px;line-height:61px;}
.up1btn2{margin:22px auto 0 auto;}
.up1btn3{
	margin:15px auto 0 auto;
	width:100%;
	border-radius:0 0 8px 8px;
	height:auto;
	font-size:32px;
	line-height:38px;
	padding:12px 10px 8px 10px;
}
.popupbtn{
	height:92px;
	width:650px;
	margin:20px auto 0 auto;
	display:block;
	font-size:44px;
	line-height:92px;
}
.up2btn{
	width:100%;
	padding:24px 15px 8px 15px;
	height:auto;
	border-radius:14px;
	font-weight:600;
	font-size:20px;
	line-height:30px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	margin:30px auto 0 auto;
	display:block;
}
.up2btn span{
	font-family: 'Myriad Pro';
	font-weight:bold;
	font-size:56px;
}
.bnrbtntxt{
	font-size:18px;
	line-height:26px;
	text-align:center;
	margin:8px 0 0 0;
	position:relative;
}
.bnrbtntxt::after, .bnrbtntxt::before{
	content: "";
  	display: block;
	position:absolute;
	top:12px;
	width:60px;
	height:1px;
	background:#bfbfbf;
}
.bnrbtntxt::after{right:0;}
.bnrbtntxt::before{left:0;}
@media only screen and (max-width: 1030px){
.bnrbtnbx, .s1btnbx{width:400px;margin:36px 0 0 0;}
.s1btnbx{margin:40px auto 0 auto;}
a.bnrbtn{font-size:26px;}
.bnrbtntxt{
	font-size:16px;
	line-height:24px;	
}
.bnrbtntxt::after, .bnrbtntxt::before{width:66px;}
}
@media only screen and (max-width: 1000px){
.up1btn1{width:100%;}
.up1btn3{font-size:26px;line-height:36px;}
.hide-1000{display:none;}
.up2btn span {font-size: 53px;}
}
@media only screen and (max-width: 767px){
.popsec2 {padding: 30px 0;}
.bnrbtnbx, .s1btnbx{
	width:340px;
	margin:20px auto 0 auto;
	display:block;	
}
.s1btnbx{margin:30px auto 0 auto;}
.bnrbtntxt{
	font-size:14px;
	line-height:21px;	
}
.bnrbtntxt::after, .bnrbtntxt::before{width:60px;top:9px;}
.up1btn1{width:100%;font-size:23px;height:55px;line-height:51px;}
.up2btn{
	padding:16px 10px 4px 10px;	
	font-size:16px;
	line-height:26px;	
	margin:25px auto 0 auto;
}
.up2btn span{font-size:34px;}
.popupbtn{
	width:100%;
	height:70px;
	line-height:70px;
	font-size:30px;
	margin:15px auto 0 auto;
}
}
@media only screen and (max-width: 479px){
.bnrbtnbx, .s1btnbx{width:290px;}
a.bnrbtn{font-size:20px;height:60px;line-height:56px;}
.bnrbtntxt{
	font-size:12px;
	line-height:19px;	
}
.bnrbtntxt::after, .bnrbtntxt::before{width:48px;top:9px;}
.popupbtn{
	height:60px;
	line-height:60px;
	font-size:25px;
}
}
@media only screen and (max-width: 359px){
.up1btn1{font-size:19px;height:55px;line-height:51px;}
.popupbtn{font-size:22px;}
}
/*=========================
CSS FOR ELEMEMT SHOW HIDE
===========================*/
.hide-desk, .show-479, .show-tab, .show-767, .show-400, .show-340, .show-359{display:none;}

@media only screen and (max-width: 1090px){
.show-desk{display:block;}
.hide-desk{display:none;}
}
@media only screen and (max-width: 1020px){
.show-tab{display:block;}
.hide-tab{display:none;}
}
@media only screen and (max-width: 767px){
.show-767{display:block;}
.hide-767{display:none;}
}
@media only screen and (max-width: 479px){
.show-479{display:block;}
.hide-479{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;}
}

/*============================
FOOTER SECTION
=============================*/
footer{padding:45px 0;background:#ebebeb;}
ul.ftrlist{text-align:center;}
ul.ftrlist li{
	display:inline-block;
	border-right:1px solid #000;
	padding:0 12px 0 7px;	
	font-size:15px;
	line-height:15px;
	color:#000;	
	text-align:center;
	font-weight:300;
}
ul.ftrlist li:last-child{border-right:none;}
ul.ftrlist li a{color:#000;}
.ftrtxt, .ftrtxt2{
	font-weight:300;
	font-size:14px;
	line-height:20px;
	color:#000;
	text-align:center;
	padding:20px 0 0 0;
}
.ftrtxt2{padding:30px 0 0 0;}
@media only screen and (max-width: 767px){
footer{padding:35px 0;}
ul.ftrlist li{
	padding:0 7px 0 2px;	
	font-size:14px;
	line-height:14px;	
}
.ftrtxt, .ftrtxt2{
	font-weight:300;
	font-size:13px;
	line-height:17px;
	padding:10px 0 0 0;
}
.ftrtxt2{padding:20px 0 0 0;}
}






