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

/*----------------
	RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	}
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: inherit;text-decoration: none;}
img {border: none; height:auto; max-width:100%;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
.fl{ float:left;}
.fr{ float:right;}
.show-tab, .show-mob{ display:none;}

/*-----------------------
	MAIN CSS START
------------------------*/
.container {
	width:970px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
/*-----------------------
		HEADER SECTION
------------------------*/
.header{
	float:left;
	width:100%;
	padding:3px 0 22px;
	background:#fff;
	position:relative;
	}
.header_logo{
    float: left;
    margin-top: 3px;
    width: 200px;
	}
.header_text {
	float:left;
	width:100%;
    font-size: 12px;
    line-height: 18px;
    color: #484848;
	}
/*-----------------------
		Banner SECTION
------------------------*/
.banner_section{
	float:left;
	width:100%;
	background:url(../images/bnr-bg.jpg) no-repeat center top;
	background-size: cover;
	padding:40px 0 30px;
	text-align:left;
	}	
.bnr_left{
	float:left;
	width:66%;
	text-align:left;
	}
ul.evidance_list {
	display:inline-block;
	vertical-align:top;
    width: 100%;
	text-align: left;
	}
ul.evidance_list li{
	display:inline-block;
	vertical-align:top;
	border:1px solid #cbcbcb;
	border-radius: 5px;
	margin-right: 4px;
    padding: 8px 10px 6px;
	font-size:13px;
	line-height:18px;
	letter-spacing:0.3px;
	color:#343434;
	}
.ev_list_img {
    display: inline-block;
    vertical-align: middle;
    margin: -5px 6px 0 0px;
	}
.bnr_heading{
	font-size:44px;
	line-height:50px;
	font-weight:bold;
	color:#000000;
	margin-top:20px;
	}
.author_box {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	
    width: 100%;
    max-width: 245px;
    margin:44px 0 -57px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1);
	}
.author_img{
	width:33px;
	border-radius:50%;
	}
.author_strip_cont{
	width:calc(100% - 33px);
	padding-left:10px;
	}
.author_name{
	font-size:13px;
	line-height:18px;
	font-weight:bold;
	color:#000000;
	}
.author_text{
	font-size:12px;
	line-height:18px;
	color:#000000;
	margin-top: 2px;
	}
/*-----------------------
		MAIN SECTION
------------------------*/
.main_section{
	float:left;
	width:100%;
	background:#fff;
	text-align:left;
	padding:80px 0 60px;
	border-bottom:1px solid #dcdcdc;
	}
.sub_heading{
	font-size:24px;
	line-height:32px;
	font-weight:bold;
	color:#000000;
	text-align:left;
	}
.img_box{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	
    width: 100%;
	max-width:835px;
	background:#fff;
	margin:40px auto 0;
	padding:2px;
	-webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
	border-radius:16px;
	overflow:hidden;
	}
.img_box_col{
	width:50%;
	}
.col_img{
	display:block;
	margin:0 auto;
	}
.col_img1{
    border-bottom-left-radius: 14px;
    border-top-left-radius: 14px;
	}
.col_img2{
    border-bottom-right-radius: 14px;
    border-top-right-radius: 14px;
	}
.common_text{
	font-size:18px;
	line-height:26px;
	color:#000000;
	margin-top:40px;
	}
.common_heading{
	font-size:38px;
	line-height:48px;
	font-weight:bold;
	color:#000000;
	margin-top:50px;
	padding-bottom:20px;
	border-bottom:1px solid #cccccc;
	}
.small_img1 {
    margin:40px 0 0 35px;
	}
.small_img3 {
    margin:35px 0 0 35px;
	width:375px;
	}
.shadow{
	border:2px solid #fff;
	border-radius:15px;
	-webkit-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
	}
ul.growth_list{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	
    width: 100%;
    max-width: 845px;
    margin: 35px auto 0;
	}
ul.growth_list li{
	width:32%;
	}
ul.growth_list li img{
	display:block;
	margin:0 auto;
	border:2px solid #dfdfdf;
	box-sizing: content-box;
	}
.common_img{
	display:block;
	margin:40px auto 0;
	box-sizing: content-box;
	}
.small_img2{
	margin:35px 0 0 66px;
	border:2px solid #dfdfdf;
	}
.video_box_otr{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin:40px 0 5px;
	text-align:center;
	}
.video_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:830px;
	border:2px solid #fff;
	border-radius:15px;
	-webkit-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	cursor:pointer;
	position:relative;
	}	
.video_img{
	display: block;
	margin:0 auto;
	}
.ugc_play{
    position: absolute;
    width: 83px;
    top: 50%;
    left: 50%;
    margin: -41.5px 0 0 -41.5px;
	}
.pulsing{transform: scale(1);animation: 1.5s ease 0s infinite normal none running pulsing; border-radius:50%;}
@keyframes pulsing { 
0% { transform: scale(1); box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 0px 0px; }
30% { transform: scale(1); box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 0px 0px; }
70% { transform: scale(1.20); box-shadow: transparent 0px 0px 0px 50px; }
100% { transform: scale(1); box-shadow: transparent 0px 0px 0px 0px; }
}	
	
.button_box{
	display: inline-block;
	vertical-align:top;
	width:100%;
	margin-top:40px;
	text-align:center;
	}
a.common_btn{
	display: inline-block;
	vertical-align:top;
	width:100%;
	max-width:590px;
	background:#29b40d;
	height:75px;
	font-size:30px;
	line-height:75px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	border-radius:10px;
	-webkit-box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.2);
	}
/*====Footer====*/
.footer{
	float:left;
	width:100%;
	background:#fff;
	padding:40px 0;
	}
.footer_txt{
	font-size:15px;
	line-height:23px;
	font-weight:bold;
	color:#373737;
	}
.footer_txt1{
	font-size:16px;
	line-height:22px;
	letter-spacing:0;
	color:#3a3a3a;
	margin-top:12px;
	}
.footer_txt2{ 
	font-size:14px; 
	line-height:20px; 
	color:#373737;
	letter-spacing: 0.3px;
	font-weight:bold;
	padding:0 10px;
	margin:15px 0 30px;
	}
.footer_txt1 a{ padding:0 10px;}

.fr{ float:right;}
.fl{ float:left;}
.link_text{ color:#2587d3;}
.mrgT40{ margin-top:40px;}
.mt_65{ margin-top:65px;}

/*---------Media Querry---------*/

/*@media only screen and (max-width:1200px){
.container{width:1004px;}
}*/
@media only screen and (max-width:1021px){
.container{width:750px;}
.show-desk {display: none;}
.show-tab {display: block;}

.banner_section{ background-position: top right 47%;}
.bnr_left{ width:70%;}
.bnr_heading{ font-size: 36px; line-height: 44px;}
	
.main_section{ padding: 70px 0 70px;}
.sub_heading{ font-size: 22px; line-height: 30px;}
.mrgT40{ margin-top:35px;}
.common_heading{ font-size:32px; line-height: 40px;}
.common_text{ font-size: 17px; line-height: 25px; margin-top: 35px;}

.img_box_col{ width: 49.8%;}
.small_img1, .small_img3{ margin: 40px 0 10px 30px; width: 331px;}
.small_img2{ margin: 35px 0 0 45px;}
	
.footer_txt{ font-size: 13px; line-height: 20px;}
	
}

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

.header{ padding: 2px 0 14px;}
.header_logo{ margin-top: 1px; width: 132px;}
.header_text{ font-size: 11px;  line-height: 15px;}

.banner_section{ padding: 25px 0 0; background:url(../images/banner-img-m.jpg) no-repeat bottom center #f1f4ff; background-size:100%;}
.bnr_left{ width: 100%;}
ul.evidance_list li{  padding: 6px 6px 4px; font-size: 12px; line-height: 16px;}
.ev_list_img{ margin: -3px 5px 0 0px; width: 12px;}
.bnr_heading{ font-size: 27px; line-height: 35px;}
.author_box{ max-width: 230px;  margin:66% 0 -26px; padding: 8px 8px 7px; position:relative;}
.author_name{ font-size: 12px; line-height: 16px;}
.author_text{ font-size: 11px; line-height: 18px;font-weight: 400; color: #000000; margin-top: 1px;}

.main_section{ padding:55px 0 40px;}
.sub_heading{ font-size: 19px; line-height: 28px;}
.mrgT40{ margin-top: 25px;}
.img_box{ margin: 25px auto 0;}
.img_box_col{ width: 49.7%;}
.common_text{ font-size: 17px; line-height: 27px; margin-top: 20px;}
.common_heading{ font-size: 24px; line-height: 32px; margin-top: 35px; padding-bottom: 15px;}
.small_img1, .small_img3{ width: 340px; margin: 25px auto 0; float:none;}
ul.growth_list{ row-gap: 15px; margin: 25px auto 25px;}
ul.growth_list li{ width: 100%;}
.common_img{ margin: 25px auto 0; height: 225px; object-fit: cover;}
.small_img2{ display: block; margin: 25px auto 0; width: 300px; float: none;}
.video_box_otr{ margin: 30px 0 5px;}
.video_img{ width:100%;}
.ugc_play{ width: 40px; margin: -20px 0 0 -20px;}
.button_box{ margin-top: 35px;}
a.common_btn{ height: 55px; font-size: 23px; line-height:55px;}
	
.footer{ padding: 25px 0;}
.footer_txt{ font-size: 12px; line-height: 20px;}	
.footer_txt1{ font-size: 13px; line-height: 18px;}
.footer_txt1 a{ padding: 0 5px;}
.footer_txt2{ font-size: 11px; line-height: 17px; padding: 0; margin:12px 0 20px; letter-spacing:normal;}