@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@300;400;500;600;700;800&family=Roboto:wght@500&display=swap');

@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: 'Kumbh Sans', sans-serif;
	/*font-family: 'Roboto', sans-serif;*/
	font-weight:400;
	}
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;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
.hide-desk{ display:none;}

/*-----------------------
	MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}
	
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:75px;
	}
.header{
	float:left;
	width:100%;
	background:#fff;
	height:75px;
	padding:9px 0;
	margin-top:-75px;
	top:75px;
	position:relative;		
	}
.fixed-nav .header{
	position: fixed;
	z-index: 9999;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	-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;
    max-width: 200px;
    margin-top: 7px;
}
ul.topMenu{
    position: absolute;
    right: 0%;
    transform: none;
    top: 15px;
    z-index: 1;
	}
ul.topMenu li{
	float:left;
	padding:5px 20px;
	position:relative;
	}
ul.topMenu li a{
	color: #0f0f0f;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
	}
ul.topMenu li:after{
	content:'';
	width:1px;
	background:#d0d0d0;
	top:5px;
	bottom:5px;
	position:absolute;
	right:0;
	}	
ul.topMenu li:last-child:after{display:none;}
ul.topMenu li a:hover, ul.topMenu li a.active{color:#7fb82d;}
a.nav-btn{
       float: right;
    background: #ffd200;
    color: #000000;
    font-size: 18px;
    text-align: center;
    width: 165px;
    height: 45px;
    line-height: 47px;
    border-radius: 6px;
    margin-top: 6px;
    font-weight: 800;
	}

.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right: 0px;
    top: 14px;
	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:16px;
	font-weight:300;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 3px;
	background-color: #000;
	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:#000;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -7px);
	transform: rotate(45deg) translate(-7px, -7px);
	background:#000;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:103px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #dddddd;
	}
.mobimenu-top{ top:75px;}	
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #dddddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:12px 20px;
	font-size:18px;
	color:#000;
	}	
.mobilemenu li a:hover{color:#000;}

/*-----------------------
		BANNER CSS
------------------------*/
.banner {
	float: left;
	width: 100%;
	background: url(../images/banner-bg.jpg) no-repeat center top;
	height: 673px;
	padding: 70px 0px;
	}
.bnr-left{
    margin-top: 72px;
    float: left;
    width: 61%;
    text-align: left;
	 }
.bnr_sub-heading{
    float: left;
    width: 100%;
    font-size: 26px;
    line-height: 28px;
    color: #f14e4a;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 20px;
    position: relative;
    border-left: 3px solid #f14e4a;
	
	}
.bnr-heading{
       float: left;
    width: 100%;
    font-size: 64px;
    line-height: 74px;
    color: #484848;
    font-weight: 700;
    margin-top: 15px;
	}
.bnr-heading span{ color:#ea061f;}	
.bnr-para{
        float: left;
    width: 86%;
    font-size: 20px;
    line-height: 30px;
    color: #0f0f0f;
    letter-spacing: 0px;
    margin-top: 24px;
    /* border-bottom: 1px solid #ea061f; */
    padding-bottom: 0px;
	}
.bnr-point{
	float:left;
	width:100%;
	margin-top:12px;
	}
.bnr-point li{
	    background: url(../images/bnr-list-tk.png) no-repeat left 5px;
    float: left;
    width: 100%;
    text-align: left;
    font-size: 21px;
    line-height: 27px;
    color: #0f0f0f;
    font-weight: 600;
    padding-left: 36px;
    margin-top: 12px;
    text-transform: capitalize;	
	}	
.btnBlk{
	display:inline-block;
	vertical-align:middle;
	width:322px;
	max-width:100%;
	text-align:center;
	margin-top:40px;
	}
.banner .btnBlk{margin-top:40px;}
a.pg-btn{
	float:left;
	width:100%;
	height:56px;
	cursor:pointer;
	position:relative;
	overflow:hidden;
/*	background: #ff6d00;
*/	border-radius:0px;
	}
a.pg-btn p{
    float: left;
    width: 100%;
    color: #fff;
    line-height: 56px;
    height: 56px;
    font-size: 24px;
    font-weight: 600;
    background: #7fb82d;
    border-radius: 0px;
}
.btn-arw{
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0px 0 15px;
	}	
.mbg-txt{
	float:left;
	width:100%;
	position:relative;
	margin-top:2px;
	}
.mbg-txt span{
	display:inline-block;
	vertical-align:middle;
	color:#000;
	font-size:16px;
	padding:0 3px;
	font-weight:600;
	z-index:2;
	position:relative;
	}
.mbg-txt span:before, .mbg-txt span:after{
	content:'';
	position:absolute;
	top:10px;
	height:1px;
	background:#97a0ab;
	width:80px;
	left:-90px;
	}	
.mbg-txt span:after{ 
	left:auto;
	right:-90px;
	}
.bnr-prod{
    position: absolute;
    left: 0;
    top: 15px;
	}
.bnr-seal{
    position: absolute;
    right: 132px;
    top: 45px
	}		
.bnr-strip{
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 50px;}
.bnr-strip li{
        float: left;
    width: 24%;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-weight: 700;
    padding: 0 10px 0 50px;
    margin: 0 5px;
    text-transform: capitalize;
    background: url(../images/tickmark.png) no-repeat top left 5px;
    border-right: 1px solid #d2d2d2;
}	
.bnr-strip li:nth-child(4){
	border-right: none;
}
/*-------------------------
    BANNER BOTTOM CSS
--------------------------*/
.hero-btm-strip{
	background:#fff;
	float: left;
	width: 100%;
	padding:25px 0 30px;
	border-bottom:1px solid #dce1eb;
	}
.brands-img{
	margin:0 auto 0;
	display:block;
	max-width:100%;
	}

/*-------------------------
    	SECTION-1
--------------------------*/
.section-1{
	float: left;
    width: 100%;
    padding: 75px 0;
    background: #f4f8fd;
	text-align:center;
}
ul.s1-list {
    float: left;
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 10px;
    row-gap: 20px;
}
ul.s1-list li {
    float: left;
    width: 32%;
    position: relative;
    
}
.s1-li-icn{
    position: absolute;
    top: 0;
    right: 0;
    max-width: 198px;
	}
.lst-contnt{
    float: left;
    width: 88%;
    height: auto;
    background: #fff;
    border-radius: 10px;
    padding: 55px 20px 25px;
    text-align: left;
    -webkit-box-shadow: 0px 3px 10px 0 rgba(0,0,0,0.4);
    box-shadow: 0px 3px 15px 0 rgba(0,0,0,0.4);
    margin-top: 45px;
	}
.li-p1{    
	color: #9d9d9d;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    font-weight: 500;
    text-transform: capitalize;
    padding-bottom: 20px;
    padding-left: 0px;
    position: relative;
	}
.li-p1 span {
    color: #f14e4a;
    font-weight: 800;
    line-height: 32px;
    font-size: 24px;
}
.li-hdg{
	font-size:18px;
	line-height:28px;
	color:#222;
	font-weight:400;
	}
.li-hdg span{
	display:block;
	font-weight:700;
	font-size:24px;
	line-height:28px;
	padding-bottom:15px;
	}
.common-heading{
    color: #f14e4a;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 0px;
    padding-left: 0px;
	position:relative;
	}
.common-heading span{ 
	color: #f14e4a;
	font-weight: 500;
	line-height: 32px;
	font-size: 30px;
	}	
/*.common-heading:before {

    position: absolute;
    content: "";
    border-left: 4px solid #f14e4a;
    top: 0px;
    height: 32px;

}*/
.common-heading2{
	width: 100%;
	color: #484848;
	font-size: 44px;
	line-height: 56px;
	letter-spacing: 0px;
	font-weight: 700;
	text-transform: capitalize;
	padding-top: 10px;
	}
.common-heading p{
	float:left;
	width:100%;
	    color: #000;
    font-size: 46px;
    line-height: 56px;
    letter-spacing: 0.5px;
    font-weight: 700;
    text-transform: capitalize;
}
.common-para{
	display: inline-block;
    width: 100%;
    font-size: 20px;
    line-height: 32px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0px;
    margin-top: 20px;
	}
a.Ing-btn{ height:auto;}
a.Ing-btn p{     
	background: none;
    color: #f14e4a;
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    text-transform: capitalize;
    text-decoration: underline;
    height: auto;
	}
/*-------------------------
    	SECTION-2
--------------------------*/
.section-2{
    float: left;
    width: 100%;
    background: #fff;
    padding: 60px 0;
	}
.sec2-innr{
	display:inline-block;
	width:100%;
	position:relative;
	}
.sec2-lft{
    float: right;
    width: 48%;
    text-align: left;
    margin-top: 50px;
}
.sec2-rgt{
	display: inline-block;
    width: 100%;
    margin-top: 140px;
    text-align: center;
	}
.rgt-txt{
    display: inline-block;
    width: 100%;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
    letter-spacing: 0px;
    margin-top: 0px;
    text-transform: capitalize;
    position: relative;
}
.rgt-txt:before, .rgt-txt:after {
	position: absolute;
    content: "";
    border-top: 2px solid #eee;
    width: 102px;
    top: 16px;
    left: 23%;
}
.rgt-txt:after { left:auto; right:23%;}
.s2prd-img{
    position: absolute;
    top: 185px;
    left: 3%;
    max-width: 210px;
	}

.s2-vdo-box{ position:relative;}	
.s2-vdo-box .iframe-bx{
	/*width: 100%;
    margin: 0 auto 0;
    display: block;
    position: relative;
    padding-bottom: 56.3%;
    border-radius: 10px;
    overflow: hidden;*/	
	}		
.s2-vdo-box .iframe-bx img{
	position: absolute;
    top: 0;
    left: 0px;
	}
.vdo-img-dsk{
	position:absolute;
	top:0;
	left:0;
	
	}
.s2-list{
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
    row-gap: 20px;
    column-gap: 10px;
	}
.s2-list li{
    float: left;
    width: 15%;
    position: relative;
    padding: 0px 0px;
	text-align:center;
	}
.s2-list li:before{
/*    content: '';
    border-right: 1px solid #dadfe6;
    top: 20px;
    bottom: 20px;
    right: 0;
    position: absolute;
*/	}
.s2-list li:last-child:before{ display:none;}			
.s2-list li img{
    max-width: 100%;
    margin: 0 auto 10px;
    display: block;
	}	
.s2-list span{
    float: left;
    width: 100%;
    font-size: 27px;
    line-height: 37px;
    color: #000;
    font-weight: bold;
    margin-top: 20px;
	}	
.s2-list p{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    margin: 0px 0;
    font-weight: 500;
    letter-spacing: 0px;
	}					
.s2-btm-txt{
	float:left;
	width:100%;
	font-size:30px;
	line-height:36px;
	color:#ea061f;
	font-weight:800;
	letter-spacing:0.5px;
	margin-top:40px;	
	}	
.s2-list li:after {
    position: absolute;
    content: "";
    border-right: 2px solid #eee;
    top: 16px;
	bottom:16px;
    right: 0%;
}
.s2-list li:last-child:after { display:none;}
/*-------------------------
    	SECTION-3
--------------------------*/	
.section-3{
	float:left;
	width:100%;
	padding:60px 0 60px;
	height: auto;
	}
.s3-mid-row{
	float: left;
    width: 100%;
    margin: 40px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	row-gap: 20px;
    column-gap: 15px;
	}
.package1{ margin-top:30px;}
.box1, .box2, .box3, .box4{
	border: 2px solid #e1e1e1;
    position: relative;
    margin: 0px;
    border-radius: 12px;
    float: left;
    width: 24%;
	padding:20px 0;
}
.box4 .option-hed {
    font-size: 18px;
    float: left;
    width: 100%;
    text-align: left;
    font-weight: 500;
    margin-top: 10px;
	margin-bottom:0;
}
/*.package2 .box1, .package2 .box2, .package2 .box3, .package2 .box4{margin: 0 3px; width:100%; border:2px solid #ec3f3a;}*/
.pkg-hding{
	font-weight:600;
	font-size: 22px;
    line-height: 30px;
	color:#000;
	text-align:center;
}
.pkg-hding span{
    text-transform: capitalize;
    color: #737373;
    display: block;
    font-weight: 400;
	font-size: 18px;
    line-height: 28px;
	}
img.prod-sec {
    display: block;
    margin: 30px auto 0px;
    width: 230px;
    max-width: 100%;
    z-index: 9;
    position: relative;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
}
.package2 img.prod-sec{
	    display: block;
    margin: 40px auto 0px;
    width: 210px;
    max-width: 100%;
    z-index: 9;
}
.package2 .pkg-hding{
  font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #000;
    text-align: left;
    padding: 20px 0 0 0;
    width: 100%;
    float: right;
}
.package2 .pck-txt {
    float: right;
    width: 100%;
    font-size: 16px;
    text-align: left;
    margin-top: 10px;
    line-height: 26px;
}
img.prod-sec:nth-child(3), img.prod-sec:nth-child(4) {
        position: absolute;
    z-index: 5;
    top: 74px;
    left: 30px;
    max-width: 170px;
}
img.prod-sec:nth-child(4) {left: auto; right:30px;}
img.prod-sec:nth-child(5), img.prod-sec:nth-child(6) {
    position: absolute;
    z-index: 3;
    top: 83px;
    left: 9px;
    max-width: 160px;
}
img.prod-sec:nth-child(6) { left: auto; right: 9px;}
img.prod-sec:nth-child(7) {
	position: absolute;
	z-index: 1;
	top: 90px;
	left: -7px;
	max-width: 150px;
}
.pkg-img{margin:46px auto 0 auto;display:block;}
.pkg-prcbox{
	    height: 210px;
    margin: 10px 0 0 0;
    position: relative;
    padding: 0 20px;
}
.package2 .pckg-rgt{    float: right; width: 60%; padding-left: 30px;}
.package2 .pkg-prcbox{ 
	height: 131px;
    float: left;
    width: 100%;
    margin-top: 15px;
    background: none;
    padding: 0 20px 0 0;
}
.s4-img{
	border-radius: 0px;
    float: left;
    width: 100%;
    margin-top: -15px;
    margin-bottom: 12px;
    /* background: #fce1e0; */
    padding: 0px 0;
}
.offbx{
	font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #000;
    text-align: left;
    margin-top: 10px;
    float: left;
    width: 100%;
    padding: 0 0px;
}
p.prod-txt {
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 26px;
    text-align: left;
    margin: 5px 0;
}
p.pck-txt {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    margin: 5px 0 0;}
.pkg-prcbox input[type=radio] {
    position: absolute;
    opacity: 0;
}
.pkgrgt {
	float: left;
    width: 100%;
    padding: 10px 0 0px;
    text-align: left;
}
.buyOpt-row {
    float: left;
    width: 100%;
    padding: 5px 0px;
    cursor: pointer;
    position: relative;
}
.packageOpt {
    float: left;
    text-align: left;
    position: relative;
    padding: 0 0 0 30px;
}
.packageOpt input[type=radio] {
    position: absolute;
    opacity: 0;
}
.packageOpt input[type=radio] + span {
        position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #333;
}
.packageOpt input[type=radio]:checked + span:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #333;
}
.packageOpt p {
    color: #737373;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.prc1{
	font-weight:600;
	font-size:24px;
	line-height:30px;
	color:#fff;
	text-align:center;
	padding:30px 0 0 0;
}
.prc2{
	color:#e3e3e3;
	text-align:center;
	padding:5px 0 0 0;
	font-size:20px;
	line-height:30px;
}
.s3-mid-row package1{
	float:right;
	width:50%;
	border:1px solid #000;
}

/*-------------------------
    	SECTION-4
--------------------------*/	
.section-4{
    float: left;
    width: 100%;
    background: #f4f8fd;
    padding: 60px 0 60px;
	}	
.s4-list{
	float:left;
	width:100%;
	margin-top:40px;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-evenly;
	}
.s4-list li{
	float: left;
    width: 32%;
    position: relative;
    -webkit-box-shadow: 0px 3px 10px 0 rgba(0,0,0,0.4);
    box-shadow: 0px 0px 6px 0 rgba(0,0,0,0.4);
    padding: 10px 0;
	}
.s4-list li:before{
/*	content: '';
    border-top: 2px dotted #ffaab4;
    top: 40px;
    width: 175px;
    right: -112px;
    position: absolute;
*/	}
.s4-list li:last-child:before{ border:none;}			
.s4-list li span{
	float:left;
	width:100%;
	font-size:90px;
	line-height:90px;
	color:#ea061f;
	font-weight:100;
	}
.s4-list li img{
	margin: 0px auto 0px;
    display: block;
    max-width: 100%;
    border-radius: 0px;	
	}
.s4-list li h1{
    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 34px;
    color: #000;
    font-weight: 700;
    margin-top: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f36662;
	}
.lst-para{
    float: left;
    width: 100%;
    font-size: 19px;
    line-height: 28px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0px;
    margin-top: 12px;
}
.s4lst-cont{
	display:inline-block;
	width:100%;
	text-align:left;
	padding:10px 15px 15px;
	}
.s4-strp-txt{
	float:left;
	width:100%;
	text-align:center;
	margin-top:50px;
	position:relative;
	}
.s4-strp-txt:before{
	content:'';
	position:absolute;
	top:50%;
	left:0;
	right:0;
	height:1px;
	background:#d3d3d3;
	}	
.s4-strp-txt span{
	display:inline-block;
	vertical-align:top;
	background:#fff;
	border:1px solid #d3d3d3;
	border-radius:30px;
	font-size:26px;
	line-height:26px;
	color:#000;
	font-weight:700;
	letter-spacing:0.5px;
	padding:5px 30px;
	position:relative;
	}
	
.s4-points{
	float:left;
	width:100%;
	margin-top:30px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
.s4-points li{
	float:left;
	width:16.66%;
	position:relative;
	}
.s4-points li:before{
    content: '';
    top: 40px;
    bottom: 0;
    right: 0;
    position: absolute;
	background:#d7d7d7;
	width:1px;
	}
.s4-points li:last-child:before{ display:none;}			
.s4-points li img{
	margin:0 auto 0;
	display:block;
	}
.s4-points li span{
	float:left;
	width:100%;
	font-size:20px;
	line-height:22px;
	color:#000;
	font-weight:500;
	letter-spacing:0.5px;
	margin-top:15px;
	}		

/*=============================
		FOOTER CSS
===============================*/
.footer{
	float: left;
    width: 100%;
    padding: 40px 0 30px;
    border-top: 1px solid #dfdfdf; 
	}
.footer1{
	float:left;
	width:100%;
	border-bottom:1px solid #dfdfdf;
	padding-bottom:35px;
	}
.ftr-logo{
	display:block;
	margin:0 auto;
	}
.footer-text{
	float:left;
	width:100%;
	font-size:17px;
	line-height:22px;
	color:#333333;
	margin-top:15px;
	letter-spacing:0.5px;
	}
.footer-text a{ padding:0 10px; color:#333333;}
.footer2{
	float:left;
	width:100%;
	padding-top:15px;
	}	
	
/*-----------------------
		Pulse
------------------------*/
.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);}
}	

.show-mob, .show-tab {display: none;}
.show-desk {display: block;}
.fl{ float:left;}
.fr{ float:right;}

/*---------Media Querry---------*/

@media only screen and (max-width:1185px){
.container{width:1004px;}

.bnr-para{ width:100%;}
.bnr-left{ width:58%;}
.bnr_sub-heading{ font-size:24px;}
.bnr-heading{ font-size: 56px; line-height: 62px;}
.bnr-prod{ width: 525px; top: 35px;}
.bnr-strip li { font-size: 17px; line-height: 27px;}
.s1-btm-txt{ font-size:30px; line-height:35px;}

.common-heading{ font-size: 22px; line-height: 30px;}
.common-heading span{ font-size:30px;}
.common-heading2 { font-size: 46px; line-height: 54px; padding-top: 8px;}
.common-para { width: 100%; font-size: 19px; line-height: 29px;}

.section-1{ padding:50px 0;}
.s1-li-icn{ max-width:186px;}
.li-hdg span{ font-size:23px; padding-bottom: 12px;}
.lst-contnt{ padding:55px 15px 20px;}
.li-hdg { font-size: 16px; line-height: 26px;}
a.Ing-btn p{ font-size:23px;}

.section-2{ padding:70px 0 50px;}
.sec2-lft { width: 45%; margin-top: 30px;}
.s2-vdo-box .iframe-bx img { max-width: 452px;}
.vdo-img-dsk{ max-width:500px;}
.s2prd-img { top: 160px; left: 3%; max-width: 190px;}
.sec2-rgt{ margin-top:80px;}
.rgt-txt { font-size: 22px; line-height: 28px; margin-top: 0px;}
.rgt-txt:before, .rgt-txt:after{ left:20%; }
.rgt-txt:after{ left:auto; right:20%;}
.s4-list li p{ padding: 0 0px;}
a.pg-btn p { width: 100%;}
.packageOpt p{ }
.s2-list { margin-top:35px;}

.section-3{ padding:50px 0;}
.s3-mid-row{ column-gap:12px; margin: 35px 0 0;}
.pkg-hding{ font-size:20px;}
.s4-img img.prod-sec{ width: 158px;}
.package2 .box1, .package2 .box2, .package2 .box3, .package2 .box4{ border-right: 2px solid #ec3f3a;}
.box4 .option-hed{ font-size:17px;}

.section-4{ padding:50px 0;}
.s4-list{ justify-content: space-between;}
.s4-list li { width: 32%;}
.s4-list li h1 { font-size: 22px; line-height: 32px;}
.lst-para { font-size: 18px; line-height: 28px;}


}


@media only screen and (max-width:1023px){
.container{width:750px;}
.show-desk {display: none;}
.show-tab {display: block;}

.banner{ height:auto; background-size:cover; padding:40px 0;}
.bnr-left { width: 58%; margin-top: 34px; padding-bottom: 34px;}
.bnr_sub-heading { font-size: 19px;}
.bnr-heading{ font-size: 42px; line-height: 50px; margin-top: 10px; }
.bnr-point li{ font-size: 20px; line-height: 26px; padding-left: 35px; margin-top: 10px;}
.bnr-prod{     width: 467px; top: 105px; left: -68px;}
.bnr-para { font-size: 18px; line-height: 28px;}
.bnr-seal{ right: 65px; top: 85px; width: 115px;}
.btnBlk{ width: 262px;  margin-top: 25px;}
.banner .btnBlk { margin-top: 30px;}
a.pg-btn p { line-height: 52px; height: 52px; font-size: 20px; width: 100%;}
.bnr-strip li {
        width: 46%;
    padding: 0 0px 0px 43px;
    background: url(../images/tickmark.png) no-repeat left 8px;
    margin: 0 5px 15px 20px;}
.bnr-strip li:nth-child(2){ border:none;}


.section-1{ padding:40px 0;}
.common-heading{ font-size: 20px; line-height: 30px;}
.common-heading span { font-size: 24px; line-height: 30px;}
.common-heading2 {font-size: 32px; line-height: 42px; padding-top: 0px;}
.common-para { width: 100%; font-size: 18px; line-height: 28px; margin-top: 10px;}
ul.s1-list{ margin-top:30px;}
.s1-li-icn { max-width: 128px; top: 50px; right: 20px;}
.lst-contnt { width: 92%; padding: 35px 10px 18px; margin-top:36px;}
.li-hdg span { font-size: 20px; padding-bottom: 7px;}
.li-p1{ padding-bottom:12px;}
a.Ing-btn p{ height:auto; line-height: 28px; font-size: 18px;}
	
.section-2{ padding:40px 0 40px;}
.sec2-lft { width: 46%; margin-top: 0px;}
.s2-btm-txt{ font-size: 24px; line-height: 32px;}
.vdo-img-dsk { max-width: 392px;}
.s2prd-img { max-width: 156px; top: 126px; left: 2%;}
.s2-vdo-box .iframe-bx img { max-width: 413px; top: 0px; right: -4%;}
.sec2-rgt{ width: 100%; margin-top: 40px;}
.rgt-txt { font-size: 20px; line-height: 28px; padding-bottom: 0px;}
.rgt-txt:before, .rgt-txt:after { left: 16%; width: 80px; top: 14px;}
.rgt-txt:after { right:16%; left:auto; }

.s2-list { margin-top: 30px;}
.s2-list li:after{ right:-9%;}
.s2-list span { font-size: 22px;  line-height: 32px;}
.s2-list p { font-size: 16px; line-height: 26px;}
.s2-list li img{ max-width:60px;}

.s1-btm-txt{ font-size: 24px; line-height: 32px;}


.section-3{ padding:40px 0 40px;}
.s3-mid-row { column-gap: 10px; margin: 30px 0 0;}
.box1, .box2, .box3, .box4{ width:49%;}
.s3-mid-col{ width: 48%;}
.s3-mid-col span{ font-size:22px; line-height:28px;}
.package2 .pckg-rgt{ width: 58%; float: right; text-align: left;}
.package2 img.prod-sec{}
.offbx { font-size: 26px; line-height: 32px;}
a.select-btn { width:100%;  font-size: 16px;}
.package2 .pkg-hding{}
.package2 .pck-txt{ }
.package2 .box1, .package2 .box2, .package2 .box3, .package2 .box4{}
.pkg-prcbox{ padding: 0 12px 20px; height: auto; float: left; width: 100%;}
p.pck-txt{ font-size:16px; line-height:23px;}


.section-4{ padding:40px 0 40px;}
.s4-list li span{ font-size:80px; line-height:80px;}
.s4-list li h1{ font-size: 17px; line-height: 28px;}
.s4-list li p{ padding:0;}
.s4-strp-txt span{ font-size:22px; line-height:24px;}
.lst-para { font-size: 16px; line-height: 25px;}

}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 10px; max-width:600px; box-sizing:border-box;}
.show-desk{display:none;}
.hide-desk{display: block;}
.hide-mob{ display:none;}

.caption-txt{ color:#ffff00; font-size:15px; line-height:17px;}

.header{ height:55px; margin-top: -55px; top: 55px; padding: 5px 0;}
.logo{     width: 150px; margin-top: 6px;}
.top-fix-bar{ margin-bottom:55px;}

.mob-mnu-ic{ top:12px; right:10px;}
.mobilemenu{ top:86px;}
.mobimenu-top{ top:55px;}

.banner{ padding: 30px 0 30px; background: #f0f7ff}
.bnr-left{ width:100%; text-align:center;     background: none; padding: 0 0 0 0;     margin: 0 0 0 0; height:auto;} 
.bnr_sub-heading
.bnr-strip {
    margin-top: 15px;}
.bnr-strip li {
    width: 100%;
    border-right: none;
    padding: 15px 0px 0 43px;
    background: url(../images/tickmark.png) no-repeat left 20px;
    margin: 0px 10px;}
	
	
.s2-vdo-box .iframe-bx img {   
    display: none;
    }
.sec2-lft {
    float: left;
    width: 100%;
    text-align: center;}
.s2prd-img {max-width: 100%; position: static; margin-top: 20px;}
.s2-list p {font-size: 15px; line-height: 24px;}
.vdo-img_mob { max-width: 100%; margin: 10px 0;}
.bnr-rvw-star{ font-size:14px; line-height:16px;}
.bnr_sub-heading{ padding:0 0; border:none; font-size: 16px;}
.bnr-heading{font-size: 28px; line-height: 38px; margin-top: 0;}
.bnr-heading span{ font-size:30px; margin-top:10px; display:block;}
.bnr-prod-mob{ margin: 15px auto 0 -10px; display: inline-block; max-width: unset; width: calc(100% + 20px); vertical-align: top;}
.bnr-point{ display: inline-block; vertical-align: top; float: none; width: 100%; max-width: 414px; margin-top: 5px;}
.bnr-point li{ font-size: 17px; line-height: 25px; padding-left: 30px; margin-top: 8px;}
.bnr-testi{ padding-left: 68px; margin-top: 22px;}
.bnr-t-pic{ width:60px; }
.bnr-para{ width: 100%; font-size: 16px; line-height: 26px; margin-top: 10px;}
.btnBlk, .banner .btnBlk {width: 100%; margin-top: 20px;}
.mbg-txt span:before, .mbg-txt span:after{width: 60px; left: -60px;}
.mbg-txt span:after{ left:auto; right: -60px;}

.hero-btm-strip{ padding:20px 0;}
.brands-img-mob{ margin:0 auto 0; max-width:100%;}

.section-1{ padding:30px 0;}
.common-heading{ font-size: 16px; line-height: 26px; padding-bottom: 0px;}
.contact .common-heading{padding-bottom: 0px;}
.s1-testi-col{ margin:10px;}
.s1-testiBx{ margin-top:20px;}
.s1-btm-txt{ font-size: 22px; line-height: 30px;}
.common-para{ font-size:16px; line-height:25px; width: 100%;}
.s2-btm-txt{ font-size:22px; line-height:30px; margin-top:30px;}
.common-heading2 {font-size: 24px; line-height: 36px;}


ul.s1-list { margin-top: 10px; justify-content: center; row-gap: 0px;}
ul.s1-list li { width: 100%; max-width: 100%;}
.lst-contnt{ width: 100%; max-width: 100%;  padding: 25px 18px 18px; margin-top: 15px;}
.s1-li-icn { max-width: 128px; top: 20px; right: 10px;}

.section-2{ padding:30px 0 0px;}
.s2-vdo-box{ margin-top:25px;}
.s2-list{ margin: 5px 0 15px; justify-content: center; row-gap: 0px;}
.s2-list li{ width: 31%; margin-top: 0px; padding: 10px 0;}
s2-list p {font-size: 15px; line-height: 24px;}
.s2-list li:after{ display:none;}
.s2-list li:before{ display:none;}

.s2-list span{ margin-top:18px;}
.sec2-rgt{ width:100%; margin-top: 20px; padding-bottom: 0px;}
.rgt-txt{ padding-bottom: 0; font-size: 18px; line-height: 28px;}
.s4-img{ width:100%;}
.package2 .pckg-rgt{ width:100%; padding:0 20px 20px;}
.rgt-txt:before, .rgt-txt:after{ display:none;}

.section-3{ padding:30px 0 0px;}
.common-heading p { font-size: 24px; line-height: 38px;}
.s3-mid-row{margin: 20px 0 0; padding: 0 0px; justify-content: center;}
.box1, .box2, .box3, .box4 { width: 100%; max-width: 100%;}
.s3-mid-col {width: 100%;padding: 20px 10px 20px 15px; margin-top: 20px;}
.s3-col-icn{right:10px;}
.s3-icn1{ width:100px;}
.s3-icn2, .s3-icn3{ width:80px;}
.s3-icn4, .s3-icn5{ width:90px;}
.s3-icn6{ width:70px;}
.package2 .box4 {width: 100%; margin:10px 0 0;}
.pkg-prcbox{    padding: 0 12px 5px;}

.section-4{ padding:25px 0 30px;}
.s4-list{ margin-top:20px; padding:0 10px; row-gap: 10px;}
.s4-list li{ width: 100%; padding: 0 14px;}
.s4-list li:before{ display:none;}
.s4-list li span{ font-size: 50px; line-height: 50px;}
.s4-list li img{ margin: 15px auto 0;}
.s4-list li h1{ margin-top:5px; font-size: 20px;}
.s4lst-cont{padding: 10px 0px 15px;}
.s4-strp-txt{ margin-top:40px;}
.s4-points{ margin-top:0;}
.s4-points li{ width:33.33%; margin-top:30px;}
.s4-points li:nth-child(3n):before{ display:none;}
.s4-points li img{ width:50px;}
.s4-points li span{ font-size:18px; line-height:20px; margin-top:12px;}
.section-4 .common-heading{ padding-bottom:0px;}

.footer{ padding:0 0 25px;}
.marg-top a{ float:left;width:100%; margin-top:5px;}
.footer1{ padding:20px 0;}
.footer-text{ font-size:15px; margin-top:10px;}
.footer-text a{ padding:0 0px; font-size:14px;}
.footer2{ padding-top:10px;}

.ftr-logo {display: block;margin: 0 auto;width: 92px;}

#ctabtn-mob{
	background: #ea061f;
	padding:5px;
	position: fixed;
	bottom:0%;
	left: auto;
	z-index: 99;
	transition: bottom 1s;
	display: table;
	width:100%;
	}
a.pg-btn{ height:54px; line-height:54px; width:100%;}
a.pg-btn p{     width: 100%;
    font-size: 20px;
    line-height: 54px;
    display: inline-block;
    height: 60px; margin:0px 0px;}

}