@charset "utf-8";
/*====CSS Document====*/

body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #ffffff;
	color: #000000;
	text-align: center;
    font-family: 'Inter';
	font-weight: normal;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin: 0;padding: 0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border: 0;}
a {outline: none;color: inherit;text-decoration: none;}
img {border: none; max-width: 100%; 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;
	}
.fl{ float:left;}
.fr{ float:right;}

/*-----------------------
FONTS
------------------------*/

@font-face {
    font-family: 'Inter';
    src: url('Inter-Light.woff2') format('woff2'),
	url('Inter-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
	}
@font-face {
    font-family: 'Inter';
	src: url('Inter-Regular.woff2') format('woff2'),
	url('Inter-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}	
@font-face {
    font-family: 'Inter';
	src: url('Inter-Medium.woff2') format('woff2'),
	url('Inter-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}	
@font-face {
    font-family: 'Inter';
    src: url('Inter-SemiBold.woff2') format('woff2'),
	url('Inter-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}
@font-face {
    font-family: 'Inter';
    src: url('Inter-Bold.woff2') format('woff2'),
	url('Inter-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}
@font-face {
    font-family: 'Inter';
    src: url('Inter-ExtraBold.woff2') format('woff2'),
	url('Inter-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
	}


/*-----------------------
MAIN CSS START
------------------------*/

.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
	
/*========Header========*/	
.top-fix-bar{
	float:left;
	width:100%;
	margin-bottom:80px;
	}
.header{
	float:left;
	width:100%;
	height:80px;
	margin-top:-80px;
	top:80px;
	position:relative;	
	}
.fixed-nav .header{
	position: fixed;
	z-index: 10;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	border-bottom:1px solid #ddd;
	background:#fff;
	margin-top:0;
	top:0;
	}		
.logo{
	float:left;
	margin-top:19px;
	}
ul.topMenu{
	display:inline-block;
	vertical-align:top;
    margin-top:30px;
	}
ul.topMenu li{
	float:left;
	padding:0 15px;
	position:relative;
	}
ul.topMenu li a{
	color:#000;
	font-size:17px;
	line-height:24px;
	letter-spacing:0.3px;
	}	
ul.topMenu li a:hover, ul.topMenu li a.active{color:#1898cb;}
a.nav-btn{
    float:right;
	width:170px;
	height:50px;
    color:#fff;
    font-size:15px;
	line-height:48px;
    text-align:center;
	text-transform:uppercase;
	border-top:1px solid #00b641;
	font-weight:bold;
	border-radius:8px;
	background:#0cc34d;
	margin-top:15px;
	}
	
/*=====Banner-Section=======*/
.bnr-sec{
	float:left;
	width:100%;
	background:#f7f7f7;
	padding:80px 0 100px;
	position:relative;
	overflow:hidden;
	}
	
/*========Banner-Left=======*/	
.bnr-left{
	float:left;
	width:50%;
	text-align:left;
	margin-top:30px;
	}
.bnr-rating-txt{
	float:left;
	width:100%;
	color:#000;
	font-size:15px;
	line-height:24px;
	font-weight:500;
	letter-spacing:0.5px;
	}
.bnr-star{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 5px 0 0;
	}
.bnr-hdg{
	float:left;
	width:100%;
	color:#00024a;
    font-size:55px;
	line-height:60px;
	letter-spacing:-1px;
    font-weight:800;
	margin-top:15px;
	}
.bnr-hdg span{color:#01c0ff;}
.bnr-para{
	float:left;
	width:96%;
	color:#000;
    font-size:17px;
	line-height:27px;
	margin-top:30px;
	letter-spacing:0.5px;
	}
.bnr-sec .commn-btn{max-width:300px; margin-top:47px;}
.bnr-img{
	position:absolute;
	top:0;
	right:-113px;
	-webkit-box-shadow: 0 0 25px 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 25px 5px rgba(0,0,0,0.2);
	border-radius:25px;
	}
	
/*=======Logos Section======*/	
.logos-sec{
	float:left;
	width:100%;
	padding:40px 0;
	border-bottom:1px solid #ddd;
	}	
.logos-hdg{
    font-size:15px;
	line-height:24px;	
	color:#000;
	font-weight:500;
	text-transform:uppercase;
	letter-spacing:0.4px;
	}
ul.logos-list{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:20px;
	}
ul.logos-list li{
	display:inline-block;
	vertical-align:middle;
	padding:0 20px
	}
ul.logos-list li img{
	display:inline-block;
	vertical-align:middle;
	filter:grayscale(1);
	width:150px;
	}	
ul.logos-list li:nth-child(2) img{ width:100px;}
ul.logos-list li:nth-child(3) img{ width:120px;}	
ul.logos-list li:hover img{filter:grayscale(0);}
	
/*========Common-CSS========*/
.commn-hdg{
	color:#00004b;
    font-size:50px;
    line-height:56px;
	font-weight:bold;
	}
.commn-hdg.white-txt{color:#fff;}
.commn-para{
	color:#000;
    font-size:17px;
    line-height:27px;
    letter-spacing:0.5px;
	margin-top:25px;
	}
.commn-para.white-txt{color:#fff;}
.btn-bx{
	display:inline-block;
	vertical-align:top;
	max-width:300px;
	width:100%;
	text-align:center;
	margin-top:45px;
	}
.btn-bx{
	display:inline-block;
	vertical-align:middle;
	max-width:300px;
	width:100%;
	margin-top:40px;
	}
.commn-btn{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	color:#fff;
	font-size:20px;
	line-height:24px;
	font-weight:600;
	border-radius:8px;
	letter-spacing:0.5px;
	text-transform:uppercase;
	text-align:center;
	background:#0cc34d;
	padding:17px 0;
	}
.btn-txt{
	color:#000;
	font-size:11px;
	line-height:22px;
	margin-top:8px;
	letter-spacing:0.5px;
	}
.btn-txt.white-txt{color:#fff;}
.btn-star{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 5px 0 0;
	}
	
/*========Section-1========*/
.sec1{
	float:left;
	width:100%;
	padding:65px 0 0;
	}
.s1-contnt{
	float:left;
	width:100%;
	}
.s1-left{
	float:left;
	width:40%;
	}
.s1-img{
	display:block;
	margin:0 auto;
	}
.s1-rgt{
	float:right;
	width:56%;
	text-align:left;
	padding:30px 0 0;
	}
.s1-bx{
	float:left;
	width:100%;
	background:url(../images/s1-bx-bg.jpg)no-repeat center top;
	border-radius:25px;
	padding:55px 35px;
	margin-top:20px;
	}
ul.s1-list{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	width:100%;
	}
ul.s1-list li{
	width:22%;
	}
.s1-list-txt1{
	color:#fff;
	font-size:60px;
	line-height:60px;
	font-weight:800;
	background: -webkit-linear-gradient(#19d6ff, #3d67fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	}   
.s1-list-txt2{
	color:#fff;
	font-size:17px;
	line-height:26px;
	margin-top:15px;
	font-weight:300;
	letter-spacing:0.5px;
	}
	
/*========Section-2========*/
.sec2{
	float:left;
	width:100%;
	padding:65px 0;
	}
.s2-para{padding:0 40px;}
.s2-row{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	width:100%;
	margin-top:20px;
	}
.s2-col{
	width:31%;
	-webkit-box-shadow: 0 0 15px 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 15px 5px rgba(0,0,0,0.1);
	margin-top:30px;
	position:relative;
	}
.s2-bx-img{
	display:block;
	margin:0 auto;
	}
.s2-bx{
	float:left;
	width:100%;
	text-align:left;
	padding: 20px 20px 90px;
	}
.s2-bx-txt1{
	color: #000000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
	}
.s2-bx-txt2{
	color: #000;
    font-size: 17px;
    line-height: 27px;
    letter-spacing: 0.5px;
	margin-top:10px;
	}
.s2-bx-txt3{
	float:left;
	width:100%;
	border-top:1px solid #d7d7d7;
	padding:18px 20px 20px;
	position:absolute;
	left:0;
	bottom:0;
	}
.s2-bx-txt3 span{
	float:left;
	color:#000000;
	font-size:15px;
	line-height:24px;
	font-weight:500;
	}
.s2-bx-txt3 span:hover{text-decoration:underline;}
.s2-bx-arw{
	float:right;
	margin:4px;
	}
	
/*========Section-3========*/
.sec3{
	float:left;
	width:100%;
	background:#f3f6fd;
	padding:65px 0;
	}
.s3_mid{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:980px;
	margin-top:25px;
	position:relative;
	}

.s3_mid_row{
	float:left;
	width:100%;
	position:relative;
	padding:30px 0;
	}
.s3_mid_row:before{
	position:absolute;
	content:"";
	left:50%;
	transform:translateX(-50%);
	border-left:5px dotted #c2e3f5;
	height:auto;
	bottom:-35px;
	top:0;
	}
.s3_row_inner{
	width:50%;
	position:relative;
	}
.s3_row_inner:after{
	position:absolute;
	content:"";
	right:-26px;
	top:-4px;
	width:52px;
	height:52px;
	border-radius:50%;
	background: url(../images/s3-bullet.png)no-repeat center top;
	}
.s3_mid_row1:before{ top:40px;}
.s3_mid_row:last-child:before{ display:none;}
.s3_row_inner.fl{ padding-right:50px; text-align:right;}
.s3_row_inner.fr{ padding-left:50px; text-align:left;}
.s3_row_inner.fr:after{ right:auto; left:-26px;}
.s3_row_inner span{
	float:left;
	width:100%;
	color:#00004b;
	font-size:30px;
	line-height:42px;
	font-weight:bold;
	}
.s3_row_inner p{float:left; width:100%; margin-top:15px;}
.sec3 .btn-bx{margin-top:10px;}

/*========Section-4========*/
.sec4{
	float:left;
	width:100%;
	padding:65px 0;
	}
.s4-contnt{
	float:left;
	width:100%;
	}
.s4-left{
	float:left;
	width:49%;
	text-align:left;
	}
.s4-img{
	display:block;
	margin:20px auto 0;
	border-radius:10px;
	}
.sec4 .btn-bx{margin-top:30px;}
.s4-rgt{
	float:right;
	width:48%;
	text-align:left;
	}
.faq-container{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding:0 15px 15px;
	}
.up-slide-dwn{
	float:left;
	width:100%;
	background:#fff;
	border:1px solid #e1e1e1;
	border-radius:10px;
	margin-top:15px;
	overflow:hidden;
	}
.faq-innr{
	float:left;
	width:100%;
	}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close-btn.png) no-repeat right 25px center;
	color:#000;
	font-size:20px;
	line-height:26px;
	font-weight:700;
	letter-spacing:0.5px;
	padding:20px 50px 20px 30px;
	cursor:pointer;
	position:relative;
	}
.acdn-heading.accordion-open{
	background:url(../images/open-btn.png) no-repeat right 25px center #fff;
	}
.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	background:#fff;
	padding:0px 20px 20px 30px;
	}
.acdn-para{
	float:left;
	width:100%;
	color:#000000;
	font-size:17px;
	line-height:25px;
	letter-spacing:0.5px;
	}

/*========Section-5========*/
.sec5{
	float:left;
	width:100%;
	background:#f3f6fd;
	padding:65px 0;
	}
.s5-row{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	width:100%;
	margin-top:20px;
	}
.s5-col{
	width:31%;
	-webkit-box-shadow: 0 0 15px 1px rgba(0,0,0,0.1);
	box-shadow: 0 0 15px 1px rgba(0,0,0,0.1);
	background:#fff;
	margin-top:30px;
	position:relative;
	}
.s5-col-bx{
	float:left;
	width:100%;
	text-align:left;
	padding:35px 22px 20px;
	}
.s5-col-top{
	float:left;
	width:100%;
	padding-left:100px;
	position:relative;
	}
.s5-col-img{
	position:absolute;
	top:-10px;
	left:0;
	}
.s5-col-txt1{
	float:left;
	width:100%;
	color:#000000;
	font-size:22px;
	line-height:30px;
	font-weight:bold;
	}
.s5-col-txt2{
	float:left;
	width:100%;
	color:#000000;
	font-size:18px;
	line-height:26px;
	margin-top:20px;
	}
.s5-dlts{
	float:left;
	width:100%;
	}	
.s5-dlts table{
	float:left;
	width:100%;
	margin-top:15px;
	}
.s5-dlts table tr td{
	float:left;
	color:#000;
	font-size:16px;
	line-height:24px;
	letter-spacing:0.5px;
	font-family: 'Inter';
	border-bottom:1px solid #f0f0f0;
	text-align:left;
	padding:10px 0;
	position:relative;
	}
.s5-dlts table tr td:nth-child(1){ width:38%;}
.s5-dlts table tr td:nth-child(2){ width:62%;}
.s5-dlts table tr:nth-child(2) td{border:none;}
.s5-icn{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 8px 0 0;
	}
.s5-col-txt3{
	float:left;
	width:100%;
	border-top:1px solid #f0f0f0;
	padding:16px 30px 20px;
	}
.s5-col-txt3 span{
	float:left;
	color:#00004b;
	font-size:16px;
	line-height:24px;
	font-weight:600;
	text-transform:uppercase;
	text-decoration:underline;
	}
.s5-col-arw{
	float:right;
	margin:4px;
	}

/*========Section-6========*/
.sec6{
	float:left;
	width:100%;
	background:url(../images/s6-bg.jpg)no-repeat center top #1d2539;
	padding:65px 0 0;
	position:relative;
	}
.sec6:after{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:117px;
	background:#fff;
	}
.s6-contnt{
	display:inline-block;
	vertical-align:middle;
	max-width:970px;
	width:100%;
	}
ul.s6-list{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	width:100%;
	margin:30px auto 0;
	padding:0 250px;
	}
ul.s6-list li{
	width:45%;
	margin-top:15px;
	}
ul.s6-list li p{
	color:#fff;
	font-size:19px;
	line-height:28px;
	}
.s6-icn{
	display:block;
	margin:0 auto 15px;
	}	
.social-bx{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	max-width:120px;
	width:100%;
	margin:0 auto;
	}
.social-logo{
	display:inline-block;
	vertical-align:middle;
	width:auto;
	padding:0 6px;
	}
.social-logo img{
	display:inline-block;
	vertical-align:middle;
	}
.s6-bx{
	float:left;
	width:100%;
	background: url(../images/s6-bx-bg.jpg)no-repeat center top #fff;
	-webkit-box-shadow: 0 5px 15px 5px rgba(0,0,0,0.1);
    box-shadow: 0 5px 15px 5px rgba(0,0,0,0.1);
	border-radius:20px;
	padding:40px 65px 50px;
	margin-top:45px;
	z-index:1;
    position:relative;
	}
.s6-bx-hdg{
	float:left;
	width:100%;
	color:#12172c;
	font-size:40px;
	line-height:48px;
	font-weight:bold;
	}
.frm-sec{
    width:100%;
	margin-top:20px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	}
.frmfield{
	display:inline-block;
    vertical-align:middle;
    width:48%;
	}
.input-fld, .letter-field{
    float:left;
    width:100%;
    height:65px;
	color:#000;
    font-size:17px;
    background:#fff;
	text-align:left;
    border-radius:5px;
	font-family:'Inter';
	border:1px solid #e1e1e1;
	-webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
	font-weight:normal;
	padding:0 15px;
    outline:none;
    -webkit-appearance:none;
	margin:35px 0 0 0;
	}
.input-fld:focus, .letter-field:focus{
	border-color:#01c0ff;
	outline:0;
	}
.letter-field{
	height:150px;
	padding:15px;
	resize:none;
	margin:25px 0 0 0;
	}
.s6-bx .commn-btn{
	max-width:300px;
	margin-top:36px;
	outline:none;
	border:none;
	-webkit-appearance:none;
	cursor:pointer;
	font-family: 'Inter';
	}
		   
/*========footer==========*/
.footer{
	float:left;
	width:100%;
	text-align:center;
	padding:70px 0 35px;
	}
.ftr-logo{
	display:block;
	margin:0 auto 25px;
	}
.ftr-txt{
	color:#000;
	font-size:17px;
	line-height:28px;
	}
.ftr-txt.margin-top{margin-top:8px;}
.ftr-txt a{ padding:0 3px;}				   

/*-----------------------
		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);}
}		
	
/*-----------------------
MEDIA-QUERY
------------------------*/
.show-mob, .show-tab{display:none;}

@media only screen and (max-width: 1200px){
.container{width:1004px;}

.bnr-sec{padding:60px 0;}
.bnr-img{ right: 0; width: 450px; top: 36px;}
ul.logos-list li{ padding:0 13px;}
.s1-rgt{width:55%; padding:0 0;}
.commn-hdg{ font-size:46px; line-height:52px;}
.s1-bx{padding:55px 15px; margin-top:25px;}
ul.s1-list li{width:24%;}
.s2-col{width:32%;}
.s5-col{width:32%;}

}

@media only screen and (max-width:1021px){	
.container{width:750px;}
.show-tab{display:block;}
.show-desk{display:none;}

/*=====Menu-CSS========*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right: 0px;
    top: 24px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	}
.mob-mnu-ic span{
	color:#000;
	display:inline-block;
	vertical-align:top;
	font-size: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:70px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #dddddd;
	}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #dddddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:18px;
	color:#000;
	}
	
/*=====Common-CSS====*/
.commn-hdg{font-size:32px; line-height:40px;}
.commn-para{font-size:18px; line-height:26px; margin-top:20px;}
.btn-bx{margin-top:30px;}

/*====Header======*/
.top-fix-bar{margin-bottom:70px;}
.header{height:70px; margin-top:-70px; top:70px;}
.logo{width:160px; margin-top:15px;}
.mobimenu-top{top:69px;}

/*=====Banner-Section======*/
.bnr-sec{padding:40px 0;}
.bnr-left{width:50%;}
.bnr-hdg{font-size:40px; line-height:48px; margin-top:10px;}
.bnr-img{ top: 72px; right: 0; width: 346px;}
.bnr-para{padding-top:15px; margin-top:15px;}
.bnr-sec .commn-btn{margin-top:25px;}

.logos-sec{ padding:30px 0;}
ul.logos-list{ margin-top:0;}
ul.logos-list li{ padding:0 15px; margin-top:20px;}

/*====Section-1=====*/
.sec1{padding:35px 0 0;}
.s1-rgt{width:56%;}
.s1-bx{padding:30px 15px; margin-top:25px;}
.s1-list-txt1{font-size:40px; line-height:46px;}
.s1-list-txt2{margin-top:10px;}

/*====Section-2=====*/
.sec2{padding:35px 0;}
.s2-para{padding:0;}
.s2-col{ width: 48%;}
.s2-bx-txt3{padding:16px 15px 20px;}

/*====Section-3=====*/
.sec3{padding:35px 0;}
.s3_mid{margin-top:20px;}
.s3_mid_row{padding:15px 0;}
.s3_row_inner:after{top:-10px;}
.s3_row_inner span{font-size:26px; line-height:34px;}
.sec3 .btn-bx{margin-top:15px;}

/*====Section-4=====*/
.sec4{padding:35px 0;}
.s4-left{width:47%;}
.sec4 .btn-bx{margin-top:25px;}
.s4-rgt{width:52%;}
.accordion{font-size:18px; line-height:24px; padding:15px 50px 15px 20px;}
.acdn-content{padding:0px 10px 20px 20px;}

/*====Section-5=====*/
.sec5{padding:35px 0;}
.s5-col{margin-top:15px;}
.s5-col-bx{ padding: 25px 15px 10px;}
.s5-col-top{padding-left:63px;}
.s5-col-img{top:0; width:50px;}
.s5-col-txt1{font-size:17px; line-height:25px;}
.s5-col-txt2{font-size:17px; line-height:25px;}

.s5-dlts table{margin-top:5px;}
.s5-dlts table tr td:nth-child(1){width:55%;}
.s5-dlts table tr td:nth-child(2){width:45%;}
.s5-col-txt3{padding:16px 15px 20px;}

/*====Section-6=====*/
.sec6{padding:35px 0 0;}
ul.s6-list{margin:20px auto 0;}
ul.s6-list li{margin-top:10px;}
.s6-bx{padding:30px 45px 35px; margin-top:35px;}
.s6-bx-hdg{font-size:32px; line-height:40px;}
.input-fld{height:60px;}

/*====Footer=====*/
.footer{padding:40px 0 30px;}
.ftr-logo{margin:0 auto 20px;}
.ftr-txt{font-size:14px; line-height:22px;}

}

@media only screen and (max-width:767px){
.container{ max-width:600px; width:100%; padding:0px 15px; box-sizing:border-box;}
.show-mob{ display:block;}
.hide-mob{ display:none;}

/*=====Common-CSS====*/
.commn-hdg{font-size:30px; line-height:38px;}
.commn-para{font-size:16px;line-height: 24px; margin-top: 15px;}
.btn-bx{margin-top:30px;}

/*====Header======*/
.top-fix-bar{margin-bottom:60px;}
.header{height:60px; margin-top:-60px; top:60px;     border-bottom:1px solid #ddd;}
.logo{width:130px;}
.mob-mnu-ic{right:15px; top:17px;}
.mobilemenu{top:59px;}
.mobimenu-top{top:59px;}

/*=====Banner-Section======*/
.bnr-sec{padding:25px 0 30px;}
.bnr-left{width:100%; margin-top:0; text-align:center;}
.bnr-rating-txt{font-size:13px;}
.bnr-hdg{font-size:34px; line-height:42px; letter-spacing:0;}
.mob-bnr-img{display:inline-block; vertical-align:middle; margin:20px auto 5px; -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.2); box-shadow: 0 0 10px 1px rgba(0,0,0,0.2); border-radius:15px;}
.bnr-para{padding-top:0px; margin-top:15px; border:none; letter-spacing:0.5px; font-size:16px;}
.bnr-sec .commn-btn{margin-top:25px;}

.logos-sec{ padding: 25px 0;}
.logos-hdg{ font-size: 12px; line-height: 16px;}
ul.logos-list{ margin-top:10px;}
ul.logos-list li{ width: 32.33%; padding: 0 5px; margin-top: 10px;}
ul.logos-list li:nth-child(2) img{ width:80px;}
	
/*====Section-1=====*/
.sec1{padding:25px 0 20px;}
.s1-rgt{width:100%;}
.mob-s1-img{width:250px; display:block; margin:20px auto 0;}
.s1-bx{padding:0 15px 28px; margin-top:25px; background-size:cover;}
ul.s1-list li{width:47%; margin-top:25px;}
.s1-list-txt1{font-size:35px; line-height:43px;}
.s1-list-txt2{font-size:16px; line-height:22px; margin-top:5px;}

/*====Section-2=====*/
.sec2{padding:25px 0 35px;}
.s2-para{text-align:left;}
.s2-row{justify-content:center; padding:0 10px; margin-top:10px;}
.s2-col{max-width:367px; width:100%; margin-top:20px;}
.s2-bx-txt2{font-size:16px; line-height:24px; min-height:auto;}
.s2-bx-txt3{padding:16px 15px 20px;}

/*====Section-3=====*/
.sec3{padding:25px 0 10px;}
.s3_mid{margin-top:10px;}
.s3_mid_row{padding:15px 0 0;}
.s3_row_inner, .s3_row_inner.fl, .s3_row_inner.fr{width:100%; text-align:left; padding:0 0 20px 40px;}
.s3_mid_row:before{ transform:none; left:8px;}
.s3_row_inner:after, .s3_row_inner.fr:after{ right:auto; left:-15px; top:-6px; background-size:40px;}
.s3_row_inner span{font-size:22px; line-height:28px;}
.s3_row_inner p{margin-top:10px;font-size: 16px; line-height: 25px;}

/*====Section-4=====*/
.sec4{padding:25px 0 35px;}
.s4-left{width:100%;}
.mob-s4-img{display:block; margin:20px auto 10px;}
.s4-rgt{width:100%;}
.faq-container{padding:0;}

/*====Section-5=====*/
.sec5{padding:25px 0 35px;}
.s5-row{justify-content:center; padding:0;}
.s5-col{max-width:367px; width:100%;}
.s5-col-bx{padding:20px 25px 10px;}
.s5-col-top{padding-left:63px;}
.s5-col-img{top:0; width:50px;}
.s5-col-txt1{font-size:17px; line-height:25px;}
.s5-col-txt2{font-size:16px; line-height:24px; letter-spacing:0.5px;}
.s5-dlts table tr td:nth-child(1){width:38%;}
.s5-dlts table tr td:nth-child(2){width:62%;}

/*====Section-6=====*/
.sec6{padding:25px 0 15px;}
ul.s6-list{padding:0;}
ul.s6-list li p{font-size:16px; line-height:24px; letter-spacing:0.5px;}
.s6-icn{margin:0 auto 13px; width:33px;}

.s6-bx{padding:25px 25px; margin-top:30px;}
.s6-bx-hdg{font-size:28px; line-height:34px;}
.frm-sec{margin-top:40px;}
.frmfield{width:100%;}
.input-fld{height:55px; margin-top:15px;}
.letter-field{margin-top:15px;}
.s6-bx .commn-btn{max-width:100%; margin-top:20px;}

/*====Footer=====*/
.footer{ padding:0 0 30px 0;}
.ftr-logo{ width:140px; margin:30px auto 15px;}
}