@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/*=========================
CSS FOR ELEMEMT SHOW HIDE
===========================*/
.bnrbtn, .s1btn, .s6btn, .abts2btn, .abts3btn, .cashs2btn, .achs1btn,
.agents1btn, .faqbnrbtn, .contbtn{
	height: 60px;
    width: 304px;
    background: #02336d;
    border-radius: 10px;
    margin: 30px 0 0 0;
    border: none;
    outline: none;
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    font-family: 'Inter', sans-serif;
	}
.s1btn, .abts2btn{margin:32px 0 0 0;}
.s6btn{margin:30px auto 0 auto;}
.abts3btn, .achs1btn{margin:40px auto 0 auto;}
.cashs2btn{margin:40px 0 0 0;}
.faqbnrbtn{margin:12px 0 0 0;}
.contbtn{
	float:left;
	width:100%;
	margin:30px 0 0 0;
	cursor:pointer;	
	}
.s2readmore, .s3readmore, .s4readmore{
	width:304px;
	height:57px;
	border:1px solid #02336d;
	border-radius:10px;
	margin:20px auto 0 auto;
	display:block;
	outline:none;
	font-weight:bold;
	font-size:18px;
	line-height:55px;
	color:#02336d;
	text-align:center;
	}
.s3readmore{margin:45px 0 0 0;}
.s4readmore{color:#fff;border:1px solid #fff;margin:40px 0 0 0;}

@media only screen and (max-width: 1020px){
.s3readmore, .s4readmore{margin:30px 0 0 0;}
.cashs2btn{margin:25px 0 0 0;}
}

@media only screen and (max-width: 767px){
.bnrbtn, .s1btn, .s6btn, .faqbnrbtn{margin:25px auto 0 auto;}
.bnrbtn{margin:20px auto 10px auto;}
.s2readmore, .s3readmore, .s4readmore{height:47px;line-height:45px;}
.s2readmore, .s3readmore, .s4readmore{margin:25px auto 0 auto;}
.abts2btn{margin:30px auto 0 auto;}
.abts3btn, .cashs2btn, .achs1btn, .agents1btn{margin:30px auto 0 auto;}
.contbtn{margin:10px 0 0 0;}
}

/*---------------------------*/
.show-479, .show-tab, .show-767, .show-400, .show-340, .show-359{display:none;}
.hide-400, .hide-479{display:block;}
@media only screen and (max-width: 1190px){
.hide-1190{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{display:none;}
.show-767{display: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;}
}


	