@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: 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;}
a:hover {}
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;
	}
.age-pop-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0
}
.pop-up-bg {
	    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    margin: 0px;
    padding: 0px;
    z-index: 9999600;
    border: 0px;
    opacity: 0.3;
    background: #000;
}
.pop-up-bg-in {
	position: fixed;
    bottom: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: #141b38;
    transition: left 1s ease 0s;
    z-index: 10000010;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    justify-content: center;
}
.pop-up-left {
	width: 100% ;
	height: 100% ;
	position: fixed ;
	left: 0px ;
	top: 0px ;
	border: 0px;
	background-color: rgb(0, 0, 0) ;
	display: none ;
	opacity: 0.8 ;
	z-index: 10000001 ;
}
.pop-up-left-txt {
	font-size: 16px;
    box-sizing: initial;
    overflow-wrap: break-word;
    transition: left 1s ease 0s;
    display: flex;
    text-align: left;
    padding: 20px;
    line-height: 24px;
    color: #fff;
    float: left;
    width: 100%;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
	flex-wrap: wrap;
}
.pop-innr {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 200px);
}
.pop-btn {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
}
.pop-up-left-txt span{
	font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
    display: block;
	}
.pop-up-left-txt a{ text-decoration:underline;     display: inline-block; color: #fff}
.yes-btn, .no-btn {
    cursor: pointer;
    margin-top: 10px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    outline: none;
    box-shadow: none;
    background: #107b38;
    appearance: none;
    transition: left 1s ease 0s;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 5px;
    border: none;
}
.no-btn {
    background: #f00;
}
/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width:1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}

.header{
	float:left;
	width:100%;
	background:#fff;
	padding:10px 0;	
	}
.logoBox{
	float:left;
	text-align:left;
	}		
.logo{
	display:inline-block;
	vertical-align:middle;
	max-width: 220px;
	}
.logoBox p{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 38px;
	color: #333333;
	border-left: 1px solid #d7d7d7;
	padding-left: 10px;
	margin-left: 10px;
	}
a.nav-btn{
	float: right;
	color: #fff;
	background: #02c654;
	font-size: 16px;
	font-weight: bold;
	width: 170px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	margin-top: 7px;
	}	

/*============Bannr Section=============*/	
.banner-sec{
	background: url(../images/banner-bg.jpg) no-repeat center top;
	float: left;
	width: 100%;
	text-align: center;
	padding: 92px 0;
	height: 552px;
	}
.left-box {
	float: left;
	width: 49%;
	text-align: left;
}
.bnr-heading{
	    float: left;
    width: 100%;
    font-size: 48px;
    line-height: 58px;
    color: #1e2d50;
    font-weight: bold;
    text-transform: capitalize;
	}
.bnr_text {
        font-size: 18px;
    line-height: 28px;
    color: #000;
    /* letter-spacing: 0.3px; */
    padding-right: 0;
    margin-top: 25px;
    float: left;
    width: 100%;
}
.bnr-box{
	display:inline-block;
	vertical-align:middle;
	width:570px;
	background:rgba(18, 100, 158, 0.8);
	margin-top:60px;
	border-radius:5px;
	border:4px solid rgba(255,255,255,0.1);
	padding:30px 30px 30px;
	position:relative;
	}
.bnr-para{
	position:absolute;
	font-size:26px;
	line-height:26px;
	color:#fff;
	font-weight:500;
	padding:12px 20px;
	background:#4093cb;
	border-radius:4px;
	-webkit-box-shadow: 0 0 7px 1px rgba(0,0,0,0.2);
	box-shadow: 0 0 7px 1px rgba(0,0,0,0.2);
	left: 30px;
    top: -30px;
	letter-spacing:0.5px;
	}
.bnr-para:after{
	content:'';
	position:absolute;
	left:30px;
	bottom:-10px;
	border-top:10px solid #4093cb;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	}		
.compBtn-top{
	float: left;
    width: 100%;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 12px;
	}
	

.compBtn-top input[type="text"], .compBtn-top input[type="tel"], .compBtn-top textarea{
	padding:5px 15px;
    float: left;
    font-family:Tahoma, Geneva, sans-serif;
    font-weight: normal;
    font-size: 17px;
	line-height:24px;
    width: 48%;
    height: 55px;
    outline: none;
    border: none;
    background:#fff;
	border-radius:4px;
	letter-spacing:0.5px;
	}
.compBtn-top textarea{
	width:100%;
	min-height:100px;
}
.compBtn-top button{
	    float: right;
    height: 55px;
    background: #02c654;
    font-size: 20px;
    line-height: 55px;
    border: none;
    outline: none;
    /* font-family: 'Centra No2'; */
    font-weight: 700;
    color: #fff;
    width: 100%;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 10px;
	}
.compBtn-top button:after{
	content:'';
	display:inline-block;
	vertical-align:middle;
	border-left:8px solid #fff;
	border-top:8px solid transparent;
	border-bottom:8px solid transparent;
	margin-left:10px;
	}
a.opt-half{
	float:left;
	width:48%;
	position:relative;
	background:#ffffff;
	color:#000;
	font-family: 'Centra No2';
	font-size:20px;
	height:50px;
	font-weight:bold;
	padding:13px 10px;
	letter-spacing:0.5px;
	cursor:pointer;
	border-radius:3px;
	transition:all ease 0.3s;
	}
a.opt-half:last-child{float:right;}
a.opt-half:hover{
	background:#18b151;
	color:#fff;
	}
	
.bnr-secure{
	    width: 100%;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    position: relative;
    text-align: left;
    padding-left: 22px;
    line-height: 22px;
	}
.bnr-secure input[type=checkbox] {
    position: absolute;
    top: 5px;
    left: 0;
    appearance: none;
    -webkit-appearance: none;
    height: 13px;
    width: 13px;
    border: 1px solid #ccc;
    border-radius: 2px;
    outline: none;
    background: #f4f4f4;
    line-height: 15px;
}
.bnr-secure input[type=checkbox]:checked {
    background: #f4f4f4 url(../images/tick.png) center center no-repeat;
    background-size: 80%;
}
.bnr-secure img{
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
	margin-top:-4px;	
	}

/*============Bannr Strip=============*/
.bnrStrp{
	float:left;
	width:100%;
	text-align:center;
	background:#fff;
	text-align:center;
	} 
.strptxt{
	float:left;
	width:100%;
	background:url(../images/strp-bdr.png) center center no-repeat;
	font-size:20px;
	line-height:24px;
	color:#333333;
	font-weight:500;
	margin-top:20px;
	}
.strptxt span{
	display:inline-block;
	background:#fff;
	padding:0 15px;
	}
ul.strp-list{
	    float: left;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 18px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	}
ul.strp-list li{
	display: flex;
	vertical-align: middle;
	color: #000;
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
	/* letter-spacing: 0.5px; */
	text-align: left;
	width: 22%;
	border-right: 1px solid #e1e1e1;
	}
ul.strp-list li span{ font-weight:700; display:block;}
ul.strp-list li img{
	display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
}	
ul.strp-list li:last-child{ border:none;}	
	
/*============Sec1=============*/
.section1{
	float:left;
	width:100%;
	text-align:center;
	padding:40px 0 75px;
	}
.comon-heading{
	    float: left;
    width: 100%;
    font-size: 40px;
    line-height: 48px;
    color: #1e2d50;
    font-weight: 700;
	}
.s1-shp{
	max-width:100%;
	margin:28px auto 10px;
	display:block;
	}	
ul.sec1Box{
	float:left;
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding:0 20px;
	}
ul.sec1Box li{		
    float: left;
    width: 30.5%;
    text-align: left;
    background: #4a7ca7;
    border-radius: 10px;
    position: relative;
    padding: 25px 30px 25px;
	}
.stp-txt{
	float: left;
    width: 100%;
    font-size: 24px;
    color: #fff;
    line-height: 32px;
    font-weight: 700;
    text-transform: capitalize;
	}
.bdr{
	display:inline-block;
	vertical-align:middle;
	background:#92b0ca;
	width:52px;
	height:2px;
	}
.s1bx-para{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin-top: 15px;
	}
.arw-ln{
	max-width:100%;
	display:inline-block;
	vertical-align:middle;
	margin-top:18px;
	}
.s1-icns{
    position: absolute;
    top: 22px;
    right: 25px;
	}
a.comon-btn{
	display: inline-block;
    vertical-align: middle;
    color: #fff;
	text-align:center;
    background: #18b151;
    font-size: 24px;
    font-weight: bold;
    width: 335px;
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
    margin-top: 45px;
	}
a.comon-btn img{
	display:inline-block;
	vertical-align:middle;
	margin-left:17px;
	}			
	
/*============Common Bar Section=============*/	
.comon-bar-sec{
    float: left;
    width: 100%;
    position: relative;
	background:url(../images/comon-bar-img1.jpg) no-repeat center 90%;
	background-size:cover;
	padding:40px 0;
	}	
.comon-bar-sec2{
	float: left;
    width: 100%;
    position: relative;
	background:url(../images/comon-bar-img2.jpg) no-repeat center center;
	background-size:cover;
	padding:40px 0;
	}
.comon-bar-cont{
	width: 50%;
    padding:50px 48px;
    text-align: left;
	background:#fff;
	border-radius:15px;
	}
.fl{ float:left;}
.fr{float:right;}
.comon-para{
	float: left;
	width: 100%;
	font-size: 18px;
	color: #000000;
	line-height: 28px;
	}
.cmn-ptop{ margin-top:20px;}	
a.bar-btn{ margin-top:35px;}	

/*============Sec2=============*/
.section2{
	float:left;
	width:100%;
	text-align:center;
	padding:60px 0 75px;
	}
.sec2-para{
	float:left;
	width:100%;
	font-size: 18px;
    line-height: 28px;
	color:#000;
	margin-top:20px;
	}
ul.s2-list{
	float:left;
	width:100%;
	text-align:center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding:0 40px;
	margin-top:40px;
	position:relative;
	}
ul.s2-list:after{
    content: "";
    position: absolute;
    top: 50%;
    right: 40px;
	left:40px;
    border-top: 4px dotted #c4d5e4;
	}	
ul.s2-list li{		
    float: left;
    width: 21%;
    background: #f9fdff;
	border:1px solid #e1e1e1;
    border-radius: 10px;
    position: relative;
    padding: 25px;
	box-shadow:0 0 8px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 8px 0 rgba(0,0,0,0.1);
	z-index:1;
	}	
ul.s2-list li img{
	width:60px;
	display:inline-block;
	vertical-align:middle;
	}
ul.s2-list li p{
	    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    font-weight: 600;
    margin-top: 15px;
	}
	
/*============Common Bar Section2=============*/	
.comon-bar-sec2 .comn-bar-img-bx{
	background:url(../images/comon-bar-img2.jpg)#f5f5f5 no-repeat right center;
	background-size:cover;
	left:auto;	
	right:0;
	}
	
/*============Sec3=============*/
.section3{
	float:left;
	width:100%;
	text-align:center;
	padding:60px 0;
	background:#edf8ff;
	}
ul.s3-list{
	float:left;
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding:0 0px;
	margin-top:40px;
	}
ul.s3-list li:after{
        content: "";
    position: absolute;
    top: 70px;
    right: -15px;
    background: url(../images/s3-plus-bdr.png) no-repeat center center;
    width: 28px;
    height: 180px;
	}	
ul.s3-list li:last-child:after{ background:none;}	
ul.s3-list li{		
    float: left;
    width: 33.33%;
    text-align: center;
    border-radius: 10px;
    position: relative;
    padding: 0 15px;
	}
ul.s3-list li img{
	max-width:100%;
	display:inline-block;
	vertical-align:middle;
	}
ul.s3-list li span{
	    float: left;
    width: 100%;
    font-size: 24px;
    color: #000000;
    font-weight: 700;
    margin-top: 15px;
	}
ul.s3-list li p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#000000;
	margin-top:10px;
	}
a.s3-btn{ margin-top:40px;}

/*============Sec4=============*/
.section4{
float: left;
width: 100%;
background: #3d77a8;
text-align: center;
padding: 60px 0;
	}
.section4 .comon-heading{ color:#fefefe;}
.s4-para{
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 26px;
	color: #fefefe;
	font-weight: 400;
	}
.s4-para span{ 
	color:#ff9600;
	text-decoration:underline;
	}	
.s4-compBtn{ margin-top:35px;}			
.s4-secure{
	width:100%;
	display:inline-block;
	vertical-align:middle;
	font-size:14px;
	color:#cac9c9;
	margin-top:20px;
	}
.s4-secure img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 5px 0 0;	
	}

.compBtn{
    display: inline-block;
    vertical-align: middle;
    max-width: 440px;
    width: 100%;
	height:60px;
    border: 1px solid #37bb68;
    border-radius: 30px;
    overflow: hidden;
    margin-top: 25px;
	}
.compBtn input[type="tel"]{
	padding: 9px 20px 11px 55px;
    float: left;
    font-family: Tahoma, Geneva, sans-serif;
    letter-spacing: 0.5px;
    font-size: 17px;
    line-height: 40px;
    width: 53%;
    outline: none;
    border: none;
    background: url(../images/zip-icn.png) 28px 19px no-repeat #fff;
	}
.compBtn button{
	float: right;
    background: #18b151;
    font-size: 18px;
    line-height: 27px;
    border: none;
    outline: none;
    font-family: 'Centra No2';
    font-weight: 500;
    color: #fff;
    padding: 16px 0;
    width: 47%;
    cursor: pointer;
	}

.contact-details{
	width: 100%;
	margin: 50px auto 0;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}	
.contact-details li{
	text-align: left;
    position: relative;
    padding: 0 20px 0 0;
    width: 32%;
	}
.contact-details li:after{
	content:'';
	position:absolute;
	right:5px;
	top:0;
	bottom:0;
	background:#d7d7d7;
	width:1px;
	}
.contact-details li:last-child:after{ display:none;}	
.cont-det-top{
	float:left;
	width:100%;		
	}	
.cont-det-top img{
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
	}
.cont-det-top span{
	display:inline-block;
	vertical-align:middle;
	font-size:22px;
	line-height:24px;
	color:#fff;
	font-weight:500;
	}
.contact-details li p{
	float:left;
	width:100%;		
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
    margin-top: 15px;
    color: #fff;	
	}

.pespond_txt{
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	text-align: left;
	padding: 20px;
	margin-top: 30px;
}
.box-hed{
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    line-height: 24px;
    color: #000;
    font-weight: 500;
}
.respond_bx {
    float: left;
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.respond_bx p{
	    width: 32%;
    display: flex;
    justify-content: space-between;
    border: 1px solid #d2d2d2;
    padding: 10px;
    background: #1a68a0;
    text-transform: capitalize;
	color:#fff;
}
.respond_bx p span{ font-weight:600;}	

/*TERMS- PRIVACY*/

.prodBreadcrm {
	padding: 10px 0;
	text-align: left;
	float: left;
	width: 100%;
	background: #e3f5ff;
	font-size: 14px;
}
.prodBreadcrm p, .prodBreadcrm a{
	color:#515151;
}

.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: 10px 20px 10px;
    font-size: 22px;
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 700;
    border: 2px solid #1e2d50;
    border-style: solid;
    border-width: 2px;
}
.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(249 246 244);
    border-width: 1px;
    float: left;
    width: 100%;
    padding: 15px;
    border: 1px solid #f49b51;
    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:17px;
	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: #02c654;
    font-size: 21px;
    line-height: 64px;
    letter-spacing: 0.5px;
    color: #fff;
    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;
}

/*-----------------------
		Footer
------------------------*/
.footer{
	    float: left;
    width: 100%;
    text-align: center;
    padding: 50px 0 40px;
    border-top: 1px solid #1a68a0;
	}
.ftr-logo{
	display: inline-block;
    vertical-align: middle;
    max-width: 200px;
	}	
.lgo-t{
	float: left;
	width: 100%;
	font-size: 16px;
	color: #333333;
	margin: 15px 0;
	}		
.ftr-txt{
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	}	
.footer p a{
	text-decoration: none;
	color: #333333;
	padding: 0 5px;
	}																					
.forMob,.forTab{display:none;}
.forDesk{display:block;}
/*==============Media=============*/

@media only screen and (max-width:1187px){
.container{ width:1004px;}

.left-box{ width: 54%;}
.bnr-heading{font-size: 46px; line-height: 56px;}

ul.strp-list li{width: 24%;}

.s1-shp{ width:700px;}

ul.sec1Box li{width: 32.5%; padding: 25px 20px 25px;}

.cont-s1-block{ padding:0;}
.cont-s2-block{ padding:0;}
.contact-details li{ padding:0 40px;}

}

@media only screen and (max-width:1021px){
.container{ width:750px;}
.forDesk{ display:none;}
.forTab{ display:block;}

.logo{ width: 180px; margin-top: 3px;}
.logoBox p{ font-size:18px;}

.banner-sec{ height:auto; background-size:cover; padding: 40px 0 50px;}
.bnr-heading{ font-size:38px; line-height:48px;}
.bnr_text{margin-top: 15px;}
a.bar-btn {margin-top: 25px;}

ul.strp-list li {width: 44%;}
ul.strp-list{ row-gap:20px;}
.stp-txt {font-size: 22px; line-height: 30px;}

.section1{ padding:40px 0 60px;}
.comon-heading{ font-size:30px; line-height:40px;}
ul.sec1Box{ padding:0;}
ul.sec1Box li{ padding:20px;}
.stp-txt{ font-size:26px;}
.s1-icns{ width:65px;}
.s1bx-para{ padding-right: 0;}
.s1-shp{ width: 545px; margin: 20px auto 10px;}

.comon-bar-cont{ padding:30px; width:55%;}
.comon-para{ font-size:18px; line-height:26px;}
a.comon-btn{ width:312px;}

.section2{ padding:40px 0 60px;}
.sec2-para{ font-size:18px; line-height:26px;}
ul.s2-list{ padding:0; margin-top:40px;}
ul.s2-list li{ padding:20px 10px;}
ul.s2-list li img{ width:45px;}
ul.s2-list li p{ font-size:17px; line-height:26px;}

.section3{ padding:40px 0 60px;}
ul.s3-list{ padding:0;}
ul.s3-list li{ padding:0 10px;}
ul.s3-list li span{ font-size:22px;}
ul.s3-list li p{ font-size:18px; line-height:26px;}

.section4{ padding:50px 0;}

.cont-s1-box{ width:49%; margin:8px 0; padding:20px 10px 25px 70px;}
.cont-s1-icns{ left: 15px; width: 40px;}
.cont-bx-head{ font-size:20px; line-height:26px;}
.cont-bx-list li a{ font-size:14px; line-height:16px;}
.cont-bx-para{ font-size:16px; line-height:24px;}
.contact-details li{ padding:0 15px;}
.contact-details li:nth-child(1){ padding:0 10px;}
.contact-details li p{ font-size:15px; line-height:25px;}
}


@media only screen and (max-width:767px){
.container{ width:100%; max-width:600px; padding:0 10px;}

.forMob{ display:block;}
.forDesk{ display:none;}
.hide-mob{ display:none;}

.pop-innr{ width:100%;}

.logoBox{ float:left; width:100%; text-align:center;}
.logo{ width: 140px;}
.logoBox p{font-size: 13px; line-height: 17px; text-align: left; margin-left: 5px; padding-left: 10px; padding-top:2px;}

.left-box{ width: 100%;}
.banner-sec{ background: #e3f5ff; padding: 10px 0 0; background-size: cover;}
.bnr-heading{ font-size: 30px; line-height: 38px; margin-top: 10px;}
.bnr-box{width:100%; padding: 10px 10px; margin-top:45px;}
.bnr-para{left:10px; right:10px; text-align:left; padding:10px; font-size:17px;}
.compBtn-top input[type="tel"]{width:100%;}
.compBtn-top button{width:100%; margin-top:10px; font-size:20px;}
.bnr-secure{text-align:left; position:relative; padding-left:20px; margin-top:15px; font-size:13px;}
.bnr-secure img{position:absolute; left:0; top:2px;}
.bnr_text{ font-size: 16px; line-height: 24px;}
.bnr-bg-m {width: calc(100% + 20px); margin-left: -10px; margin-top: 20px; display: inline-block;}

.strptxt{ font-size:16px; margin-top:12px;}
.strptxt span{ padding:0 5px;}
ul.strp-list{ margin-top:5px; padding-bottom:12px;}
ul.strp-list li{  width: 50%; margin-top: 10px; font-size: 16px; line-height: 24px; flex-wrap: wrap; text-align:center;}
ul.strp-list li img{ margin: 0 auto 5px; width: 40px; display: block;}
ul.strp-list li p{ width:100%;}
ul.strp-list li:nth-child(2){ border:none;}

.section1{ padding:20px 0 30px;}
.comon-heading{ font-size: 26px; line-height: 34px;}
.comon-para {font-size: 16px; line-height: 24px;}
ul.sec1Box li{ width:100%; margin-top:20px; padding:15px;}
.stp-txt{ font-size: 20px; line-height: 28px;}
.s1bx-para{ font-size:16px; line-height:24px; margin-top:5px;}
.s1-icns{ width: 85px; top: 28px; right: 15px;}
a.comon-btn{ font-size: 20px; height: 60px; line-height: 60px; width: 90%; margin-top:22px;}


.comon-bar-sec{padding:20px 0 200px; background:url(../images/comon-bar-img1-mob.jpg) no-repeat center bottom; background-size:cover;}
.comon-bar-sec2{padding:20px 0 200px; background:url(../images/comon-bar-img2-mob.jpg) no-repeat center bottom; background-size:cover;}
.comon-bar-cont{width:100%; padding:25px; text-align:center;}
.comon-bar-cont .comon-heading{ font-size: 24px; line-height: 32px;}
.cmn-ptop{ margin-top:10px;}

.section2{ padding:20px 0 30px;}
.sec2-para{ margin-top:15px;}
ul.s2-list{ margin-top:0;}
ul.s2-list li{ width:47.2%; margin-top:20px;}
ul.s2-list:after{ display:none;}
ul.s2-list li p{ line-height: 24px; margin-top: 10px;}

.section3{ padding:20px 0 30px;}
ul.s3-list{ margin-top:-5px;}
ul.s3-list li{ width:100%; margin-top:25px;}
ul.s3-list li:after{ display:none;}
ul.s3-list li img{ width:80px;}
ul.s3-list li span{ font-size: 20px; margin-top: 12px;}
ul.s3-list li p{ margin-top:8px; font-size: 16px; line-height: 24px;}

.section4{ padding:20px 0 30px;}
.s4-para{ font-size: 16px; line-height: 24px; margin-top:8px;}
.s4-secure{ font-size:13px; margin-top:14px;}
.compBtn{ max-width: 90%; height: 50px; margin-top: 22px; margin-top:22px;}
.compBtn input[type="tel"]{ background: url(../images/zip-icn.png) 16px 17px no-repeat #fff; width:48%; padding:4px 20px 5px 40px;}
.compBtn button{ font-size:15px; width:52%; padding:11px 0; height:50px;}

.contact-details{ display:inline-block; vertical-align:top; margin-top:15px;}
.contact-details li{ float:left; width:100%; margin-top:0; border-bottom: 1px solid #d7d7d7; padding:15px 10px;}
.contact-details li:after{ display:none;}
.contact-details li:nth-child(1){ padding:15px 10px;}
.cont-det-top img{ width:35px; margin-right:10px;}
.cont-det-top span{ font-size:20px; line-height:22px;}
.contact-details li p{ margin-top:10px;}
.compBtn-top input[type="text"], .compBtn-top input[type="tel"]{ width:100%;}

.respond_bx p{ width:100%;}
.pespond_txt{ padding:10px;}


.footer{ padding:20px 0 30px;}
.ftr-logo{ width:140px;}
.lgo-t{ margin:12px 0;}
.ftr-txt{ font-size:12px; line-height:20px; letter-spacing:-0.1px;}
.footer p a{ padding:0 2px;}

}