@charset "utf-8";
/* CSS Document */

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	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:#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;
	}
	
/*==============Fonts==============*/

@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-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-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-Regular.woff2') format('woff2'),
        url('Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('PlusJakartaSans-ExtraBold.woff2') format('woff2'),
        url('PlusJakartaSans-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('PlusJakartaSans-SemiBold.woff2') format('woff2'),
        url('PlusJakartaSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('PlusJakartaSans-Medium.woff2') format('woff2'),
        url('PlusJakartaSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('PlusJakartaSans-Bold.woff2') format('woff2'),
        url('PlusJakartaSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
	
/*-----------------------
CSS FOR TOP STRIP
------------------------*/	
.top_strip{
	background: #d1fa52;
	float: left;
	width: 100%;
	padding: 10px 0 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
.top_strip p{
	font-size:14px;
	line-height:16px;
	color: #000;
	font-family: 'Plus Jakarta Sans';
	font-weight:500;
	}		
		
/*-----------------------
CSS FOR NAV BAR
------------------------*/	
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom: 70px;
	}
.nav-sec{
	float:left;
	width:100%;
	height:70px;
	
	margin-top:-70px;
	top:70px;
	position:relative;
	}
.fixed-nav .nav-sec{
	position: fixed;
	z-index: 10;
	transition: margin .3s ease-out;
	-webkit-transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	background:#fff;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);				
	}
	
.logo{
	float:left;
	margin-top:17px;
	}				
ul.menu-list{
	display:inline-block;
	vertical-align:top;
	margin:25px 0 0 50px;
	}
ul.menu-list li{
	float: left;
	position:relative;
	}
ul.menu-list li:before{
	content: '';
    position: absolute;
    top: 10px;
    right: -2px;
    background: #000;
    width: 4px;
    height: 4px;
    border-radius: 50%;
	}	
ul.menu-list li:last-child:before{ display:none;}	
ul.menu-list li a{
	float:left;
    color: #000;
    font-size: 16px;
    line-height: 16px;
	font-family: 'Plus Jakarta Sans';
	font-weight:600;
	padding:0 18px;
	}	
ul.menu-list li a:hover{ color:#000;}
ul.menu-list li a.active{ color:#000;}
a.nav-btn{
	float: right;
    background: #d1fa52;
    color: #000;
    font-size: 16px;
    text-align: center;
    width: 170px;
    height: 45px;
    letter-spacing: 0.5px;
    line-height: 42px;
    border-radius: 5px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 800;
    margin-top: 12px;
	}
a.nav-btn img{
	display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0 6px;
    width: 20px;
	}	
	
/*=====Menu=====*/
.mob-mnu-ic{
	cursor: pointer;
    position: absolute;
    right: 0;
    top: 24px;
    z-index: 16;
    height: 30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	}
.mob-mnu-ic span{
	color:#000;
	display:inline-block;
	vertical-align:top;
	font-size:13px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3{
	width: 30px;
	height: 3px;

	background-color: #737373;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	}
.bar2{margin: 6px 0;}

.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-6px, 5px);
	transform: rotate(-45deg) translate(-6px, 5px);
	background:#737373;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -7px);
	transform: rotate(45deg) translate(-7px, -7px);
	background:#737373;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:106px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ddd;
	}
.mobimenu-top{ top:70px;}	
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #ddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:17px;
	color:#000;
	}	
.mobilemenu li a:hover{color:#000;}	

/*-----------------------
		BANNER
------------------------*/	
.banner{
	float:left;
	width:100%;
	border-bottom:1px solid #ccc;
	background:url(../images/banner-background.jpg) no-repeat center center;
	background-size:cover;
	}
.banner__inner{
	float:left;
	width:100%;
	padding:120px 0 220px;
	position:relative;
	}
.banner__text1{
	float: left;
    width: 100%;
    color: #fff;
    font-size: 30px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 1.5px;
	}
.banner__head{
	float: left;
	width: 100%;
	color: #fff;
	font-size: 60px;
	line-height: 68px;
	font-weight: 800;
	margin-top: 10px;
	}
.banner__head sup {
    font-size: 25%;
	line-height:100%;
    font-weight: 700;
	}
.banner__text2{
	    display: inline-block;
    width: 80%;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /* letter-spacing: 0.5px; */
    margin-top: 25px;
	}
.banner__text2 sup {
    font-size: 40%;
	line-height:100%;
    font-weight: 400;
	}
.banner__row{
	float:left;
	width:100%;
	margin-top:35px;
	display:flex;
	justify-content:center;
	column-gap:30px;
	}

.btn_box {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 45px;
}
.btn_width {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
    max-width: 350px;
}
.common__button {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 65px;
    text-align: center;
    border-radius: 5px;
    background: #d1fa52;
    position: relative;
    font-size: 20px;
    line-height: 59px;
    color: #000;
    font-family: 'Plus Jakarta Sans';
    font-weight: 800;
}	
.common__button img {
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    margin: -3px 0 0 14px;
}
.bnr_section .btn_box {
    margin-top: 20px;
}		

/*-----------------------
 	Scroll Strip
------------------------*/	
.scrollStrip{
	float:left;
	position: relative;
	width:100%;
	overflow:hidden;
	background:#f6f8f9;
	padding:24px 0;
	}
.logoSlider{
	float:left;
	width:100%;
	display: flex;
    flex-wrap: nowrap;
	}
.slider_track{
	display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    animation: marquee-horizontal 60s linear infinite;
	}
@keyframes marquee-horizontal {
	from {transform: translateX(0);}
	to {transform: translateX(-100%);}
	}
.slider_track li{
	font-size:14px;
	line-height:18px;
	color:#000;
	position:relative;
	padding:0 30px;
	}
.slider_track li:after{
	content:'';
	position: absolute;
    top: 8px;
    right: -2px;
    background: #000;
    width: 5px;
    height: 5px;
    border-radius: 50%;
	}	
	
/*-----------------------
Section_1
------------------------*/
.section_1{
	background:#fff;
	float:left;
	width:100%;
	padding:45px 0 70px;
	}
.common_heading{
	    font-size: 44px;
    line-height: 56px;
    color: #000;
    font-family: 'Plus Jakarta Sans';
    font-weight: 800;	
	}
.common_text{	
    font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:20px;
	}
.s1_card_wrap{
	margin:50px auto 0;
	width:100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}	
.s1_card_imgbox{
	width:43%;
	}	
.s1_card_imgbox img{
	margin:0 auto 0;
	display:block;
	border-radius:12px;
	}	
	
.s1_card_contbox{
	width:51%;
	text-align:left;
	}	
.top_0{ margin-top:0 !important;}	
	
ul.s1_card_list{
	    float: left;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    margin-top: 30px;
	}	
ul.s1_card_list li{
	width:100%;
	text-align:left;
	}	
ul.s1_card_list li h3{
	    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
    position: relative;
    padding-bottom: 10px;
	text-transform: capitalize;
	}	
ul.s1_card_list li h3:before{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	background:#cccccc;
	width:70px;
	height:1px;
	}	
ul.s1_card_list li p{
	font-size:16px;
	line-height:24px;
	color:#000;
	margin-top:14px;
	}		

/*-----------------------
Section 2
------------------------*/
.section_2{
	float:left;
    width:100%;
	background:#f3f9ff;
	padding:45px 0 70px;
	}
.s2_mid_wrap{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:970px;
	}
.s2_mid_inner{
	margin:40px auto 0;
	width:100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	row-gap:30px;
	}
.s2_mid_box{
	width:48%;
	text-align:left;
	overflow:hidden;
	border-radius:20px;
	padding:25px;
	}
.s2_bx-bg1{ background:#f6f4ed;}
.s2_bx-bg2{ background:#e9eeed;}
.s2_bx-bg3{ background:#e9eeed;}
.s2_bx-bg4{ background:#f0faf4;}
.s2_bx-bg5{ background:#f6f4ed;}
.s2_bx_icns{
	display:inline-block;
	vertical-align:top;
	width:56px;
	}
.s2_mid_box h3{
	font-size: 24px;
    line-height: 32px;
    color: #000;
    font-family: 'Plus Jakarta Sans';
    font-weight: 800;
	margin-top:12px;
	}
.s2_mid_box p{
	font-size: 16px;
    line-height: 26px;
    color: #000;
	margin-top:10px;
	}
.s2_bx_img1{
	margin: 10px auto -60px;
	display: block;
	width: 290px;
	}
.s2_bx_img2{
	margin: 10px auto -60px;
	display: block;
	width: 290px;
	}
.s2_bx_width{ width:32.5%;}
.s2_bx_img3{
	margin: 10px auto -60px;
	width: 290px;
	display: block;
	}
.s2_bx_img4{
    margin: 20px auto -43px;
    display: block;
	}
.s2_bx_img5{
    margin: 20px auto 0;
    display: block;
	}

/*-----------------------
Section 3
------------------------*/
.section_3{
	float:left;
    width:100%;
	background:#fff;
	padding:45px 0 70px;
	}
.s3_content_bx{
	float:left;
	width:53%;
	text-align:left;
	}
.s3_content_bx .common_text{ margin-top:30px;}

ul.s3_list{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 600px;
    margin-top: 10px;
	}		
ul.s3_list li{
    float: left;
    width: 100%;
    border-bottom: 1px solid #a8acaf;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	padding:15px 0;
	}	
ul.s3_list li img{ width:30px;}	
ul.s3_list li p{
	width: calc(100% - 30px);
	text-align: left;
	padding-left: 20px;
	font-size: 20px;
	line-height: 30px;
	color: #000;
	font-weight: 500;
	}		
ul.s3_list li:last-child{ border:none; padding-bottom:0;}

.s3_imgbx{
	float:right;
	width:37%;
	position:relative;
	margin-top:190px;
	}
.s3_card_bx_img{
	margin:0 auto 0;
	display:block;
	}
.s3_card_img{
	position: absolute;
    top: -200px;
    left: 50%;
    width: 369px;
    margin-left: -184px;
	}
ul.s3_imgbx_list{
	    width: 100%;
    position: absolute;
    left: 0;
    bottom: 36px;
    padding: 0 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}	
ul.s3_imgbx_list li{
	    width: 47%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
    border-bottom: 1px solid #d7d7d7;
    padding: 15px 0;
    justify-content: space-between;
	}	
.s3_imgbx_left{
	position:relative;
	}	
.s3_imgbx_left img{
    position: absolute;
    top: 50%;
    left: 0;
    width: 47px;
    margin-top: -23px;
	}	
.s3_imgbx_left h3{
	font-size: 24px;
    line-height: 24px;
    color: #000;
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
	}	
.s3_imgbx_left p{
	font-size:14px;
	line-height:14px;
	color:#000;
	font-weight:500;
	margin-top:12px;
	}
.s3_imgbx_right{
	text-align:left;
	}	
.s3_imgbx_right span{
	font-size:20px;
	line-height:22px;
	color:#000;
	font-family: 'Plus Jakarta Sans';
    font-weight: bold;
	}				

/*-----------------------
Section 4
------------------------*/
.section_4{
	float:left;
    width:100%;
	background: url(../images/s4-bg.webp) no-repeat center top #f3f9ff;
	padding:45px 0 70px;
	}
.s4_block{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
    justify-content: flex-start;
	width:100%;
	margin:50px auto 0;
	}
.s4_imgbx{
	width:44%;
	position:relative;
	}
.s4_imgbx img{
    position: absolute;
    top: -10px;
    left: -270px;
    max-width: none;
    width: 746px;
	}
.s4_contbx{
	width:48%;
	}
.s4_contbx_inr{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 18px 20px;
    border-radius: 10px;
    font-family: 'Plus Jakarta Sans';
    margin-top: 10px;
	}
.s4_step_count{
    width: 65px;
    height: 65px;
    background: #d1fa52;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
 	}
.s4_step_count p{
	font-size: 26px;
	line-height: 53px;
	color:#000;
	font-weight:800;
	}
.s4_inr_cont{
	width:83%;
	text-align:left;
	}
.s4_inr_cont h3{
	font-size:24px;
	line-height:30px;
	color:#000;
	font-weight:800;
	}
.s4_inr_cont p{
	font-size: 16px;
	line-height: 26px;
	color: #000;
	margin-top: 10px;
	font-weight: 400;
	}
.s4_inr_imgbx{
	width:14%;
	}
.s4_inr_imgbx img{
	display:block;
	margin:0 auto;
	width:62px;
	}
	
/*-----------------------
Section 5
------------------------*/
.section_5{
	float:left;
    width:100%;
	background:#ffffff;
	padding:45px 0 30px;
	}
.s5_wrap{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
    justify-content: space-between;
	width:100%;
	margin:0 auto;
	}
.s5_wrp_lft {
    width: 41.20%;
	text-align:left;
	}
.s5_lft_img{
	display:block;
	margin:20px auto 0;
	}
.s5_wrp_rgt{
	width:50%;
	text-align:left;
	}
.margin_35{ margin-top:35px;}
.s5_mid_wrp{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:70px;
	}
ul.s5_midwrp_list{
	margin:0 auto 0;
	width:100%;
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
    justify-content: space-between;
	text-align:left;
	}
ul.s5_midwrp_list li{
	width:25%;
	border-left:2px solid #cccccc;
	padding:0 18px;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
	}
ul.s5_midwrp_list li .common_text{ margin-top:0;}
.number_txt{
	font-size:50px;
	line-height:52px;
	color:#000;
	font-weight:bold;
	font-family: 'Plus Jakarta Sans';
	margin-top:60px;
	}		

/*-----------------------
Section 6
------------------------*/
.section_6{
	float:left;
    width:100%;
	background:#ffffff;
	padding:45px 0 70px;
	}
.s6_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:#000;
	border-radius:14px;
	overflow: hidden;
	margin-top:30px;
	}
.s6_imgbx{
	float:left;
	width:42.40%;
	}
.s6_imgbx img{
	display:block;
	margin:0 auto;
	}
.s6_contbx{
	float:right;
	width: 57.6%;
	padding:50px 30px;
	text-align:left;
	}
.s6_contbx .common_heading{
	font-size:55px;
	line-height:65px;
	}
.txt_white{ color:#fff;}	

.sec6-managemant-right{
	    float: right;
    width: 57.6%;
    padding: 35px 30px;
    text-align: left;
	}
.frm-fld{
	float:left;
	width:100%;
	}
.frm-input{
	float:left;
	width:100%;
	background:#fff;
	height:55px;
	border-radius:5px;
	padding-left:15px;
	font-size:16px;
	line-height:22px;
	letter-spacing:0;
	color:#000;
	font-family: inherit;
	outline:none;
	border:none;
	margin-bottom:12px;
	-webkit-appearance:none;
	box-shadow:0 5px 4px 0 rgba(0,0,0,0.2);
	}
textarea{
	padding: 10px;
	min-height: 170px;
	max-width: 100%;
	min-width:435px;
}
.frm-input::placeholder{
	color:#000;
	}
.select{
	background:url(../images/form-arrow.png) no-repeat 95% center #fff;
	}
.submit-btn{
        float: left;
    width: 100%;
    height: 60px;
    background: #d1fa52;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0;
    color: #000000;
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
    padding: 0;
    position: relative;
    border: none;
    cursor: pointer;
    padding-bottom: 3px;
    font-family: inherit;
	}		

/*-----------------------
CSS FOR FOOTER
------------------------*/
.footer{
	float: left;
    width: 100%;
    background: #f3f9ff;
    padding: 50px 0 50px;
	}
.ftr_logo{
	margin:0 auto 15px;
	display:block;
	}	
.ftr_text{
    float:left;
	width:100%;
	font-size:16px;
	line-height:26px;
	color:#000000;
	margin-top:12px;
	}	
.ftr_text a{
    padding:0 8px;
    color:#000;
	}							
	
/*--------------------PLUSE--------------------*/	
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
@keyframes pulse {
 0% {
 transform: scale(0.9);
}
 50% {
 transform: scale(1);
}
 100% {
 transform: scale(0.9);
}
}
@-webkit-keyframes pulse {
 0% {
 -webkit-transform: scale(0.95);
}
 50% {
 -webkit-transform: scale(1);
}
 100% {
 -webkit-transform: scale(0.95);
}
}

/*TERMS- PRIVACY*/

.prodBreadcrm {
	padding: 10px 0;
	text-align: left;
	float: left;
	width: 100%;
	background: #f3f9ff;
	font-size: 14px;
}
.prodBreadcrm p, .prodBreadcrm a{
	color:#000;
}

.tems_bg {
	float: left;
    width: 100%;
    padding: 40px 0;
    border-top: 1px solid #f1f1f1;
}
.trm-bx {
	background: #fff;
    width: 100%;
    float: left;
    text-align: left;
}
.trm-bx h1 {
	line-height: 30px;
    color: #000000;
    margin: 0;
    padding: 0px 0 10px;
    font-size: 22px;
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 4px solid #000;
}
.trm-bx h2 {
	line-height: 28px;
	text-align: left;
	font-size: 20px;
	float: left;
	width: 100%;
	margin: 0px 0 15px;
	color: #000;
	font-weight: 600;
}
.trm-bx li {
	font-size: 16px;
    line-height: 24px;
    float: left;
    width: 100%;
	list-style: disc;
}
.trm-bx ol li {
    list-style: lower-roman;
}
.trm-bx li ol li {
    list-style: lower-alpha;
}
.trm-bx strong {
	text-transform: capitalize;
}
.trm-bx img{ display:block; margin-bottom:20px;}
.trm-bx span {
}
.trm-bx p {
	font-size: 16px;
	line-height: 24px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-weight: 400;
}
.trm-bx h4, .trm-bx h5 {
	    font-size: 22px;
    float: left;
    width: 100%;
    margin: 0px 0 10px;
    font-weight: 500;
    line-height: 30px;
}
.ingr-lst h4 {
    text-align: center;
}
.ing-blk img {
    display: block;
    margin: 0 auto 10px;
	max-width:100%;
}
.ingr-lst img {
    display: block;
    margin: 0 auto 10px;
    max-width: 630px;
    width: 100%;
}
.trm-bx h5 {
	font-size: 20px;
	font-weight: 500;
}
.privacy-list {
	padding: 0 0 0 30px
}
.privacy-list li {
	font-weight: bold;
}
.privacy-list li p {
	font-weight: normal;
	margin-top: 10px;
}

.dsr-from{
	float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
.bg-blue-50 {
	opacity: 1;
	background-color: rgb(183 200 255 / 10%);
	border-width: 1px;
	float: left;
	width: 100%;
	padding: 15px;
	border: 1px solid #2553b1;
	margin: 15px 0;
}
.dsr-from .frm-fld {
	float: left;
	width: 49%;
	margin-top: 10px;
}
.dsr-from .frm-fld label{
	float:left;
	width:100%;
	font-size:16px;
	line-height:26px;
	margin-bottom:10px;
}
.dsr-from .frm-input, select {
        float: left;
    width: 100%;
    background: #fff;
    height: 55px;
    border-radius: 5px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    color: #000;
    font-family: inherit;
    outline: none;
    border: none;
    margin-bottom: 12px;
    box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #d2d2d2;
}
.dsr-from .wd-100{ width:100%;}
.dsr-from textarea {
    padding: 10px;
    min-height: 100px;
    max-width: 100%;
    min-width: 100%;
}
.dsr-from .upload {
    padding: 15px;
}
.trm-pg{
	float:left;
	width:100%;
	position:relative;
}
.trm-pg input[type=checkbox] {
    position: absolute;
    top: 4px;
    left: 0;
    height: 14px;
    width: 14px;
    border: 1px solid #ccc;
    border-radius: 2px;
    outline: none;
    background: #f4f4f4;
    line-height: 14px;
}
.trm-pg label{ padding-left:20px;}
.rqst-btn{
	    display: inline-block;
    vertical-align: top;
    width: 100%;
    width: 350px;
    height: 65px;
    background: #d1fa52;
    font-size: 21px;
    line-height: 64px;
    letter-spacing: 0.5px;
    color: #000;
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
    margin-top: 25px;
    position: relative;
	border:none;
	cursor:pointer;
	margin-bottom:30px;
}
.mrg-tp {
	margin: 15px 0 !important;
	float: left;
	width: 100%
}
.trm-txt {
	float: left;
	width: 100%;
	background: #fff;
	padding: 20px 20px
}
.disclr-bx {
	border: 2px solid #000;
	padding: 10px;
	font-weight: 500;
	float: left;
	width: 100%;
	margin: 0;
}
.disclr-bx p {
	margin-bottom: 0;
	font-weight: bold;
}
.trm-bx ol, .trm-bx ul {
	margin-bottom: 20px;
    float: left;
    width: 100%;
    font-weight: 400;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.trm-bx .disclmr {
	width: 100% !important;
}

/*=========Media Query=========*/
.show-mob, .show-tab {display: none;}
.fl{ float:left;}
.fr{ float:right;}	

@media only screen and (max-width:1200px){
.container{width:1004px;}

.banner__inner { padding: 80px 0 140px;}
.banner__head { font-size: 60px; line-height: 60px;}

.common_heading{ font-size: 54px; line-height: 58px;}

.s1_card_contbox{ width: 52%;}
.s1_card_wrap{ align-items: flex-start;}

.s3_imgbx{ width:43%;}

.s4_imgbx img{ left: -220px; width: 636px;}
.s5_wrp_lft{ width: 42.2%;}
.s6_contbx{ padding:30px 30px 44px;}
.s6_contbx .common_heading{ font-size: 48px; line-height: 58px;}
}


@media only screen and (max-width:1021px){
.container{width:750px;}
.show-desk {display: none;}
.show-tab {display: block;}

ul.menu-list{ display:none;}
a.nav-btn{ margin-right:45px;}

.banner__inner { padding: 60px 0 100px;}
.banner__text1 { font-size: 18px; line-height: 24px;}
.banner__head { font-size: 46px; line-height: 54px;}
.banner__icon { bottom: -50px; width: 85px; height: 85px;}
.banner__icon img { width: 48px;}
.banner__dot { width: 6px; height: 6px; box-shadow: 0 13px 0 0 #3db985, 0 26px 0 0 #3db985;}

.s1_card_imgbox{ width: 38%;}
.s1_card_contbox{ width:57%;}
ul.s1_card_list{ row-gap: 35px; margin-top: 30px;}
ul.s1_card_list li{ width: 47%;}
ul.s1_card_list li h3{ font-size: 17px; line-height: 21px; padding-bottom: 15px;}

.s2_mid_box{ padding:25px 20px 30px;}
.s2_mid_box h3{ font-size: 22px; line-height: 28px;}

ul.s3_list li{ padding:12px 0;}
ul.s3_list li img{ width: 30px;}
ul.s3_list li p{ width: calc(100% - 30px); padding-left: 20px; font-size: 20px; line-height: 30px;}
.s3_card_img{ top: -140px; width: 240px; margin-left: -120px;}
ul.s3_imgbx_list{ bottom: 15px; padding: 0 22px;}
.s3_imgbx_left{ padding-left:0px;}
.s3_imgbx_left img{ width:35px; margin-top:-14px;}
.s3_imgbx_left h3{ font-size:20px;}
.s3_imgbx_left p{ font-size:13p;}

.s4_block{ justify-content: space-between;}
.s4_imgbx{ width: 40%;}
.s4_imgbx img{ left: -220px; width: 510px; top: 15px;}
.s4_contbx{ width: 58%;}
.s4_contbx_inr{ padding:15px;}
.s4_inr_cont h3{ font-size: 22px; line-height: 28px;}
.s4_inr_imgbx{ width: 13%;}

.s5_mid_wrp{ margin-top:55px;}
.number_txt{ font-size: 45px; line-height: 45px; margin-top: 40px;}

.s6_contbx{ padding: 15px 25px 30px;}
.s6_contbx .common_heading{ font-size: 34px; line-height: 46px;}
.s6_imgbx img{ height: 392px; object-fit: cover;}
}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}
.show-mob{display:block;}
.hide-mob{display:none;}

.top_strip{ padding:8px 0 8px;  letter-spacing: 0;}
.top_strip p{ font-size: 11px; line-height: 14px;}

.top-fix-bar{ margin-bottom:50px;}
.nav-sec{ height:50px; margin-top: -50px; top: 50px;}
.logo{ width: 120px; margin-top: 14px;}
.mob-mnu-ic{ top:15px; right:15px;}
.mobilemenu{ top:77px;}
.mobimenu-top{ top: 50px;}

.banner { background: url(../images/banner-mob.jpg) no-repeat center center; background-size: cover;}
.banner__inner { padding: 25px 0 30px;}
.banner__text1 { font-size: 16px;}
.banner__head { font-size: 38px; line-height: 42px; margin-top:8px;}
.banner__text2 { font-size: 15px; line-height: 24px; width: 100%; margin-top: 20px;}
.banner__row { margin-top: 20px; flex-direction: column; row-gap: 15px; align-items: center;}
.banner__buttons{ width:280px;font-size: 16px;height: 56px;line-height: 56px;}
.banner__buttons img { margin: -4px -5px 0 7px; width: 22px;}
.banner__icon { bottom: -40px; width: 70px; height: 70px;}
.banner__icon img { width: 40px;}
.banner__dot { width: 4px; height: 4px; box-shadow: 0 8px 0 0 #3db985, 0 16px 0 0 #3db985;}
.common__button{width: 300px;}

.btn_box{ margin-top: 30px; text-align: center;}
.common__button{ height: 56px; font-size: 18px; line-height: 52px;}
.common__button img{ width:22px;}

.scrollStrip{ padding:18px 0;}
.slider_track li{ padding:0 26px;}

.section_1{ padding:25px 0 35px;}
.common_heading{ font-size: 26px; line-height: 36px;}
.s1_card_wrap{ margin: 28px auto 0; justify-content: center; padding:0 10px;}
.s1_card_imgbox{ width:100%;}
.s1_card_contbox{ width:100%; margin-top:20px;}
.common_text{ font-size: 16px; line-height: 24px; margin-top: 15px;}
ul.s1_card_list{ row-gap: 15px; margin-top: 20px;}
ul.s1_card_list li{ width: 100%;}
ul.s1_card_list li h3{ font-size: 16px; line-height: 22px; padding-bottom: 10px; font-weight: 700;}
ul.s1_card_list li p{ font-size: 15px; line-height: 23px;}
	
.section_2{ padding:25px 0 35px;}
.s2_mid_wrap{ padding:0 0px;}	
.s2_mid_inner{ margin: 30px auto 0; row-gap: 25px;}
.s2_mid_box{ padding: 25px 15px 30px; width: 100%;}	
.s2_bx_icns{ width:50px;}
.s2_mid_box h3{ font-size: 18px; line-height: 26px;}	
.s2_mid_box p{ font-size: 15px; line-height: 23px;}

.section_3{ padding:25px 0 35px;}	
.s3_content_bx{ width:100%; text-align:center;}
.s3_content_bx .common_text{ margin-top: 20px;}
.s3_imgbx{ float: none; width: 100%; margin: 160px auto 0; max-width: 320px;}
ul.s3_list{ margin-top:15px;}
ul.s3_list li{ padding: 10px 0;}
ul.s3_list li img{ width: 25px;}
ul.s3_list li p{ width: calc(100% - 25px); padding-left: 12px; font-size: 15px; line-height: 24px;}

.section_4{ background:#f3f9ff; padding:25px 0 35px;}	
.s4_block{ margin: 30px auto 0; justify-content: center;}
.s4_imgbx{ width:100%;}
.s4_imgbx img{ position: static; max-width: 100%; width: 280px; margin: 0 auto 0;}
.s4_contbx{ width:100%; margin-top:0px;}
.s4_contbx_inr{ padding: 12px; align-items: flex-start; margin-top:0;}
.s4_step_count{ width: 34px; height:34px;}
.s4_step_count p{ font-size: 18px;  line-height: 29px;}
.s4_inr_cont h3{ font-size: 18px; line-height: 26px;}
.s4_inr_cont p{ font-size: 15px; line-height: 24px; margin-top: 5px;}
.s4_inr_cont{ width: 87%;}
.s4_inr_imgbx{ width: 11%;}

.section_5{ padding:25px 0 10px;}
.s5_wrp_lft{ width:100%;}
.s5_lft_img{ margin:15px auto 0;}
.s5_wrp_rgt{ width:100%;}
.s5_mid_wrp{ margin-top:30px;}
ul.s5_midwrp_list li{ width: 100%; border: none; border-bottom: 1px solid #cccccc; justify-content: normal; flex-direction: row; padding: 10px 0;}
ul.s5_midwrp_list li:last-child{ border:none;}
.number_txt{ font-size: 36px; line-height: 36px; margin-top: 0; width: 80px;}
ul.s5_midwrp_list li .common_text{ width:calc(100% - 80px); padding-left:15px;}

.section_6{ padding:30px 0 10px;}
.s6_box{ border-radius: 10px;}	
.s6_contbx{ width: 100%; padding: 15px 15px 25px;}
.s6_contbx .common_heading{ font-size: 28px; line-height: 38px;}
.s6_imgbx{ width:100%; margin-top:22px;}
.s6_imgbx img{ height: auto; border-radius: 10px;}
.sec6-managemant-right{width: 100%; padding: 20px 20px;}
textarea{ min-width:auto;}

.tems_bg{ padding:30px 0;}
.dsr-from .frm-fld{ width:100%;}

.footer{ padding:25px 0 30px;}
.ftr_logo{ width: 120px; margin: 0 auto;}
.ftr_text{ font-size:14px; line-height:26px; margin-top:10px;}
.ftr_text a{ padding: 0 6px;}
}