@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; 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;
	}
.fl{ float:left;}
.fr{ float:right;}

.show-tab, .show-mob{ display:none;}
.show-desk{ display:block;}
.hide-desk{ display:none;}

/*====MAIN CSS START====*/
.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
.top-strip{
	float:left;
	width:100%;
	background:#010101;
	padding:6px 0;
	}
.top-strip p{
	font-size:14px;
	line-height:14px;
	color:#fff;
	font-weight:400;
	letter-spacing:0.5px;
	float:left;
	padding:4px 0;
	}
ul.stripList{
	float:right;
	}
ul.stripList li{
	display:inline-block;
	vertical-align:middle;
	padding:0 10px;
	}
ul.stripList li a{
	font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.5px;
	}
ul.stripList li a img{
	display:inline-block;
	vertical-align:middle;
	margin:-6px 5px 0 0;
	}
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:75px;
	}
.header{
	float:left;
	width:100%;
	background:#ffffff;
	height:75px;
	padding:9px 0;
	margin-top:-75px;
	top:75px;
	position:relative;
	-webkit-box-shadow:0 4px 4px 0 rgba(0,0,0,0.2);
	box-shadow:0 4px 4px 0 rgba(0,0,0,0.2);
	}
.fixed-nav .header{
	position: fixed;
	z-index:65;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	-webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,0.2);
	box-shadow: 0 4px 4px 0 rgba(0,0,0,0.2);
	}				
.logo{
	float: left;
    max-width: 256px;
    margin: 7px 0 0;
	}
ul.topMenu{
	float:right;
	margin: 19px 0 0 0;
	}
ul.topMenu li{
	float:left;
	padding:0px 15px;
	position:relative;
	}
ul.topMenu li a{
	color: #293351;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
	}
ul.topMenu li:after {
	position: absolute;
    content: '';
	height:auto;
	border-right:1px solid #000;
    top: 0px;
    bottom: 0px;
    right: 0;
}
ul.topMenu li:last-child:after{ display:none;}
.d-menu-ic {
	display: inline-block;
	vertical-align: middle;
	}
ul.topMenu li a:hover, ul.topMenu li a.active{color:#662d91;}
a.header-btn{
    float:right;
    color:#fff;
    font-size:16px;
    text-align: center;
    width:152px;
    height:40px;
    line-height:40px;
	border-radius:50px;
	margin-top:9px;
	letter-spacing:0.5px;
	font-weight:400;
	background:#ec7d03;
	}
a.header-btn:hover{ background:#f76d01; color:#fff;}

/*==mob-mnu-ic==*/	
.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:25px;
	height:3px;
	    background-color: #662d91;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	}
.bar2{margin:5px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-5px, 5px);
	transform: rotate(-45deg) translate(-5px, 5px);
	background:#81b653;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-6px, -6px);
	transform: rotate(45deg) translate(-6px, -6px);
	background:#81b653;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:98px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	}
.mobimenu-top{ top:65px;}	
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #dddddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:18px 20px 15px;
	font-size:16px;
	line-height:16px;
	color:#000;
	font-weight:500;
	}	
.mobilemenu li a:hover{color:#000;}

/*==============banner===============*/
.banner{
	float: left;
    width: 100%;
    padding: 50px 0px;
    background-size: cover;
    position: relative;
	background:#f7f6f6;
	}
.bnr-lft{
	float:left;
    width: 100%;
    text-align: center;
    margin: 0px 0 0 0;
	}

.bnr-txt1{
	font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #2c2c2c;
	}
.bnr-txt1 img{
	display: inline-block;
    vertical-align: middle;
    margin: -3px 5px 0;
	width:100px;
	}					
.bnr-hding{
	    font-size: 55px;
    color: #01061c;
    line-height: 66px;
    font-weight: 700;
    margin-top: 0px;
	text-transform: capitalize;
	
	}

.bnr-hding span{
	display: block;
    font-size: 40px;
    line-height: 55px;
    font-weight: 500;
	}
.bnr-prd{
       max-width: 100%;
    display: inline-block;
    margin: 10px 0 0 0;
	}
.bnr-txt{
	    display: inline-block;
    font-size: 20px;
    line-height: 32px;
    color: #313131;
    margin-top: 20px;
    width: 80%;
	}
		
.btn-box {
   display: inline-block;
    vertical-align: middle;
    margin-top: 30px;
    text-align: center;
    width: 300px;
    max-width: 100%;
	}
a.comn-btn, .comn-button {
	    display: block;
    width: 100%;
    margin: 0px auto 0;
    border-radius: 50px;
    height: 52px;
    overflow: hidden;
    color: #ffffff;
    font-size: 20px;
    line-height: 52px;
    position: relative;
    background: #662d91;
    font-weight: 700;
    border-bottom: 0px solid #3abfce;
    text-shadow: 0px 0px 0px rgba(0,0,0,0.2);
    text-transform: capitalize;
	}
.bnr-uls{
    float: left;
    width: 100%;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
    column-gap: 13px;

	}
.bnr-uls li{
    float: left;
    width: 32%;
	}
.bnr-uls li img{
	display:block;
	margin:0 auto;
	}	
/*====Section1====*/
/*-----------------------
CSS FOR BANNER BTM Strip
-------------------------*/
.bnrstrip{
	float:left;
	width:100%;
	background:#662d91;
	padding:40px 0 40px;
	}
.bnrstrip .hdng1{ color:#fff;}	
.bnr_strp-lft{
	float: left;
    width: 43%;
    height: 542px;
    position: relative;
	}
.bnr-btm_img {
	    position: absolute;
    top: -16px;
    left: -40px;
    bottom: 0;
}
.bnr_strp-rit{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0;
	}

ul.bnrstrip-list{
    float: left;
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
    column-gap: 10px;
	}
ul.bnrstrip-list li{
	float: left;
    width: 19%;
    text-align: center;
    position: relative;
    padding: 0 0 0 0;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    font-weight: 300;
	}			
ul.bnrstrip-list li img{
	    display: block;
		margin:0 auto 15px;
	}
/*-----------------------
CSS FOR BANNER-Strip
-------------------------*/	
.sec-3{
	float:left;
	width:100%;
	height: auto;
	padding:40px 0;
	}
.sec3-uls{
    float: left;
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
    column-gap: 13px;

	}
.sec3-uls li{
         float: left;
    width: 49%;
    font-size: 18px;
    position: relative;
    color: #020202;
    line-height: 30px;
    border-radius: 20px;
    padding: 27px 9px 32px 234px;
    background: #fff1e9;
    text-align: left;
    height: auto;
	}
.sec3-uls li span{
	display: block;
    font-size: 21px;
    line-height: 42px;
    font-weight: 700;
	}	

.s3-li-img{
	position: absolute;
    top: 35px;
    left: 20px;
    max-width: 35%;
	}
.sec3-uls li:last-child	img{
	left:auto;
	right:20px;
	}
.sec3-uls li:last-child	{
	text-align: right;
    padding: 32px 247px 61px 22px;}
				

/*==============section1===============*/
.section1{
	float: left;
    width: 100%;
    text-align: left;
    padding: 40px 0;
	}
.s1-mid{
	display: inline-block;
    width: 100%;
    position: relative;
	}
.s1-mid_lft{
	float: right;
    width: 49%;
    text-align: left;
    margin: 35px 0 0 0;
	}
.s1-mid_rit{
	float:right;
	width:52%;
	text-align:left;
	}
.s1-mid .btn-box{ margin-top:20px;}	
	
.s1-img{
	float:left;
	margin:40px 0 0 0;
	max-width:100%;
	}
	
.s1uls, .s1uls2{
    float: left;
    width: 100%;
    margin: 70px 0 0;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 15px;
    row-gap: 20px;
	}

.s1uls li{
        float: left;
    width: 32%;
    margin: 0px 0 0;
    border-radius: 22px;
    background: #fff1e9;
    padding: 25px 25px;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #2c2c2c;
    position: relative;
	}		
.s1uls li span{
    display: block;
    font-size: 20px;
    line-height: 28px;
    color: #2c2c2c;
    padding: 0px 0px;
    position: relative;
    margin-bottom: 12px;
    font-weight: 600;
}

.s1-li-tik{
	display:block;
	margin:0 auto 10px;
	}				


	
/*====Section3====*/
.section2{
	float:left;
	width:100%;
	padding:50px 0 50px;
	position:relative;
	text-align:center;
	}
.s2_mid{
    display: inline-block;
    width: 100%;
    text-align: center;
	background:#ffffff;
	border-radius:30px;
	padding:30px;
	}
.s2-lft{
	float:left;
	width:47%;
	text-align:left;
	padding:30px 0 0;
	}
.hdng1 {
    font-size: 40px;
    line-height: 52px;
    color: #2c2c2c;
    margin: 0 0px;
    font-weight: 700;
    text-transform: capitalize;
}
.hdng1 span{
	    display: block;
    font-size: 28px;
    line-height: 47px;
		}	
.s2-glass{
	float:right;
	margin:0 0 0 0;
	}
.comn-txt {
    font-size: 19px;
    line-height: 30px;
    letter-spacing: 0;
    color: #2c2c2c;
    margin-top: 15px;
    font-weight: 400;
    display: inline-block;
    width: 100%;
}	

/*====Section4====*/
.section4{
	float:left;
	width:100%;
	padding:55px 0 70px;
	background:#fff;
	overflow:hidden;
	}
.portal-box{
	float:left;
	width:100%;
	margin-top:45px;
	}
.manage-track-box{
	width:49%;
	position:relative;
	background:#f3fbff;
	}
.manage-track-box.fl{
	padding:40px 40px 40px 0;
	}
.manage-track-box.fr{
	padding:40px 0 40px 40px;
	background:#f3f8ff;
	}
.manage-track-box:before{
	position:absolute;
	top:0;
	content:"";
	left:-40px;
	background:#f3fbff;
	bottom:0;
	right:0;
	}
.manage-track-box.fr:before{
	left:0;
	right:-40px;
	background:#f3f8ff;
	}
.track-box-inner{
	float:left;
	width:100%;
	position:relative;
	z-index:1;
	}
.track-boxleft{
	position:absolute;
	left:-20px;
	top:50%;
	transform:translateY(-50%);
	}
.manage-track-box.fr .track-boxleft{ left:-25px;}
.s4-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.track-boxright{
	float:right;
	width:calc(100% - 240px);
	}
.track-right-col{
	float:left;
	width:100%;
	text-align:left;
	padding:20px 0;
	position:relative;
	z-index:1;
	border-bottom:1px solid #cde8f6;
	padding-left:20px;
	}
.track-right-col:first-child{ padding-top:0;}
.track-right-col:last-child{ padding-bottom:0; border-bottom:none;}
.track-right-col img{
	position:absolute;
	right:-20px;
	top:25px;
	}
.manage-track-box.fr .track-right-col img{ right:-15px; top:20px;}
.track-right-col:first-child img{ top:5px;}
.manage-track-box.fr .track-right-col:first-child img{ top:5px;}
.track-right-col span{
	float:left;
	width:100%;
	font-size:22px;
	line-height:28px;
	color:#253050;
	font-weight:500;
	}
.track-right-col p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#47587b;
	margin-top:8px;
	}
	
/*====Section5====*/
.section5{
	float:left;
	width:100%;
	padding:60px 0 60px 0;
	overflow:hidden;
	}
.section5 .prd-txt2 {
    min-height: auto;
}
.s5-innr{
	display:inline-block;
    width: 100%;
    text-align: center;
    position: relative;
	}
.s5-innr .common-text { width: 78%;}
.s5-left{
	float: left;
    width: 56%;
    text-align: left;
    position: relative;
	}
.s5-text1{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#253050;
	font-weight:normal;
	padding-bottom:10px;
	}
.s5-img-right{
	position:absolute;
	right:-530px;
	top:-35px;
	}
	
/*====Section6====*/
.section6{
	float: left;
    width: 100%;
    padding: 30px 0 34px;
    background: #fff;
    overflow: hidden;
	}
.s6-doct-img{
	position:absolute;
	top:0;
	left:-60px;
	}
.s6-right{
	    float: right;
    width: 51%;
    text-align: left;
    margin-top: 35px;
	}
ul.s6-right-list{
	float:left;
	width:100%;
	margin-top:15px;
	padding-bottom:20px;
	}
ul.s6-right-list li{
	    float: left;
    width: 100%;
    margin-top: 25px;
    text-align: left;
    padding-left: 100px;
    position: relative;
	}
ul.s6-right-list li img{
	position:absolute;
	left:0;
	top:0;
	}
ul.s6-right-list li span{
	float:left;
	width:100%;
	font-size:26px;
	line-height:32px;
	color:#253050;
	}
ul.s6-right-list li p{
	float:left;
	width:100%;
	font-size:20px;
	line-height:28px;
	color:#47587b;
	margin-top:10px;
	}
	
/*====Section7====*/
.section7{
	float:left;
	width:100%;
	padding:60px 0;
	background:#e6f6ff;
	overflow:hidden;
	}
.compare-chart{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:970px;
	margin-top:40px;
	}
.comp-col1, .comp-col2, .comp-col3{ float:left;}
.comp-col1{
	width:48%;
	text-align:left;
	}
.row{
	float:left;
	width:100%;
	height:65px;
	padding:0 20px 0 35px;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	}
.comp-col1 .row{border-radius:15px 0 0 15px;}
.row:nth-child(even){ background:#fff;}	
.row p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#081936;
	font-weight:500;
	}
.comp-col2{
	width:26%;
	background:rgba(74,171,2260,0.1);
	border-radius:20px;
	}
.comp-col2 .row:nth-child(even){ background:rgba(255,255,255,0.4);}
.comp-col3{ background:none; border-radius:0;}
.comp-col3 .row{ border-radius:0 15px 15px 0; opacity:1;}
.row:nth-child(1){ height:90px; padding:20px 0;}	
.row .comp-logo{ display:block; margin:2px auto 0; max-width:100%;}
.row:nth-child(9){ height:100px;padding:10px 20px;}	
.row:nth-child(9) a.comn-button{ opacity:1; margin-top:15px; height:50px; line-height:50px;}	
.comp-col3 .row:nth-child(even){ background:#fff;}	
.comp-img{
	display:block;
	margin:0 auto;
	}	
.comp-col3 .row p{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	font-weight:bold;
	color:#253050;
	}	
	
/*====Section8====*/
.section8{
	float:left;
	width:100%;
	padding:75px 0;
	background:#fff;
	overflow:hidden;
	}	
.s8-cont{
	float:left;
	width:27%;
	text-align:left;
	padding:25px 0;
	}
.s8-rgt{
	float:right;
	width:70%;
	padding:0 25px;
	}		
.s8-product-wrap{
    float:left;
    width:1300px;
	}
.s8-product-col{
	float: left;
    text-align:left;
    width: 370px;
	padding:25px 20px 30px;
	border-radius:15px;
	box-shadow:0 6px 9px 4px rgba(83,167,231,0.1);
	-webkit-box-shadow:0 6px 9px 4px rgba(83,167,231,0.1);
	}
.s8-col-top{
	float:left;
	width:100%;
	padding:14px 10px 18px 65px;
	position:relative;
	}
.s8-col-img{
	position:absolute;
	left:0;
	top:0;
	border-radius:50%;
	}
.s8-star{
	display:inline-block;
	vertical-align:middle;
	}
.s8-product-col .common-text{ margin-top:20px;}
.name-text{
	float:left;
	width:100%;
	font-size:14px;
	line-height:14px;
	color:#081936;
	font-weight:normal;
	margin-top:20px;
	}
.name-text img{
	display:inline-block;
	vertical-align:top;
	margin:2px 5px 0 12px;
	}
.name-text span{
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	}

/*====Section9====*/
.section9{
	float:left;
	width:100%;
	padding:60px 0;
	background:#e6f6ff;
	overflow:hidden;
	}
.faq-container{
	display:inline-block;
	vertical-align:top;
	max-width:990px;
	width:100%;
	margin:25px 0;
	}	
.up-slide-dwn{
	float:left;
	width:100%;
	background:#fff;
	border-radius:8px;
	-webkit-box-shadow:0 9px 9px 2px rgba(0,0,0,0.1);
	box-shadow:0 9px 9px 2px rgba(0,0,0,0.1);
	margin-top:25px;
	padding:10px 10px 15px;
	}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close.png) no-repeat 98% center;
	padding:13px 45px 10px 15px;
	font-size:20px;
	line-height:26px;
	font-weight:500;
	color:#072035;
	letter-spacing:0.5px;
	cursor:pointer;
	position:relative;
	}
.accordion.last{border-bottom:none;}
.acdn-heading.accordion-open{
	background:url(../images/open.png) no-repeat 98% center;
	border:none;
	}
.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	padding:0 40px 20px 15px;
	}
.acdn-para{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	letter-spacing:0.5px;
	color:#000000;
	margin-top:20px;
	font-weight:300;
	}
	
/*====mail-strip====*/
.mail-strip{
	float:left;
	width:100%;
	background:#253050;
	position:relative;
	padding:30px 0;
	}
.mail-strip-row{
	display:inline-block;
	vertical-align:middle;
	max-width:1100px;
	width:100%;
	}
.mail-strp-lft{
	float:left;
	width:58%;
	text-align:left;
	padding:10px 0;
	}
.mail-strp-lft p{
	float: left;
    width: 100%;
    font-size:26px;
    line-height:32px;
    color: #ffffff;
	letter-spacing:0.5px;
	}
.mail-field {
    float: right;
    width:37%;
    height:55px;
	overflow:hidden;
	background:#fff;
	border-radius:5px;
	padding:3px;
	}
.mail-field input {
    float: left;
    width:calc(100% - 155px);
    border: none;
    outline: none;
    color: #000;
    font-size:18px;
    height:100%;
    padding: 0 20px;
	background:#fff;
	border:1px solid #ffffff;
	border-radius:0;
	}
.mail-field input::placeholder{
	color:#474747;
	letter-spacing:0.5px;
	}
.signUp {
    float: right;
    width:130px;
    text-align: center;
    background: #22bc33;
	border-radius:5px;
    height: 100%;
	font-size:16px;
	line-height:50px;
	font-weight:500;
	letter-spacing:0.5px;
	color:#fff;
	-webkit-appearance:none;
	border:none;
	}
a.signUp img {
    display: block;
    margin: 26px auto;
	}	
	
/*====CSS For Footerlink====*/
.ftr-links-sec {
    float: left;
    width: 100%;
    background: #f6f6f6;
	padding:60px 0;
	}
.ftr-links-inr{
	float: left;
    width: 100%;
	text-align:left;
	padding-bottom:20px;
	border-bottom:1px solid #dddddd;
	}
.ftr-links-col{
	float:left;
	    width: 50%;
	}
.ftr-links-col-2{
	width:21%;
	}
.ftr-links-col-3{
	width:21%;
	}
.ftr-links-col-4{
	width:30%;
	padding-left:45px;
	}
.ftr-log{
	max-width:170px;
	}
.ftr-links-hd {
	float: left;
    width: 100%;
    font-size:20px;
    line-height: 26px;
    color: #0d0d0d;
    font-weight: bold;
    margin-bottom: 10px;
	font-family: 'Roboto Slab', serif;
}
.ftr-links-list{
	float:left;
	width:100%;
	margin-top:0px;
	}
.ftr-links-list li{
	float:left;
	width:100%;
	margin:10px 0 0;
	font-size:16px;
	line-height:22px;
	color:#0d0d0d;
	text-align:left;
	letter-spacing:0.3px;
	}
.ftr-links-list li a{color:#0d0d0d;}
ul.scl-list{
	float:left;
	width:100%;
	margin:20px 0 0;
	text-align:left;
	}
ul.scl-list li{
	display:inline-block;
	vertical-align:middle;
	margin:0 8px 0 0;
	}
ul.scl-list li img{
	width:29px;
	}
.disclmr-txt{
	float:left;
	width:100%;
	margin:20px 0 0;
	font-size:14px;
	line-height:22px;
	color:#747474;
	}
.ftr-log-tx{
	font-size:18px;
	line-height:26px;
	margin-top:10px;
	color:#0d0d0d;
	}
.ftr-links-col-4 .ftr-links-list li{
	padding-left:0px;
	position:relative;
	margin-top:12px;
	}
.ftr-links-col-4 .ftr-links-list li a{
	word-break:break-all;
	}
.ftr-links-col-4 .ftr-links-list li img{
	position:absolute;
	left:0;
	top:0;
	}
.ftr-tx{
	font-size:16px;
	line-height:22px;
	float:left;
	margin:25px 0 0;
	color:#333333;
	}
.ftr-tx a{color:#0d0d0d; padding: 0 4px;}	
.footer-txt{
	float: right;
    text-align: center;
    margin-top: 25px;
	}

/*==============================
CONTACT_PAGE
===================================*/
.menufacture-sec1{
	    float: left;
    width: 100%;
    padding: 30px 0 10px;
	}
.menufacture-sec1 .prodBreadcrm{ padding-bottom:40px;}
.contact-sec{
	float:left;
	width:100%;
	padding:0 0 80px;
	}
.contact-Box{
	float: left;
    width: 100%;
    box-shadow: 0 0 10px 1px rgb(247 248 255);
    margin-top: -40px;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}
.cntct-lft{
	float:left;
	width:50%;
	padding:40px;
	text-align:left;
	}
.cntct-hdng {
    color: #010101;
    font-size:30px;
    line-height: 36px;
    float: left;
    width: 100%;
    font-weight: 600;
	font-family: 'Roboto Slab', serif;
}
ul.cntct-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;
    row-gap: 20px;
    margin-top: 20px;
}
ul.cntct-list li{
	float: left;
    width: 100%;
    padding: 0 0 0 50px;
    position: relative;
}
.sms-icon{
	position:absolute;
	left:0;
	top:6px;
	}
.contct-txt1{
	float: left;
    width: 100%;
    font-size:24px;
    color: #010101;
    line-height:30px;
	}
.contct-txt2{
	    float: left;
    width: 100%;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
	}
.contct-txt3{
	    float: left;
    width: 100%;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
	}
.contct-txt4{
	float: left;
    width: 100%;
	margin-top:10px;
	}
.contct-txt4 a{
	display:inline-block;
	vertical-align:middle;
	padding:0 15px;
	border-right:1px solid #ccc;
	}
.contct-txt4 a:first-child{ padding-left:0;}
.contct-txt4 a:last-child{ border:none;}
.contct-txt4 a img{display:inline-block;vertical-align:middle;	}
.cntct-rgt{
	float: right;
	width: 50%;
	text-align: center;
	padding: 70px 0;
	background: #f8f8f8;
}
.cntct-rgt img{max-width: 82%;}
.thnk-bx {
	display: inline-block;
	width: 88%;
	background: #f4f8f7;
	padding: 25px;
	text-align: left;
}
.thank-icon {
    display: block;
    margin: 0 auto 10px;
}
.thnk-bx-lft {
	width: 55%;
	float: left;
}
.thnk-bx-hdg {
	color: #005a39;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	border-bottom: 1px solid #e3e3e8;
	padding-bottom: 10px;
}
.del-dat {
	color: #2d2d2d;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	padding: 10px 0;
	border-bottom: 1px solid #e3e3e8;
}
table.thank {
	float: left;
	width: 100%;
}
table.thank tr td:first-child {
	width: 40%;
	text-align: left;
}
table.thank tr td:nth-child(2) {
	width: 20%;
	text-align: center;
}
table.thank tr td:last-child {
	width: 40%;
	text-align: right;
}
table.thank tr td {
	border-bottom: 1px solid #f2f2f8;
	padding: 8px 0;
}
table.thank tr:last-child td {
	border-bottom: 1px solid #e3e3e8;
	padding-bottom: 15px;
}
.thank-tot {
	float: left;
	width: 100%;
	background: #f4f8f7;
	padding: 8px 0;
}
.thnk-bx-rgt {
	width: 40%;
	float: right;
}
.thnk-bx-rgt p {
	font-size: 16px;
	line-height: 24px;
}
.thnk-ship, .thnk-bill {
	margin-bottom: 5px;
}
.thnk-bill {
	margin-top: 10px;
}


/****************************************/

	
/*-============================================
CSS FOR CONTACT PAGE
============================================-*/
.cont-sec-1{
	float:left;
	width:100%;
	padding:60px 0;
}
.cont-box{
	float:left;
	width:100%;
	-webkit-box-shadow: 1px 1px 15px 3px #e6e6e6;
	box-shadow: 1px 1px 15px 3px #e6e6e6;
	border:1px solid #e6e6e6;
	background:#ecf3fe;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cont-lft, .cont-right{
	float: left;
    width: 43%;
    padding: 35px;
    text-align: left;
}
.cont-right{
	width: 57%;
	background:#fff;
}
.cont-p1{
	float: left;
    width: 100%;
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    color: #24334a;
	margin-bottom:12px;
	text-align:left;
}
.cont-ul {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    margin-top: 40px;
}
.cont-ul li{
	float: left;
    width: 100%;
	padding:0 0 0 62px;
	position:relative;
}
.cont-ul li .s4-p2{
	font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #0d5896;
}
.cont-ic-1{
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
}
.cont-frm-box{
	float: left;
    width: 100%;
}
.cont-input-box{
	float: left;
    width: 100%;
    height: 50px;
    text-align: left;
    background-color: #ffffff;
    outline: none;
    margin: 15px 0;
    position: relative;
}
.cont-hlf{
	width: 46%;
}
.cont-frm-ic-1 {
    position: absolute;
    left: 8px;
    top: 50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.cont-field-all, .cont-input-box textarea {
    float: left;
    width: 100%;
	border:none;
    border-bottom: 1px solid #24334a;
    outline: none;
    height: 100%;
    color: #333333;
    font-size: 20px;
    font-weight: 300;
    padding: 0 0px 0 49px;
    font-family: inherit;
	-webkit-appearance:none;
}
.cont-btn {
    -webkit-appearance: none;
    border: none;
    outline: none;
    margin: 30px 0 0;
    padding: 0;
    background: #0d5896;
	color: #fff;
    font-size: 24px;
	line-height:56px;
	padding:0 27px;
	float:left;
	border-radius:30px;
	 font-family: inherit;
	 cursor:pointer;
}

/*------------------------------
CONTACT SECTION
--------------------------------*/	
.contact-sec {
    background: #fff;
    float: left;
    width: 100%;
    padding: 65px 0;
    font-size: 16px;
    text-align: left;
}
.cont-sec1Lft{
    float: left;
    width:51%;
    text-align: left;
	}
.mar-t0{ margin-top:0;}
.cntc-inr{
	float:left;
	width:100%;
	padding:0 35px 30px 0;
	position:relative;
	}
.cntc-inr:before{
	position:absolute;
	content:"";
	left:0;
	right:0;
	top:70px;
	border:1px solid #f3f6ec;
	width:100%;
	height:450px;
	}
ul.cnt-list{
	float:left;
	width:100%;
	text-align:left;
	margin-top:40px;
	padding-right:90px;
	padding-left:60px;
	}
ul.cnt-list li{
	float: left;
    width: 100%;
    position: relative;
	padding:20px 0 20px 55px;
	border-bottom: 1px solid #eaf1f7;
	}
ul.cnt-list li img{
    position: absolute;
    left:7px;
    top:25px;
	}
ul.cnt-list li p{
    float: left;
    width: 100%;
    font-size:18px;
    color:#1c1c1c;
    line-height:26px;
	}	
ul.cnt-list li span{
	font-size:23px;
	line-height:30px;
	color:#141b4d;
	font-weight:500;
	padding-bottom:4px;
	}
ul.cnt-list li:last-child{ padding-bottom:0;}					
ul.cnt-list li:last-child{ border:none; padding-bottom:0;}

.cntct-rght{
	float:right;
	width:49%;
	background:#f6fbff;
	padding:45px 35px;
	position:relative;
	border-radius:10px;
	}

.trm-bx{
	background: #fff;
    float: left;
    width: 100%;
    padding: 60px 0;
    text-align: left;
}
.trm-bx h1{
	font-size:26px;
	float:left;
	width:100%;
	line-height:26px;
	margin-bottom:10px;
}
.trm-bx h3{
	font-size:22px;
	float:left;
	width:100%;
	line-height:24px;
	margin-bottom:10px;
	}
.trm-bx p{
	float:left;
	width:100%;
	font-size:16px; 
	line-height:24px;
	margin-bottom:20px;
}
.trm-bx ol{
	float:left; 
	width:100%;
}
.trm-bx ol li{
	list-style:disc;
	float:left;
	width:100%;
	font-size:16px; 
	line-height:24px;
	margin-bottom:10px;
	
}
.trm-bx img{
	display:block;
	margin-bottom:20px;
	max-width:100%;
}