@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: "DM Sans", 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; height:auto; max-width:100%;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
.hide-desk{ display:none;}

:root{
	--black:#000000;
	--white:#ffffff;
	--brown:#bfa16a;
	--red:#e72227;
	--light-blue:#f3f6fa;
	--dark-blue:#131e2e;
	--light-red:#c71f3b;
	--yellow:#efbd72;
	--border-color:#d7d7d7;
	--dark-grey:#0e0e0e;
	--light-grey:#f6f6f6;
	--green:#61bc00;
	--grey:#656565;
	}

/*-----------------------
	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: 180px;
    margin-top: 0;
}
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:#000;}
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%;
	height:789px;
	background:url(../images/banner.jpg) no-repeat center top #fcfcfc;
	padding-bottom: 43px;
	}
.bnr-lft{
	    width: 58%;
    float: left;
    text-align: left;
    margin: 80px 0 0 0;
	}
.bnr-txt1{
	background:#e72227;
	display:inline-block;
	vertical-align:middle;
	height:32px;
	font-size:20px;
	line-height:22px;
	color:#151515;
	font-weight:700;
	letter-spacing:0.5px;
	position:relative;
	padding:5px 20px 5px 15px;
	}		
.bnr-txt1 img{
	display:inline-block;
	vertical-align:middle;
	margin:-9px 8px 0 10px;
	max-width:100%;
	}
.bnr-txt1:before{
	position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-right: 10px solid #151515;
    content: "";
    clip-path: polygon(0% 50%, 105% 0, 105% 100%, 0% 50%);
	}
.bnr-hding{
	    font-size: 62px;
    line-height: 72px;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    margin-top: 15px;
	}
.bnr-hding span{color: #e72227;}
ul.bnr-strp-list{
	display: inline-block;
    vertical-align: middle;
    background: #101010;
    margin: 20px 0 0 0;
    padding: 15px 0 15px 20px;
    background-size: cover;
    width: 100%;
    border-radius: 10px;
	}
ul.bnr-strp-list li {
	display:inline-block;
	vertical-align:middle;
	text-align: left;
    position: relative;
    padding:0 0 0 36px;
    margin: 0 30px 0 0;
	}
ul.bnr-strp-list li:last-child{ margin-right:0;}		
ul.bnr-strp-list li img{
	position:absolute;
	top:50%;
	left:0;
	margin-top:-15px;
	width:28px;
	}
ul.bnr-strp-list li p{
	font-size:18px;
	line-height:30px;
	color:#ffffff;
	font-weight:700;
	text-transform:uppercase;
	}		
.bnr-txt2{
	display: inline-block;
    vertical-align: middle;
    width: 85%;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.3px;
    color: #fff;
    margin-top: 15px;
    border-bottom: 1px solid #313030;
    padding: 0 0 10px 0;
	}
ul.bnr-list{
	margin:30px 0 0 0;
	}		
ul.bnr-list li{
	font-size:26px;
	line-height:32px;
	color:#fff;
	margin-top:10px;
    letter-spacing: 0.5px;
    padding: 0 0 0 45px;
	font-weight:500;
	text-align:left;
	position:relative;
	background:url(../images/bnr-tk.png) no-repeat left 3px;
	}
ul.bnr-list li span.free{
	display:inline-block;
	vertical-align:middle;
	width:26px;
	height:26px;
	background:#ff0000;
	border-radius:50%;
	color:#fff;
	font-size:10px;
	line-height:26px;
	text-align:center;
	font-weight:bold;
	margin-top:-3px;
	}
.common-button-size{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:428px;
	text-align:center;
	margin-top:35px;
	}	
.comn-btn{
	display:inline-block;
	vertical-align:middle;
	width: 100%;
	height:65px;
	background:#00ba27;
	font-size:22px;
	line-height:65px;
	color: #fff;
	text-align: center;
	outline: none;
	letter-spacing:0.8px;
	text-transform:uppercase;
	font-weight: bold;
	cursor: pointer;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.2);
    box-shadow: 0 7px 10px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 7px 10px 2px rgba(0,0,0,0.2);
	}
.granty-text{
	font-size:17px;
	line-height:20px;
	letter-spacing:0.5px;
	margin-bottom:10px;
	}
.white{ color:#fff;}
.granty-text:before,.granty-text:after{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 5px 0 0;
	width:50px;
	height:1px;
	background:#bcbcbc;
	content:"";
	}
.granty-text:after{ margin:-5px 0 0 5px;}

.bnr-prd{
	    position: absolute;
    top: 388px;
    right: 297px;
    max-width: 300px;
    z-index: 9;
	}
.bnr-right{
	float:right;
	width:153px;
	margin:0 0 0 0;
	}
ul.bnr-rgt-list{
	float:left;
	width:100%;
	margin:80px 0 0 0;
	}
ul.bnr-rgt-list li{
	float:left;
	width:100%;
	text-align:center;
	margin:25px 0 0 0;
	}	
ul.bnr-rgt-list li h3{
	font-size:60px;
    line-height: 60px;
    font-weight: 900;
    text-transform: uppercase;
    color: #170c0a;
    -webkit-text-stroke: 1px #949090;
    letter-spacing: 0.5px;
	}
ul.bnr-rgt-list li p{
	display:inline-block;
	vertical-align:middle;
	padding:5px 20px;
	background: rgba(78,68,67,0.9);
	font-size:14px;
	line-height:14px;
	letter-spacing:0.7px;
	color:#fff2e7;
	font-weight:500;
	text-transform:uppercase;
	border-radius:50px;
	}
	
/*--------------section1-------------*/	
.section1 {
    float: left;
    width: 100%;
    padding: 60px 0;
    text-align: center;
	}
.comn-hding{
	    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
    text-transform: capitalize;
	}						
.comn-hding span{
	color:#e72227;
	}
.s1-mid{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:50px;
	}	
.s1-lft{
	float:left;
	width:58%;
	position:relative;
	margin-top:0px;
	margin-left: -30px;
	}
.s1-prd{
	    float: left;
    width: 300px;
    margin: 12px 0 0 0;
	}
.s1-lft-bx{
	float: left;
    width: calc(100% - 300px);
    background: #e72227;
    text-align: center;
    border-radius: 10px;
	}
.s1-img{
	display:block;
	margin:0 auto;
	width:100%;
	}
.s1-lft-bx-txt{
	font-size:19px;
	line-height:30px;
	color:#ffffff;
	font-weight:700;
	padding:15px 15px;
	}		
.s1-rgt{
	float:right;
	width:42%;
	text-align:left;
	}
.comn-txt{
	font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.3px;
    margin-top: 28px;
	}						
ul.s1-list{
	float: left;
    width: 100%;
	margin:5px 0 0;
	}
ul.s1-list li{
    position: relative;
    margin: 20px 0 0 0;
    padding: 0 0 0 45px;
    text-align: left;
	}	
ul.s1-list li img{
	position:absolute;
	top:0;
	left:0;
	max-width:100%;
	width:32px;
	}
ul.s1-list li p{
	font-size:24px;
	line-height:28px;
	color:#000000;
	font-weight:700;
	}
/*-------------------------
    	SECTION-2
--------------------------*/

.section2 {
    float: left;
	width: 100%;
	background:url(../images/section2.jpg) center top no-repeat;
	background-size:cover;
    padding: 60px 0;
    text-align: center;
	}
ul.s2-list{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px auto 0;
	}
ul.s2-list li{
	width:32%;
	text-align:center;
	}
.s2-step{
	display:inline-block;
	vertical-align:middle;
	width:40px;
	line-height:40px;
	height:40px;
	background:#0d0d0d;
	color:#e72227;
	font-size:28px;
	font-weight:700;
	border-radius:50%;
	}
ul.s2-list li img{
	border:2px solid #e72227;
	border-radius:12px;
	display:block;
	margin:10px auto 0;
	max-width:100%;
	}
ul.s2-list li h3{
	font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    font-size: 26px;
    line-height: 35px;
    letter-spacing: 0.5px;
    margin-top: 20px;
	}			
ul.s2-list li p{
	color:#fff;
	font-size:18px;
	line-height:26px;
	letter-spacing:0.5px;
	margin-top:15px;
	padding:0 15px;
	}	
.s2-mid2{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	width:100%;
	text-align:center;
	margin-top:50px;
	}		
.s2-mid2-hding{
	font-size:28px;
	line-height:36px;
	letter-spacing:0.8px;
	font-weight:700;
	color:#fff;
	}
ul.s2-list2{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px auto 10px;
	}
ul.s2-list2 li{
	width:16%;
	text-align:center;
	}
ul.s2-list2 li img{
	display:block;
	margin:0 auto 0;
	max-width:100%;
	}	
ul.s2-list2 li p{
	color:#fff;
	font-size:18px;
	font-weight:500;
	line-height:26px;
	letter-spacing:0.5px;
	margin-top:10px;
	}						
/*-------------------------
    	SECTION-3
--------------------------*/	
.section-3{
	float: left;
    width: 100%;
    padding: 60px 0 60px;
    height: auto;
    background: #fff;
	border-top: 1px solid #f3f6fa;
	}
.s3-mid-row{
	float: left;
    width: 100%;
    margin:35px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap:25px;
    column-gap:20px;
	}
.package1{ margin-top:30px;}
.box1, .box2, .box3, .box4{
    float: left;
    width: 49%;
    padding: 20px 15px;
    background: #fff;
    border: 1px solid #ececec;
    position: relative;
    border-radius: 12px;
    box-shadow: 0 0 8px 1px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 8px 1px rgb(0 0 0 / 10%);
}
.box4 .option-hed {
    font-size: 18px;
    float: left;
    width: 100%;
    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: 400;
    font-size: 16px;
    line-height: 28px;
    color: #2e3346;
}
.pkg-hding span{
    text-transform: capitalize;
    color: #000;
    display: block;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
	}
.box4-imgdiv{
	    float: right;
    width: 52%;
    padding: 0px 10px;
    position: relative;
	
	}
.box4-imgdiv:before{
	position: absolute;
    content: "";
    background: #e72227;
    border-radius: 5px;
    width: 100%;
    height: 230px;
    top: 100px;
    left: 0;
    right: 0;
	}	
img.s1prd {
	display:inline-block;
	max-width: 255px;
	position: relative;
    z-index: 9;
}
.prod-txt.bdfont {
        float: left;
    width: 100%;
    font-size: 18px;
    text-align: left;
    line-height: 30px;
}
.package2 img.s1prd{
	    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.s1prd:nth-child(3), img.s1prd:nth-child(4) {
        position: absolute;
    z-index: 5;
    top: 74px;
    left: 30px;
    max-width: 170px;
}
img.s1prd:nth-child(4) {left: auto; right:30px;}
img.s1prd:nth-child(5), img.s1prd:nth-child(6) {
    position: absolute;
    z-index: 3;
    top: 83px;
    left: 9px;
    max-width: 160px;
}
img.s1prd:nth-child(6) { left: auto; right: 9px;}
img.s1prd: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{
        float: left;
    width: 48%;
    text-align: left;
    position: relative;
    padding: 25px 0px 5px;
}
.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: 22px;
    line-height: 32px;
    color: #363636;
    /* text-align: left; */
    margin-top: 4px;
    float: left;
    width: 100%;
}
p.prod-txt {
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    margin: 5px 0 2px;
}
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:3px 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 #b6b6b6;
}
.packageOpt input[type=radio]:checked + span:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #00ba27;
}
.packageOpt p {
        color: #737373;
    font-size: 19px;
    line-height: 27px;
    font-weight: 500;
}
.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----*/
.sec4{
	float:left;
	width:100%;
	padding:60px 0 60px;
	background:var(--white);
	position:relative;
	}
.s4_mid{
	float:left;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
.s4_mid_col{
	width: 32%;
    position: relative;
    margin-top: 45px;
	}
.s4_mid_col:after{
	    content: '';
    position: absolute;
    top: 17px;
    right: -176px;
    left: 219px;
    height: 3px;
    background: url(../images/s4-step-dot.png) repeat-x;
	}
.s4_mid_col:last-child:after{ display:none;}
.s4_col_step{
	display:inline-block;
	vertical-align:top;
	width:40px;
	height:40px;
	border:3px solid var(--black);
	border-radius:50%;
	font-size:24px;
	line-height:32px;
	font-weight:700;
	}
.s4_col_icon{
	display:block;
	margin:30px auto 0;
	}
.s4_col_head{
	float:left;
	width:100%;
	margin-top:20px;
	padding-bottom:25px;
	font-size:26px;
	line-height:30px;
	font-weight:700;
	color:var(--dark-blue);
	position:relative;
	}
.s4_mid_col .common_text{ margin-top:20px;}	

/*=============================
		FOOTER CSS
===============================*/
.footer{
	float: left;
    width: 100%;
    padding: 40px 0 30px;
	background:#f3f6fa;
	}
.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: 16px;
    line-height: 24px;
    color: #333333;
    margin-top: 15px;
	}
.footer-text a{ padding:0 0px; 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:1187px){
.container{width:1004px;}

.bnr-lft{ width:61%;}
.bnr-hding {font-size: 55px;line-height: 65px;}
.bnr-prd {width: 300px; top: 388px; right: 190px;}
ul.bnr-rgt-list {margin: 25px 0 0 0;}
ul.bnr-strp-list li{margin: 0 25px 0 0;}

ul.s1-list li p {font-size: 21px;line-height: 27px;}

.s1-lft-bx-txt{ font-size:18px;}

.sec2 { padding: 50px 0;}
.s2_mid_col { width:31.5%; margin: 40px 0;}
.s2_col_img { object-fit: cover; height: 450px;}
.s2_col_text_box { padding: 0 15px; bottom:-40px;}
.s2_col_head { margin-top: 10px;}
.s2_col_text_box .common_text{ line-height:24px;}

.section-3{ padding:50px 0;}
.s3-mid-row{ column-gap:12px; margin: 35px 0 0;}
.pkg-hding{ }
.pkg-hding span {}
.s4-img img.s1prd{ width: 158px;}
.package2 .box1, .package2 .box2, .package2 .box3, .package2 .box4{ border-right: 2px solid #ec3f3a;}
.box4 .option-hed{ font-size:16px;}
.pkg-prcbox{ width:100%;}
.box4-imgdiv{ width:100%;}

.sec4 { padding: 50px 0;}
.s4_mid_col { }
.s4_mid_col:after { top: 17px; right: -86px; left: 170px;}
.s4_col_icon { width: 110px; margin-top:20px;}
.s4_col_head { margin-top: 15px;}


}


@media only screen and (max-width:1023px){
.container{width:750px;}
.show-desk {display: none;}
.show-tab {display: block;}

.banner {height: auto;padding-bottom: 45px;background-size: cover;background-position: 60% top;}
.bnr-lft {width: 75%; margin: 50px 0 0 0;}
.bnr-txt1{ font-size:18px;}
.bnr-hding { font-size: 50px; line-height: 55px;}
ul.bnr-strp-list{padding: 13px 0 13px 5px;}
ul.bnr-strp-list li{padding: 0 0 0 35px;}
ul.bnr-strp-list li img { margin-top: -13px;width: 26px;}
ul.bnr-strp-list li p {font-size: 17px; line-height: 24px;}
ul.bnr-list li{background-size: 22px;padding: 0 0 0 35px;font-size: 23px;line-height: 30px;}
.bnr-prd { width: 230px; top: 385px; right: 70px;}
ul.bnr-rgt-list li{margin: 20px 0 0 0;}
ul.bnr-rgt-list li h3{font-size: 45px;line-height: 45px;}

ul.bnrstrip-list li img{ width:65px;}

.comn-hding{font-size: 38px; line-height: 48px;}

.s1-mid{ margin-top:30px; max-width:600px;}
.s1-rgt{ width:100%;}
.s1-lft{ width:100%;  margin-top:30px; margin-left:0;}
.s1-lft-bx-txt {font-size: 15px;}
.s1-prd{ width:240px;}


ul.s2-list li h3{font-size: 20px;line-height: 28px;}
ul.s2-list li p{font-size: 17px;line-height: 25px;padding: 0 10px;}
.s2-mid2-hding{font-size: 26px; line-height: 30px;}

.section-3{ padding:40px 0 40px;}
.s3-mid-row { column-gap: 14px; margin: 30px 0 0;}
.box1, .box2, .box3, .box4{width: 49%;}
.box4-imgdiv { width: 100%; height: auto; padding:0px 10px;}
.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.s1prd{}
.offbx { font-size: 24px; line-height: 32px;}
a.select-btn {}
.package2 .pkg-hding{}
.package2 .pck-txt{ }
.package2 .box1, .package2 .box2, .package2 .box3, .package2 .box4{}
.pkg-prcbox{ padding: 25px 5px 10px; height: auto; float: left; width: 100%; }
.pkg-hding span {}
p.pck-txt{ font-size:16px; line-height:23px;}
.box4 .option-hed {font-size: 18px;}

.sec4 { padding: 40px 0;}
.s4_mid { justify-content: space-evenly;}
.s4_mid_col { width: 40%; margin-top: 40px; padding:0 10px;}
.s4_mid_col:after { display:none;}
.s4_col_icon { width: 90px;}
.s4_col_head { padding-bottom: 15px; font-size: 22px; line-height: 28px;}
.s4_mid_col .common_text { margin-top: 15px;}

}

@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;}
.show-mob{ display:block;}

.caption-txt{ color:#ffff00; font-size:15px; line-height:17px;}

.header{ height:55px; margin-top: -55px; top: 55px; padding: 5px 0;}
.logo{  width: 134px; margin-top: 0;}
.top-fix-bar{ margin-bottom:55px;}

.mob-mnu-ic{ top:12px; right:10px;}
.mobilemenu{ top:86px;}
.mobimenu-top{ top:55px;}

.banner{ padding-bottom:30px; background:#0d0b0c;}
.bnr-lft{ width:100%; margin-top:25px;}
.bnr-txt1 {font-size: 17px;height: 30px;line-height: 21px;padding: 5px 20px 5px 10px;}
.bnr-txt1 img{ width:13px;margin: -6px 8px 0 10px;}
.bnr-hding {font-size: 32px;line-height: 40px;margin-top: 12px;}
.bnr-prd{ display:none;}
.banner-mob{ display: inline-block; vertical-align: top;  width: calc(100% + 20px); margin-left: -10px;  margin-top: 0; max-width: unset;}
ul.bnr-strp-list { display: flex; align-items: center; padding: 10px 10px 9px 10px; width: calc(100% + 20px); margin-left: -10px; margin-top: 0; justify-content: space-between;}
ul.bnr-strp-list li{padding: 0 0 0 20px; margin:0;}
ul.bnr-strp-list li img {margin-top: -8px; width: 16px;}
ul.bnr-strp-list li p {font-size: 13px; line-height: 15px;}
.bnr-txt2{font-size: 15px; line-height: 23px;margin-top: 10px; width:100%;}
ul.bnr-list {margin: 20px 0 0 0;}
ul.bnr-list li {background-size: 17px;padding: 0 0 0 25px;font-size: 16px;line-height: 24px;margin-top: 8px;}
ul.bnr-list li span.free{width: 21px; height: 21px;font-size: 8px;line-height: 21px;}
.bnr-right{ width:100%; display:none;}
ul.bnr-rgt-list {margin: 25px 0 0 0;}
ul.bnr-rgt-list li{ width:33.333%; margin:0;}
ul.bnr-rgt-list li h3 { font-size: 35px; line-height: 40px;}
ul.bnr-rgt-list li p{font-size: 12px; line-height: 12px;padding: 5px 10px;border-radius: 30px;}

.section1{ padding:30px 0;}
.comn-hding {font-size: 26px;line-height: 30px;}
.s1-mid {margin-top: 20px;}
.comn-txt{font-size: 17px;line-height: 25px;margin-top: 15px;}
.s1-lft{margin-top: 25px;}
.s1-prd{ float:none; display:block; margin:0 auto; max-width:100%; width:280px;}
.s1-lft-bx{ width:100%; margin:0 0 0px 0;}
.s1-lft-bx-txt {font-size: 18px;line-height: 26px;padding: 10px 8px;}
ul.s1-list{ margin:10px 0 0;}
ul.s1-list li{ margin:15px 0 0; padding-left:35px;}
ul.s1-list li img{ width:25px;}
ul.s1-list li p {font-size: 18px;line-height: 25px; letter-spacing:0.3px;}
.s1-img { display: block; margin: 0 auto 0 -10px; width: calc(100% + 20px); max-width: unset;}
.section2{ padding:30px 0;}
ul.s2-list{ margin:25px 0 0;}
ul.s2-list li{ width:100%;}
ul.s2-list li h3 { font-size: 22px;line-height: 28px;}
ul.s2-list li p{ margin-top:10px;}
.s2-mid2{ margin-top:30px;}
.s2-mid2-hding { font-size: 19px;line-height: 26px; letter-spacing: 0.5px;}
ul.s2-list2{ margin:10px auto 0;justify-content: center;}
ul.s2-list2 li{ width:32%; padding:0 5px; margin-top:15px;}
ul.s2-list2 li img{ width:65px;}
ul.s2-list2 li p { font-size: 16px;line-height: 24px;margin-top: 5px;}

.section-3{ padding:30px 0 30px;overflow: hidden;}
.common-heading p { font-size: 24px; line-height: 38px;}
.s3-mid-row{margin: 24px 0 0; padding: 0 0px; justify-content: center;column-gap: 0;row-gap: 20px;}
.box1, .box2, .box3, .box4 { width: 100%; max-width: 355px;}
.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: 8px 10px 6px;}
.box4-imgdiv{ padding:0px 0;}
.box4-imgdiv:before{ height:155px;}
img.s1prd{ max-width:200px;}
a.select-btn{ width:100%;}


.sec4 { padding: 30px 0;}
.common_text { margin-top: 15px;}
.s4_mid{ width:calc(100% + 30px); margin-left:-15px;}
.s4_mid_col { width:250px !important; padding: 0px 20px;}
.s4_col_step:after {
	content: '';
	position: absolute;
	top: 17px;
	right: -70px;
	left: 185px;
	height: 3px;
	background: url(../images/s4-step-dot.png) repeat-x;
	display:none;
	}
.s4_col_step.no_dots:after{ display:none;}
.s4_col_head { font-size: 20px; line-height: 26px;}

.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{}
a.pg-btn p{}

}