@charset "utf-8";
/*====CSS Document====*/

body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #ffffff;
	color: #000000;
	text-align: center;
    font-family: 'Open Sans';
	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; max-width: 100%; height: auto;}
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;}

/*-----------------------
FONTS
------------------------*/
@font-face {
    font-family: 'Open Sans';
	src: url('OpenSans-Regular.woff2') format('woff2'),
	url('OpenSans-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
    font-family: 'Open Sans';
	src: url('OpenSans-Semibold.woff2') format('woff2'),
	url('OpenSans-Semibold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}

@font-face {
    font-family: 'Open Sans';
	src: url('OpenSans-Bold.woff2') format('woff2'),
	url('OpenSans-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Extrabold.woff2') format('woff2'),
	url('OpenSans-Extrabold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
	}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Regular.woff2') format('woff2'),
	url('Inter-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
    font-family: 'Inter';
    src: url('Inter-Bold.woff2') format('woff2'),
	url('Inter-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
    font-family: 'Inter';
	src: url('Inter-ExtraBold.woff2') format('woff2'),
	url('Inter-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
	}

/*-----------------------
MAIN CSS START
------------------------*/

.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
	
/*======Header======*/
.header{
	float:left;
	width:100%;
	background:#ffffff;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
	padding:14px 0;
	position:relative;
	}
.header_text{
	position:absolute;
    top:5px;
    left:50%;
    transform:translateX(-50%);
    color:#a6a6a6;
    font-size:12px;
    line-height:20px;
    letter-spacing:0.5px;
	text-transform:uppercase;
	font-family: 'Inter';
	}
.logo{
	float:left;
    width:150px;
	margin-top:7px;
	}
.header_button{
	float:right;
	width:215px;
	height:48px;
    color:#ffffff;
	font-size:18px;
	line-height:48px;
	font-weight:bold;
	font-family: 'Inter';
	text-align:center;
	background:#0ba62c;
	-webkit-box-shadow:0 2px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow:0 2px 3px 0 rgba(0, 0, 0, 0.2);
	border-radius:5px;
	}
.header_button_arrow{
	display:inline-block;
	vertical-align:middle;
    width:20px;
    margin:-4px -6px 0 6px;	
	}
	
/*-----------------------
		MAIN SECTION
------------------------*/
.main_section{
	float:left;
	width:100%;
	background:#fff;
	padding:40px 0 45px;
	}
.main_sec_inr{
	display: inline-block;
	vertical-align:top;
	}
.left_section{
    float: left;
	width: 71%;
    padding-right:47px;
    border-right: 1px solid #cccccc;
	}
.main_heading{
	font-size:46px;
	line-height:50px;
	color:#000;
	font-weight:800;
	text-align:left;
	font-family: 'Inter';
	}
.main_heading span{ color:#de0a0a;}
.rate_text{
	font-size:18px;
	line-height:22px;
	color:#000;
	margin-top:20px;
	text-align:left;
	}
.star_img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 15px 0 0;
	}
	
.author_box {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	margin:20px auto 0;
	padding:10px 0;
	text-align: left;
	border-top:2px solid #000;
	}
.author_bx_left{
	width:100%;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	}
.author_row {
    padding-right:15px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.author_row:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left:0;
    width:7px;
    height:7px;
    background: #000;
    border-radius: 50%;
	}
.author_row:first-child:before{ display:none;}
.author_img{
	display:inline-block;
	vertical-align:top;
	border-radius:50%;
	}
.authorbx_text {
	font-size:16px;
	line-height:24px;
	color:#121212 ;
	font-weight:bold;
    padding-left:18px;
	}
.normal_text{
	color:#5c5c5c;
	font-weight:normal;
	}
.blue_tick {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 14px;
	}
.common_img{
	display:block;
	margin:30px auto 0;
    box-sizing: content-box;
	}
.shadow{
	border:4px solid #fff;
	-webkit-box-shadow:0 0 8px 2px rgba(0,0,0,0.1);
	box-shadow:0 0 8px 2px rgba(0,0,0,0.1);
	}
.comn_img1{ margin-top:5px;}
.common_text{
	font-size:18px;
	line-height:28px;
	color:#000000 ;
	text-align:left;
	letter-spacing: 0.3px;
	margin-top:35px;
	}
.common_text.mt_0{ margin-top:0;}
.link_text{
    color:#146dc1;
    font-weight:bold;
    text-decoration:underline;
	}
.quot_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:45px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding:20px 0;
	position:relative;
	}
.quot_img{
	position:absolute;
	top:0;
	left:50%;
	margin: -34px 0 0 -31px;
	}
.quot_box p{
	font-size:20px;
	line-height:28px;
	color:#000;
	font-weight:bold; 
	}

.small_img{ margin:40px 0 0 25px;}

.common_heading{
	font-size:40px;
	line-height:48px;
	color:#000000 ;
	font-weight:800;
	margin-top:35px;
	padding-bottom:15px;
	font-family: 'Inter';
	border-bottom:1px solid #d4d4d4;
	text-align:left;
	}
.research_bx{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
	
	width:100%;
	background:#ebf5ff;
	padding:15px;
	margin-top:35px;
	}
.research_imgbx{
	width:40%;
	}
.research_imgbx img{
	display:block;
	margin:0 auto;
	}
.research_cont_bx{
	width:53%;
	}
	
.video_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:438px;
	background:#000;
    position: relative;
    cursor: pointer;
	margin-top:30px;
	overflow: hidden;
	border-radius:12px;
	}
.video_box img, .video_box video{
	display: block;
    margin: 0 auto;
    object-fit: cover;
    height: 438px;
    width: 305px;
	}
	
.step_blk{
	display:inline-block;
	vertical-align:top;
	width:100%;
	}
.step_heading{
	font-size:25px;
	line-height:37px;
	color:#000;
	font-weight:bold;
	margin-top:40px;
	position:relative;
	text-align:left;
	padding:2px 0 2px 70px;
	}
.step_heading span{
	position:absolute;
	top:0;
	left:0;
	width:40px;
	height:40px;
	background:#95b6da;
	border-radius:50%;
	
	font-size:20px;
	line-height:40px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	}
.mt_15{ margin-top:15px !important;}

ul.cloudalign_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:left;
	margin-top:20px;
	}
ul.cloudalign_list li{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:20px;
	font-size:18px;
	line-height:26px;
	color:#000;
	font-weight:bold;
	background: url(../images/list-tick.webp) no-repeat left 4px;
	padding-left:35px;
	}
ul.benefit_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:10px;
	}
ul.benefit_list li{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:25px;
	padding-bottom:25px;
	border-bottom:1px solid #dedede;
	text-align:left;
	}
ul.benefit_list li:last-child{ border-bottom: none; padding-bottom:0;}
ul.benefit_list li h3{
	font-size:22px;
	line-height:30px;
	color:#000;
	font-weight:bold;
	position:relative;
	padding-left:40px;
	}
.green_tick{
	position:absolute;
	top:3px;
	left:0;
	width:26px;
	}
ul.benefit_list li .common_text{ margin-top:10px;}

.product_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:50px;
	background:#fff;
	padding:20px 20px 35px;
	border:3px dashed #d60b0b;
	}
.prod_bx_hdng{
	font-size: 40px;
    line-height: 48px;
    color: #000000;
    font-weight: 800;
    padding-bottom: 15px;
    font-family: 'Inter';
    border-bottom: 1px solid #d4d4d4;
	text-align:left;
	}

.product_img_box{
	float:left;
	width:100%;
	position:relative;
	margin-top:55px;
	}
.product_image{
	display:block;
	margin:0 auto;
	}
.offer_tag{
	position:absolute;
    top: -25px;
    right: 80px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content:center;
	align-items:center;
	width:115px;
	height:115px;
	background:#e20c0c;
	color:#ffffff;
	font-size:32px;
	line-height:32px;
	font-weight:800;
	text-transform:uppercase;
	border-radius:50%;
	}
.offer_tag:before{
	content:'';
	position:absolute;
	top:8px;
	left:8px;
	width: 98px;
    height: 98px;
	border:1px solid #fff;
	border-radius:50%;
	}
	
.product_box .btn_box{margin-top:35px;}
.testi_blk{
	display: inline-block;
	vertical-align:top;
	width:100%;
	margin-top:10px;
	}
.testi_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top: 23px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 25px;
	text-align:left;
	}
.testi_box:last-child{ border:none; padding:0;}
.testi_star{
	display:inline-block;
	vertical-align:top;
	}
.testi_hdng{
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:bold;
	margin-top:10px;
	}
.testi_box .common_text{ margin-top:15px;}
.name_text{
	font-size: 16px;
    line-height:18px;
    color: #000;
	font-weight:600;
	margin-top:25px;
	}
.vrfy_text{
	font-size: 14px;
    line-height:14px;
	color:#000;
	font-weight:400;
	}
.vrfy_tick{
	display:inline-block;
	vertical-align:middle;
	margin: -2px 8px 0 10px;
	width:17px;
	}
.btn_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:635px;
	margin-top:50px;
	}
a.common_button {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 70px;
    font-size:30px;
    line-height: 70px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    background: #0ba62c;
	font-family: 'Inter';
    -webkit-box-shadow:0 2px 4px 1px rgba(0, 0, 0, 0.2);
    box-shadow:0 2px 4px 1px rgba(0, 0, 0, 0.2);
    border-radius:6px;
	}
	
a.common_button img{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 0 0 12px;
	width:25px;
	}
/*=====Right Section=====*/
.right_section{
	float:right;
	width:26%;
	}
.right_box{
	float:left;
	width:100%;
	}
.right_box_inner{
	float: left;
    width: 100%;
    background: #fff;
    padding:20px 15px;
    text-align: center;
	border:1px solid #d4d4d4;
	-webkit-box-shadow:0 0 6px 2px rgba(0,0,0,0.1);
	box-shadow:0 0 6px 2px rgba(0,0,0,0.1);
	}
.rgt_box_logo{
	display:block;
	margin:0 auto;
	}
.rgt_sec_text{
    font-size:22px;
    line-height:26px;
    color: #000;
	font-weight:bold;
	margin-top:15px;
	}	
.rgt_bx_product{
    display: block;
    margin:20px auto 0;
	}
ul.rgt_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:left;
	}
ul.rgt_list li{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background: url(../images/rgt-list-tick.webp) no-repeat left 3px;
	background-size:15px;
	font-size:17px;
	line-height:22px;
	color:#000;
	font-weight:600;
	margin-top:10px;
	padding-left:25px;
	}
.rgt_btn {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 250px;
    height:55px;
    background:#0ba62c;
    font-size:21px;
    line-height:55px;
    color: #fff;
    font-weight: bold;
	font-family: 'Inter';
    text-align: center;
    border-radius:4px;
    margin-top:20px;
	}
.rgt_btn img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 0 0 20px;
	width:20px;
	}	


/*======Footer=======*/
.footer{
	float:left;
	width:100%;
	padding:50px 0 40px;
	background:#ffffff;
	border-top:1px solid #d8d8d8;
	}
.footer_text{
	color:#000000;
	font-size:14px;
    line-height:20px;
    letter-spacing:0.3px;
	margin-top:10px;
	}	
.footer_text.margin-top-0{margin-top:0;}
.footer_text a{padding:0 5px;}	

/*-----------------------
MEDIA-QUERY
------------------------*/
.show-mob, .show-tab{display:none;}

@media only screen and (max-width: 1200px){
.container{width:1004px;}
.hide-1200{display:none;}

.main_heading{ font-size: 39px; line-height: 45px;}
.quot_box p{ font-size: 19px; line-height: 27px;}
	
.common_heading{ font-size: 34px; line-height: 42px;}

.research_imgbx{ width: 47%;}

.research_bx .common_text{ margin-top:15px;}

.prod_bx_hdng{ font-size: 36px; line-height: 44px;}

.offer_tag{ top: -15px; right: 50px;}

ul.rgt_list li{ font-size: 14px; line-height: 20px;}

}

@media only screen and (max-width:1021px){	
.container{width:750px;}
.show-tab{display:block;}
.show-desk{display:none;}

.header{padding:11px 0;}
.logo{width:130px}
.header_text{top:-5px;}
.header_button{width:170px; height:43px; font-size:17px; line-height:43px;}
.header_button_arrow{width:15px;}
			
.main_section{ padding:25px 0 35px;}
.left_section{ width: 68%; padding-right:25px;}
.main_heading{ font-size: 33px; line-height: 40px;}
.rate_text{ font-size: 16px; line-height: 20px;}	
.star_img{ margin: -5px 10px 0 0; width: 105px;}
	
.author_box{ margin: 15px auto 0; border-top: 1px solid #000;}	
.author_row{ padding-right:10px;}
.author_row:before{ width: 5px; height: 5px; left: 6px;}
.blue_tick{ margin: -4px 0 0 5px; width: 14px;}
.author_img{ width: 40px;}
.authorbx_text{ font-size: 15px; line-height: 20px; padding-left:30px;}
.authorbx_text.text_1{ padding-left:15px;}

.quot_box{ margin-top: 35px; padding: 15px 0;}
.quot_img{ margin: -25px 0 0 -25px; width: 50px;}
.quot_box p{ font-size: 18px; line-height: 26px;}

.common_text{ font-size: 17px; line-height: 25px; margin-top: 25px;}
.common_heading{ font-size:30px; line-height: 36px;  margin-top: 25px;  padding-bottom: 12px;}

.small_img{ margin: 35px 0 0 25px; width: 200px;}		

.research_bx{ margin-top: 25px; padding: 10px 12px 15px;}
.research_bx .common_text{ margin-top: 10px; font-size: 16px; line-height: 22px;}
		
.step_heading{ font-size: 22px; line-height: 30px; margin-top: 30px; padding-left: 55px;}		
.step_heading span{ width: 35px; height: 35px; font-size: 18px; line-height: 35px;}		
	
ul.cloudalign_list{ margin-top:10px;}
ul.cloudalign_list li{ font-size: 17px; line-height: 23px; background-position-y:4px; padding-left: 30px; background-size: 18px;}		

ul.benefit_list li{ margin-top: 20px; padding-bottom: 20px;}
ul.benefit_list li h3{ font-size: 20px; line-height: 28px; padding-left:35px;}
.green_tick{ width: 22px;}

.product_box{ margin-top:35px; padding:18px 15px 30px; border: 3px dashed #d60b0b}
.product_img_box{ margin-top: 35px;}
.prod_bx_hdng{ font-size: 27px; line-height: 35px;}
.offer_tag{ top: -10px; right: 25px; width: 95px; height: 95px; font-size: 25px; line-height: 25px;}
.offer_tag:before{ top: 7px; left: 7px; width: 80px; height: 80px;}
.product_box .btn_box{margin-top:30px;}

.testi_box{ margin-top: 20px; padding-bottom: 20px;}
.testi_star{ width: 105px;}
.vrfy_tick{ margin: -3px 8px 0 10px; width: 15px;}

.btn_box{ max-width: 440px; margin-top: 40px;}
a.common_button{ height: 67px; font-size: 26px; line-height: 67px;}
	
.right_section{ width: 29%;}
.right_box_inner{ padding: 18px 10px;}
.rgt_box_logo{ width: 120px;}
.rgt_sec_text{ font-size: 18px; line-height: 22px;}
ul.rgt_list li{ font-size: 12px; line-height: 17px; background-size: 13px; padding-left: 20px;}		
.rgt_btn{ height: 45px; font-size: 16px; line-height: 45px; margin-top: 20px; max-width: 170px;}
.rgt_btn img{ margin: -3px 0 0 14px; width: 15px;}
	
.footer{padding:35px 0;}
}

@media only screen and (max-width:767px){
.container{max-width:600px; width:100%; padding:0px 15px; box-sizing:border-box;}
.show-mob{display:block;}
.hide-mob{display:none;}

.header{padding:10px 0;}
.logo{float:none; display:inline-block; vertical-align:middle; width:100px; margin-top:16px;}
.header_text{font-size:11px; line-height:15px;}

.main_section{ padding: 20px 0 30px;}
.left_section{ float: left; width: 100%; padding: 0; border: none;}
.main_heading{ font-size:28px; line-height: 34px;}
.star_img{ margin: -5px 8px 0 0; width: 95px;}
.rate_text{ font-size: 14px; line-height: 18px; margin-top: 15px;}

.author_box{ margin: 10px auto 0; padding: 8px 0;}
.authorbx_text{ font-size: 14px; line-height: 20px;}	

.quot_box{ margin-top: 25px; padding: 10px 0;}	
.quot_img{ margin: -21px 0 0 -14px; width: 38px;}	
.quot_box p{ font-size: 18px; line-height: 26px; padding: 0 10px;}

.common_text{ font-size: 16px; line-height: 24px;}	
	
.comn_img1{ margin-top:8px !important;}
.small_img{ margin: 25px auto 0; width: 303px;}
.common_img{ margin: 20px auto 0;}

.common_heading{ font-size: 24px; line-height:30px; padding-bottom: 12px; }	
	
.research_bx{ padding: 15px;}
.research_cont_bx{ width: 100%;}	
.research_imgbx{ width: 100%; margin-bottom: 20px;}
.research_bx .common_text{ margin-top: 18px;}

.video_box{ height: 380px; margin-top: 25px;}
.video_box img, .video_box video{ height: 380px; width: 100%;}

.step_heading span{ top:2px; width: 30px; height: 30px; font-size: 16px; line-height: 30px;}
.step_heading{ font-size: 20px; line-height: 27px; margin-top: 25px; padding-left: 40px;}
ul.cloudalign_list li{ font-size: 16px; line-height: 22px; padding-left: 28px; background-size: 15px;}

ul.benefit_list li{ margin-top: 16px; padding-bottom: 16px;}
.green_tick{ top: 4px; width: 18px;}
ul.benefit_list li h3{ font-size: 18px; line-height: 26px; padding-left: 25px;}

.product_box{ margin-top: 25px; padding: 15px 12px 20px; border: 2px dashed #d60b0b;}
.prod_bx_hdng{ font-size: 22px; line-height: 30px;}
.offer_tag{ top: -10px; right: 15px; width: 75px;  height: 75px; font-size:18px; line-height: 20px;}		
.offer_tag:before{ top: 6px; left: 6px; width: 60px; height: 60px; }		

.testi_box{ margin-top: 15px; padding-bottom: 15px;}		
.testi_star{ width: 90px;}	
.testi_hdng{ font-size: 18px; line-height: 22px; margin-top: 10px;}		
.name_text{ font-size: 14px; line-height: 16px; margin-top: 20px;}		

.btn_box{ margin-top: 35px;}
a.common_button{ height: 65px; font-size: 21px; line-height: 65px;}
a.common_button img{ margin: -2px 0 0 10px; width: 20px;}
			
.right_section{ width: 100%;}
.right_box{ margin-top: 35px; padding: 0 20px;}
.right_box_inner{ padding: 20px 25px 25px;}
.rgt_box_logo{ width: 120px;}
.rgt_sec_text{ font-size: 18px; line-height: 26px;}

ul.rgt_list{ padding: 0 8px; max-width: 253px;}
ul.rgt_list li{ font-size: 15px; line-height: 20px; background-size: 13px;}
.rgt_btn{ height: 50px; font-size: 20px; line-height: 50px; margin-top: 18px; max-width: 240px;}
	
.footer{padding:25px 0 90px;}
.footer_text{font-size:14px; line-height:22px;}
.footer_text a{padding:0 3px;}

.btmfix{margin-top:20px;}
.footer-cta{
	width:calc(100% - 30px);
	display:inline-block;
	vertical-align:bottom;
	text-align:center;
	position:fixed;
	padding:0;
	bottom:15px;
	left:15px;
	right:15px;
	z-index:99;	
	}
.footer-cta .common_button{margin:0; -webkit-box-shadow:0 5px 5px 1px rgba(0, 0, 0, 0.3);
    box-shadow:0 5px 5px 1px rgba(0, 0, 0, 0.3);
	}
}