@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: 'Inter';
	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;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
/*========== FONTS =========*/
@font-face {
    font-family: 'Inter';
    src: url('Inter-Medium.woff2') format('woff2'),
    url('Inter-Medium.woff') format('woff');
    font-weight: 500;
    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-SemiBold.woff2') format('woff2'),
    url('Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    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: 'Red Hat Display';
    src: url('RedHatDisplay-Black.woff2') format('woff2'),
    url('RedHatDisplay-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Red Hat Display';
    src: url('RedHatDisplay-Bold.woff2') format('woff2'),
    url('RedHatDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.overflow{ overflow:hidden;}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
.top-strip {
    float: left;
    width: 100%;
    background: #ffd376;
    padding: 5px 0;
	}
.top-strip p {
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    font-weight: 700;
	font-family: 'Red Hat Display';
    letter-spacing: 0.5px;
	}
/*====Header====*/
.header {
    float: left;
    width: 100%;
    background: #000000;
    height: 70px;
    position: relative;
}
.logo{
	float:left;
	margin-top:18px;
	width:160px;
	}
.header_text{
	float: right;
    font-size: 30px;
    line-height: 48px;
    color: #fff;
    font-weight: bold;
    font-family: 'Red Hat Display';
    margin: 10px 30px 0 0;
	}
/*====main_section====*/
.main_section{
	float:left;
	width:100%;
	position:relative;
	padding-bottom:60px;
	}
.main_section:before{
	position:absolute;
	content:"";
	left:0;
	top:0;
	right:0;
	height:660px;
	background:url(../images/banner.jpg) no-repeat center top #1f1c1a;
	}
.main_sec_banner{
	float:left;
	width:100%;
	padding-top:25px;
	}
.banner_left{
	float:left;
	width:66%;
	}
.banner_left_content{
	float:left;
	width:74%;
	position:relative;
	text-align:left;
	}
.attantion_img{
	display:block;
	width:258px;
	}
.banner_heading{
    font-size: 45px;
    line-height: 52px;
    color: #fff;
    font-weight: 900;
    letter-spacing: 0;
    font-family: 'Red Hat Display';
    margin-top: 10px;
	}
.banner_heading span{
	color:#0ab95c;
	text-decoration: underline;
	}
.banner_text {
	display:inline-block;
	vertical-align:top;
	width:100%;
    font-size: 19px;
    line-height: 19px;
    letter-spacing: 0.3px;
    color: #010101;
    font-weight: 600;
    margin-top: 25px;
    position: relative;
	background: #fcce17;
    padding:6px 15px;
	}
.banner_text small{ padding:0 15px;}

ul.banner_left_point{
	float:left;
	width:100%;
	margin-top:15px;
	}
ul.banner_left_point li{
    float: left;
    width: 100%;
    padding-left: 35px;
    text-align: left;
    background: url(../images/bnr-tik.png) no-repeat left center;
    background-size: 22px;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    font-weight: 600;
    margin-top: 12px;
	letter-spacing:0.5px;
	}
.banner-prod{
	position: absolute;
    left: 500px;
	bottom:-40px;
    width: 234px;
    z-index: 1;
	}
.banner-as-seen-bx{
	margin-top: 40px;
    float: left;
    width: 100%;
    background: #000;
    padding: 24px 0;
	position:relative;
	}
.banner-as-seen-bx:before{
	position:absolute;
	content:"";
	background:#000;
	top:0;
	bottom:0;
	left:-2000px;
	right: 100%;
	}
.banner-as-seen-bx:after{
	position: absolute;
    content: "";
    background: #000;
	left:100%;
    top: 0;
    bottom: 0;
    right: -15%;
	}
.as-seen-content-Box {
    float: left;
    width: 100%;
	text-align: left;
	display:flex;
	align-items:center;
	justify-content: flex-start;
	gap: 20px;
	}
.as-seen-text{
	font-size:20px;
	line-height:26px;
	color:#fff;
	font-weight:700;
	font-style:italic;
	}
.as-seen-content-Box ul{
	width:100%;
	max-width: 540px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap: 10px;
	}
.as-seen-content-Box ul li{
	text-align:center;
	}
.as-seen-content-Box ul li img{
	display:inline-block;
	vertical-align:middle;
	width:auto;
	height:39px;
	object-fit: contain;
	max-width: 100%;
	}
	
/*====Banner_right====*/
.banner_right{
    float: right;
    width: 34%;
    position: relative;
    margin-top:10px;
	}
.frm_arw{
	position:absolute;
	right:-40px;
	top:-60px;
	}
.banner_right_inner{
	float:left;
	width:100%;
	background:#fff;
	border:2px solid #0ab95c;
	box-shadow:0 0 9px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 9px 2px rgba(0,0,0,0.1);
	}
.bnr_rght_head{
	float:left;
	width:100%;
	background:#0ab95c;
	padding:20px 15px;
	text-align:center;
	}
.bnr_rgt_text1{
	font-size:32px;
	line-height:32px;
	color:#fff;
	font-weight:bold;
	letter-spacing:0.3px;
	font-family: 'Red Hat Display';
	}
.bnr_rgt_text2{
	font-size:17px;
	line-height:20px;
	font-weight:600;
	text-decoration:underline;
	color:#fff;
	margin-top:7px;
	}
.bnr_rgt_text2 span{ text-transform:uppercase;}
.banner_rght_strip{
	float:left;
	width:100%;
	padding:7px 10px;
	background:#08a250;
	color:#fff000;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	letter-spacing:0.5px;
	text-transform:uppercase;
	}
.banner_right_inner_box{
	float:left;
	width:100%;
	padding:0 20px 25px;
	background:#fff;
	text-align:left;
	}
.bnr_rgt_choose_row{
	float:left;
	width:100%;
	margin-top:22px;
	}
.choose_head{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#000;
	font-weight:500;
	letter-spacing:0;
	}
.label_row{
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    width: 100%;
    max-width: 280px;
	}
.label-radio{
	display:inline-block;
	vertical-align:middle;
	width:48%;
	text-align: left;
    cursor: pointer;
    margin:10px 0 0 0;
	border:1px solid #e1e1e1;
	border-radius:7px;
	padding:12px 12px 12px 12px;
	font-size:17px;
	line-height:20px;
	color:#000;
	font-weight:600;
	}
.label-radio.active{
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background:#0ac169;
	border:1px solid #0ac169;
	color:#fff;
	}
.label-radio.decline.active{
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background:#ff2a2a;
	border:1px solid #ff2a2a;
	color:#fff;
	}
.all-radio{
	display:inline-block;
	vertical-align:middle;
	-webkit-appearance:none;
	width:16px;
	height:16px;
	border:1px solid #b8b8b8;
	border-radius:50%;
	background:#fff;
	outline:none;
	position:relative;
	margin-right:5px;
	margin-top:-3px;
	cursor:pointer;
	-webkit-box-shadow: 0 0 0 0 #000000 inset;
	box-shadow: 0 0 0 0 #000000 inset;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}
.all-radio:checked{
	border: 1px solid #fff;
	}
.all-radio:after{
	content:'';
	position:absolute;
	width:8px;
	height:8px;
	left:3px;
	top:3px;
	background:#0ac169;
	border-radius:50%;
	opacity:0;
	z-index:1;
	-webkit-transition: all 0.2s ease-in-out 0.1s;
	transition: all 0.2s ease-in-out 0.1s;
	-webkit-transform: scale(0.2);
	transform: scale(0.2);
	}
.label-radio.decline .all-radio:after{
	background:#ff2a2a;
	}
.all-radio:checked:after{	
	-webkit-transition: all 0.2s ease-in-out 0.1s;
	transition: all 0.2s ease-in-out 0.1s;
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity:1;
	}
.label-radio > p{
	display:inline-block;
	vertical-align:top;
	text-align:left;
	letter-spacing:0.2px;
	}
.banner_right_form_box{
	float:left;
	width:100%;
	margin-top:5px;
	}
.frm_fld{
	float:left;
	width:100%;
	margin-top:12px;
	}
.frm_fld .input_fld{
	float:left;
	width:100%;
	height:48px;
	border-radius:4px;
	outline:none;
	-webkit-appearance:none;
	font-family: 'Inter';
	border:1px solid #e1e1e1;
	font-size:16px;
	line-height:22px;
	color:#000;
	font-weight:400;
	padding:10px 15px;
	}
.frm_fld select{
	background: url(../images/select-d-arw.png) right 12px center no-repeat #fff;
	}
.input_fld::placeholder{ color:#000; font-weight:400;}
.frm_fld textarea{
	min-height:110px;
	resize:none;
	padding:20px 20px;
	}
.btnBox {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
    max-width: 352px;
	margin-top:25px;
	}
.qualifyBtn{
	display:inline-block;
	vertical-align:top;
	width:100%;
	outline:none;
	border:none;
	cursor:pointer;
	font-size:24px;
	color:#fff;
	font-weight:bold;
	height:62px;
	line-height:62px;
	text-align:center;
	box-shadow:0px 2px 5px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 2px 5px 1px rgba(0,0,0,0.2);
	background:#ff8605;
	border-radius:7px;
	}
.btn_arw{
	display:inline-block;
	vertical-align:middle;
	margin:-4px -10px 0 15px;
	}
.btn_text{
	float:left;
	width:100%;
	font-size:10px;
	line-height:16px;
	color:#6b6b6b;
	font-weight:400;
	margin-top:20px;
	}
	
	
/*====Main_section====*/
.main_sec1_left {
    float: left;
    width: 62%;
	text-align:left;
	}
.warn_sec{
	width:100%;
	margin-top:35px;
	text-align:left;
	background:#ff0000;
	border-radius:5px;
	position:relative;
    padding: 15px 20px 15px 25px;
	display: flex;
    align-items: center;
    justify-content: center;
	}
.caution_icon {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 10px 0 0;
	}
.warn_sec p{
	font-size:24px;
	line-height:30px;
	color:#fff;
	font-weight:900;
	}
.main_sec1_left_content {
    float: left;
    width: 100%;
	text-align:left;
	margin-top:20px;
	}
.main_sec1_img{
	display:block;
	margin:0 auto ;
	max-width:100%;
	border-radius:5px;
	}
.common_head {
    font-size: 30px;
    line-height: 36px;
    color: #000000;
    font-family: 'Red Hat Display';
    font-weight: 900;
    padding-bottom: 20px;
    border-bottom: 1px solid #6f6f6f;
    margin-top: 30px;
	}
.sub_text{
	font-size: 22px;
    line-height: 29px;
    letter-spacing: 0.3px;
    color: #010101;
    font-weight: bold;
    margin-top: 25px;
	}
.common_text {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.3px;
    color: #010101;
    font-weight: normal;
    margin-top: 25px;
    position: relative;
	}
.main_sec1_left_content_bx {
    float: left;
    width: 85%;
    margin-top: 35px;
    background: #ffffff;
    padding:25px 30px;
    overflow: hidden;
	text-align:left;
	box-shadow:0 0 8px 1px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 0 8px 1px rgba(0,0,0,0.5);
	border-radius:10px;
	}
.content_bx_hndg{
	font-size:20px;
	line-height:28px;
	color:#010101;
	font-weight:700;
	}
ul.content_bx_list{
	float:left;
	width:100%;
	margin-top:10px;
	}
ul.content_bx_list li{
	float:left;
	width:100%;
	position:relative;
	padding-left:35px;
	font-size:18px;
	line-height:26px;
	color:#000000;
	text-align:left;
	margin-top:15px;
	background: url(../images/content_bx_list_tick.png) no-repeat left 5px;
    background-size: 22px;
	}
ul.content_bx_list li span{
	font-weight:700;
	}
	
/*======== sectionOne ==========*/
.sectionOne{
	float:left;
	width:100%;
	padding:50px 0;
	background:#f4f4f4;
	}
.common_heading {
    font-size: 40px;
    line-height: 50px;
    color: #000000;
    font-family: 'Red Hat Display';
    font-weight: 700;
	}

.sec1_inner{
	float:left;
	width:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	}
.sec1_inr_left{
	float:left;
	width:46%;
	text-align:left;
	}
.common_text.margin15{ margin-top:15px;}
.sec1_image{
	display: inline-block;
    vertical-align: middle;
    margin:25px 0 0;
    width: 534px;
	max-width:100%;
    border-radius: 7px;
	}
.sec1_inr_right{
	float:right;
	width:45%;
	}
.sec1_list{
	float: left;
    width: 100%;
    margin-top: 10px;
	}
.sec1_list li{
	float: left;
    width: 100%;
    margin-top: 30px;
    text-align: left;
    padding-bottom: 32px;
    border-bottom: 1px solid #d0d0d0;
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
	}
.sec1_lft_content{
	width:calc(100% - 115px);
	text-align:left;
	}
.sec1_list_text1{
	font-size:18px;
	line-height:26px;
	color:#000;
	position:relative;
	}
.sec1_list_text1 span{
	font-weight:700;
	}
.sec1_lft_img{
	float:left;
	width: 86px;
	}
.sec1_list_icn{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.sec1_list li:last-child{ border-bottom:none; padding-bottom:0;}

.btn-bottom-txt {
    color: #434343;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.3px;
    margin-top: 10px;
	}
.lock_icon{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 6px 0 0;
	width:11px;
	}


/*======== sectionTwo  ============*/
.sectionTwo{
	float:left;
	width:100%;
	padding:60px 0;
	background:#edfbf4;
	}
.sec2_inner{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:center;
	}
.common_heading2 {
    font-size: 35px;
    line-height: 45px;
    color: #000000;
    font-family: 'Red Hat Display';
    font-weight: 900;
}
/*======== sectionThree ==========*/
.sectionThree{
	float:left;
	width:100%;
	padding:60px 0;
	background:#fff;
	}
.faq-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:830px;
	margin-top:25px;
	margin-bottom:20px;
	}
.faq-row{
	float:left;
	width:100%;
	text-align:left;
	background: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
	}
.faq-row:last-child{
	border-bottom:none;
	}
.accordion{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#020d1d;
	font-weight:600;
	padding: 25px 40px 25px 25px;
	cursor:pointer;
	background:url(../images/plus.png) no-repeat 97% center;
	background-size:10px;
	}
.acdn-heading.accordion-open{
	background:url(../images/minus.png) no-repeat 97% center;
	background-size:10px;
	}
.acdn-content{
	float:left;
	width:100%;
	padding: 0px 25px 10px 25px;
	}
.acdn-content p{
	font-size:18px;
	line-height:26px;
	letter-spacing:0.3px;
	color:#000;
	margin-bottom:15px;
	}
ul.faq-list {
    float: left;
    width: 100%;
    padding-left: 20px;
	margin-top:12px;
	}
ul.faq-list li {
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #000;
    margin-top: 10px;
    list-style: disc;
	}
.faq-img {
    display: block;
    margin: 20px auto 0;
    width: 459px;
    max-width: 100%;
	}

/*====footer====*/
.footer{
	float:left;
	width:100%;
	padding:45px 0 30px;
	background:#272727;
	}
.footer_logo{
	display:block;
	margin:0 auto 20px;
	width:160px;
	}
.footer_text{
	font-size:15px;
	line-height:18px;
	color:#bebebe;
	margin-top:20px;
	}
.footer_text a{
	text-transform:uppercase;
	padding:0 10px;
	}
.dsclmr_text{
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
	margin:0 auto;
	margin-top:25px;
	width:100%;
	max-width:970px;
	padding:20px;
	text-align:center;
	font-size:12px;
	line-height:18px;
	color:#bebebe;
	border:1px solid #535353;
	}



/*======================*/

.showTab, .showMob{ display:none;}


/*=====Media-Querry=====*/

@media only screen and (max-width:1200px){
.container{width:1004px;}


.banner_left{ width:57%;}
.banner_left_content{ width:100%;}
.banner_heading{ font-size:45px;}
.banner_text{ font-size:18px;}
.as-seen-content-Box ul{max-width: 400px;gap: 20px;}
.as-seen-content-Box ul li img {height: 35px;}

.banner_text small {padding: 0 9px;}
.banner-prod {left: 445px;width: 175px;}

.banner_right{ width:38%;}
.bnr_rgt_text2{ font-size:16px;}

.main_sec1_left{width: 57%;}
.warn_sec p{ font-size:20px;}
.caution_icon{ width:25px;}
.main_sec1_left_content_bx{ width:100%;}


.common_heading{font-size: 36px; line-height: 49px;}
.col_heading h2{font-size: 20px; line-height: 26px;}
.col_hdg_icn {right: 0px;width: 40px;}
.col_text{font-size: 16px; line-height: 24px;}
.col_list_text1,.col_list_text2{font-size: 16px;}




}


@media only screen and (max-width:1023px){
.container{width:750px;}

.showDesk{display: none;}
.showTab{display: block;}


.header_text{font-size: 22px;}

.main_section:before{ height:630px; background-size:cover;}
.attantion_img{ width:200px;}
.banner_heading {font-size: 36px;line-height: 44px;}
ul.banner_left_point li{ font-size:16px; line-height:24px;padding-left: 30px; background-size:18px;}
.banner-as-seen-bx{ padding:20px 0;}
.as-seen-content-Box{flex-wrap: wrap;justify-content: center;gap: 10px;}
.banner-prod {left: 355px;width: 100px;}
.banner_text {font-size: 16px;}

.banner_right {width: 40%;}
.bnr_rght_head{ padding:15px 10px;}
.bnr_rgt_text1{ font-size:24px; line-height:26px; letter-spacing:0;}
.banner_rght_strip{ font-size:14px; line-height:22px;}
.banner_right_inner_box{ padding:0 10px 15px;}

.main_sec1_left {width: 56%;}
.warn_sec p{ line-height:26px;}
.common_text{font-size: 17px; line-height: 26px;}
.main_sec1_left_content_bx{ padding:20px;}
ul.content_bx_list li{font-size: 17px;  line-height: 24px;background-size: 18px;padding-left: 30px;}


.sec1_inr_left{width: 54%;}

.sec1_inr_right {width: 42%;}
.sec1_list li{margin-top: 25px;padding-bottom: 25px;}
.sec1_lft_img {width: 70px;}
.sec1_lft_content { width: calc(100% - 90px);}
.sec1_list_text1 {font-size: 16px;line-height: 24px;}

.common_heading2 {font-size: 32px;line-height: 40px;}


}


@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}

.showDesk{display:none;}
.showMob{display:block;}
.hideMob{ display:none;}


.top-strip p {font-size: 13px;line-height: 19px;}
.header{height:55px;}
.logo{ width:130px; margin-top:13px;}
.header_text {font-size: 16px;line-height: 24px;margin: 16px 0 0;}

.main_section{ padding-bottom:30px;}
.main_section:before {height: 440px;background: url(../images/banner-m.jpg) no-repeat right top #1f1c1a; background-size: cover;}
.main_sec_banner {padding-top: 15px;}
.banner_left{ width:100%;}
.attantion_img {width: 160px;}
.banner_left_content {padding-right: 40px;}
.banner_heading {font-size: 28px;line-height: 35px;}
.banner_text { font-size: 12px;line-height: 14px;margin-top: 18px; padding:7px 7px;}
.banner_text small {padding: 0 2px;}
.banner-prod {left: auto;right: -17px;top: auto;width: 80px;bottom: -25px;}
ul.banner_left_point li{ color:#000;}


.banner_right{ width:100%; margin-top:25px;}
.frm_arw {width: 30px;right: 0px;top: -40px;z-index: 2; transform: rotate(20deg);}
.banner_right_inner_box {padding: 0 15px 15px;}
.bnr_rgt_text2 {font-size: 14px; letter-spacing:0.5px;}
.choose_head{font-size: 16px; line-height: 22px;}
.label-radio { font-size: 16px;}
.qualifyBtn{ font-size:22px;}

.banner-as-seen-bx{ margin-top:30px; padding:12px 0 7px;}
.as-seen-content-Box { gap: 0px;}
.as-seen-text{ font-size:16px; line-height:22px;width: 100%; text-align: center;}
.as-seen-content-Box ul {max-width: 340px;}
.as-seen-content-Box ul li img {height: 40px;}

.main_sec1_left{ width:100%;}
.warn_sec{ margin-top:30px; padding:12px 12px;}
.warn_sec p{ font-size:20px; line-height:22px;}
.caution_icon{ width:25px; margin:-2px 10px 0 0;}
.common_head{font-size: 26px; line-height: 32px;padding-bottom: 15px;}
.common_text {font-size: 16px;line-height: 24px; margin-top: 20px;}

.main_sec1_left_content_bx { margin-top: 30px;}
.content_bx_hndg {font-size: 18px; line-height: 25px;letter-spacing: 0.3px;}
ul.content_bx_list li {font-size: 16px;line-height: 23px;}

.sub_text { font-size: 19px; line-height: 27px; margin-top: 20px;}


.sectionOne{ padding:30px 0;}
.common_heading {font-size: 27px;line-height: 34px;letter-spacing: 0.3px;}

.sec1_inner {flex-wrap: wrap;}
.sec1_inr_left{ width:100%;text-align: center;}
.sec1_inr_right{ width:100%;}
.sec1_list li {margin-top: 20px;padding-bottom: 20px;}
.sec1_lft_content {width: calc(100% - 80px);}

.sectionTwo{ padding:30px 0;}
.common_heading2{font-size: 24px; line-height: 30px; letter-spacing: 0.3px;}

.sectionThree{ padding:30px 0;}
.faq-box{ margin:5px 0;}
.accordion{font-size: 17px; line-height: 24px;padding: 15px 30px 15px 15px;}
.acdn-content {padding: 0px 20px 5px 15px;}
.acdn-content p {font-size: 16px;line-height: 24px; margin-bottom:15px;}

.btnBox { margin-top: 20px;}
.btn-bottom-txt{font-size: 12px;}
.lock_icon { margin: -3px 5px 0 0; width: 9px;}


.footer{ padding:0 0 25px 0;}
.footer_logo{ margin:30px auto 0;}
.footer_text{ font-size:12px; line-height:20px; margin-top:20px;}
.dsclmr_text{ padding:15px;}


#call-btn {
    float: left;
    width: 100%;
    padding: 10px 10px 10px;
    background: #000;
    position: fixed;
    bottom: 0%;
    left: auto;
    z-index:12;
    transition: bottom 1s;
    display: table;
	}
#call-btn .qualifyBtn{ margin:0;}
#call-btn .btn-bottom-txt{ color:#fff;line-height: 13px;}
#call-btn .lock_icon{filter: brightness(10) invert(1); width:9px;}

}