@charset "utf-8";
/* CSS Document */

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#000;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family:Arial, Helvetica, sans-serif;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin:0;padding:0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border:0;}
a{outline: none; color:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none; height:auto; max-width:100%;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
	
@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Bold.woff2') format('woff2'),
        url('Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
	}
	
@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Regular.woff2') format('woff2'),
        url('Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
		
/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	position:relative;
	}
.banner_section{
	float:left;
	width:100%;
	padding:3px 0 240px;
	}	
.banner_heading{
	font-size:36px;
	line-height:47px;
	color:#fff;
	font-family: 'Roboto';
	}
.banner_heading span{ 
	color:#e43b2c;
	font-weight:bold;
	}	

.bnr_videoBox{
	display:inline-block;
	vertical-align:top;
	background:#fff;
	border-radius:12px;
	width:100%;
	text-align:center;
	max-width:820px;
	padding:15px 25px 30px;
	margin-top:18px;
	}	
.bnr_vdo_txt{
	font-size:16px;
	line-height:18px;
	color:#2f2f2f;
	}
.bnr_video_gap{ padding:0 25px;}	
.bnr_video{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:845px;
	background:#fff;
	position:relative;
	cursor:pointer;
	overflow:hidden;
	padding-bottom:55.8%;
	}
.bnr_video iframe{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	border:0;
	height:100%;
	width:100%;
	cursor:pointer;
	}	
	
.bnr_vdo_txt2{
	font-size:24px;
	line-height:32px;
	color:#000;
	margin-top:2px;
	}
	
.timer-block{
	display:inline-block;
	vertical-align:top;
	margin:20px 0 12px;
	}	
.timer{
	font-size: 45px;
	line-height:45px;
	text-align: center;
	font-weight: bold;
	color: #e2262a;
	margin:0 5px;
	}

.bnr_btn{
	margin:0 auto 0;
	display:block;
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    background:#e43b2c;
    border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 10px;
    padding: 16px 25px;
    border: none;
    outline: none;
    -webkit-appearance: none;
    cursor: pointer;
	}					

/*-----------------------
CSS FOR FOOTER
------------------------*/
.footer{
	float:left;
    width:100%;
	text-align:center;
    padding:25px 0 50px;
	}
.footer_text1{
    font-size:12px;
    line-height:12px;
    color:#fff;
	letter-spacing:0.5px;
	margin-bottom:12px;
	}
.footer_desc{
	font-size:12px;
	line-height:16px;
	color:#2f2e2e;
	padding:0 30px;
	}			
.footer_text2{
    font-size:14px;
    line-height:20px;
    color:#126592;
	letter-spacing:0.5px;
	margin-top:28px;
	}	
.footer_text2 a{
	padding:0 5px;
	color:#126592;
	}	
.footer_text2 a:hover{ text-decoration:underline;}		

/*=======Media Query========*/
.show-mob, .show-tab {display: none;}
.fl{ float:left;}
.fr{ float:right;}	

@media only screen and (max-width:1200px){
.container{width:1004px;}

.bnr_video_gap{ padding: 0 30px;}
.bnr_videoBox{ max-width:730px;}
}

@media only screen and (max-width:1021px){
.container{width:100%;}
.show-desk {display: none;}
.show-tab {display: block;}

.banner_heading{ padding:0 30px;}
.bnr_videoBox{ max-width:667px;}
}

@media only screen and (max-width:767px){
.container{width:100%; padding:0; box-sizing:border-box;}
.show-mob{display:block;}
.hide-mob{display:none;}

.banner_heading{ font-size:19px; line-height:25px;}
.bnr_video_gap{ padding:0;}
.bnr_videoBox{ padding:15px 15px 30px;}
.bnr_btn{ font-size:23px; margin-top:50px;}

.footer_desc{ padding:0 15px;}
.footer_text2{ font-size:13px;}
.footer_text2 a{ padding:0 3px;}
}


/*=====Proof Popup=====*/
 .ProofPopup_popup__Mlzki{
    align-items: center;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 100px;
    bottom: 15px;
    box-shadow: 0 0 6px 1px #c3c3c3;
    display: flex;
    font-size: 13px;
    left: 15px;
    line-height: 1.6;
    min-width: 320px;
    padding: 10px 30px 10px 10px;
    position: fixed;
    z-index: 100000;
	}

@media(max-width: 320px) {
    .ProofPopup_popup__Mlzki {
        min-width:295px
    }
}

.ProofPopup_image__UZBtr{
    height: 70px;
    margin-right: 10px;
    width: 70px
	}
.ProofPopup_content__4Gcd\+{
    flex: 1 1
	}
.ProofPopup_title__V4vFy{
    display: inline-block;
    font-weight: 700
	}
.ProofPopup_text__Pi3Rd{
    color: #363636
	}
.ProofPopup_date__8Lpna{
    color: #7a7a7a
	}
.ProofPopup_link__irTJO{
    font-size: 12px;
    margin-top: -2px;
    text-align: right
	}
.ProofPopup_link__irTJO i{
    color: #0080ff
	}
.ProofPopup_link__irTJO span{
    color: #0080ff;
    font-weight: 700
	}
.ProofPopup_close__9X6l5{
    background-color: #fff;
    border-radius: 50%;
    color: #8b8b8b;
    cursor: pointer;
    font-size: 20px;
    height: 20px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: -15px;
    width: 20px
	}
.ProofPopup_image__UZBtr{
    height: 66px;
    margin-right: 5px;
    width: 65px; 
    margin-bottom: 0;
	}
#recentBox p{
    display: inline-block;
	text-align:left;
	}
.ProofPopup_image__UZBtr{
    height: 66px;
    margin-right: 5px;
    width: 65px;
    margin-left: 0px;
	}
.ProofPopup_image__UZBtr img{
    border-radius: 50%;
    border: 1px solid #00a1ff;
	}
	
/*========================
popup
==========================*/
.popup-Box{
	position:fixed;
	top:0;
	bottom:0;
	width:100%;
	left:0;
	background:rgba(0,0,0,0);
	z-index:999;	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
	overflow: auto;
	}
.pop-content{
	float: left;
    width: 100%;
    padding: 35px 0;
	}		
.profits-pop{
	display:inline-block;
	vertical-align:top;
	width:calc(100% - 30px);
	max-width:960px;
	background:#2d2d2d;
	border-radius:12px;
	border:3px solid #fff;
	position:relative;
	padding:40px 20px;
	}	
.profits-pop-header{
	float:left;
	width:100%;
	padding:0 10px 8px;
	}
.exitheadline1{
	margin:0 auto 0;
	display:block;
	}
.profits-pop-header h3{
    font-size: 36px;
    line-height: 36px;
    color: #fff;
	font-weight:normal;
	margin-top:13px;
	}
.profits-pop-header h3 span{ 
	color:#33cdab;
	font-weight:bold;
	}	
.profits-pop-body{
	float:left;
	width:100%;
	padding:20px 10px;
	background:#fff;
	border-radius:10px;
	}
.profits-pop-left{
	float:left;
	width:50%;
	padding:0 25px;
	}	
.arrows-down{
	margin:0 auto 0;
	display:block;
	}
.pop-form{
	float:left;
	width:100%;
	margin-top:32px;
	}	
.pop-frm-text{
	font-size:23px;
	line-height:23px;
	color:#474747;
	font-family: 'Roboto';
	}
.pop-frm-flds{
	width:100%;
	height: 32px;
	background: #fff;
    border: 1px solid #a7abad;
	font-size: 14px;
    color: #222;
	font-family: Arial, sans-serif;
    font-weight: 400;
    line-height: 22px;
    padding: 3px 8px;
	border-radius:5px;
    outline:none;
	-webkit-appearance:none;
	margin-top:17px;
	}
.pop-frm-flds:focus{ border: 1px solid #51cbee;}	
.pop-close{
    position: absolute;
    z-index: 99;
    right: -20px;
    top: -20px;
    cursor: pointer;
	}
	
.pop-frm-btn{
    display: inline-block;
    vertical-align: top;
    width: 100%;
	max-width:394px;
    border-radius: 3px;
	padding:15px 20px 13px;
    overflow: hidden;
    position: relative;
	border: 1px solid rgba(0, 0, 0, 0.2);
    background:#0174c7;
	margin-top:10px;	
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
	cursor:pointer;
	}
.pop-frm-btn:hover{ background:#0c69a8;}			
.pop-frm-btn p{
	font-size:24px;
	line-height:24px;
	color:#fff;
	font-weight:bold;
	}	
.pop-frm-btn span{
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	line-height:14px;
	color:#fff;
	opacity:0.7;
	font-weight:normal;
	margin-top:8px;
	}
.profits-pop-right{
	float:right;
	width:50%;
	padding:0 25px;
	}
.profits-pop-right img{
	margin:0 auto 0;
	display:block;
	}			
	
@media only screen and (max-width:990px){
.profits-pop{ padding:40px 0 0; width:calc(100% - 0px); border-radius:8px;}
.profits-pop-left{ width:100%; padding:0 5px;}
.profits-pop-right{ width:100%; margin-top:20px; padding:0 5px;}
.pop-close{ right:-3px;}
.profits-pop-header h3{ line-height:42px; margin-top:11px;}
.profits-pop-body{ border-radius: 12px 12px 0 0;}
.profits-pop-header{ padding:0 15px 8px;}
.pop-frm-btn{ padding:15px 10px 13px;}
}
		