@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'Inter', 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;}
img {border: none; height:auto}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%; height:auto;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
.forMob,.forTab{ display:none ;}
.fl{ float:left;}
.fr{ float:right;}
/*-----------------------
	MAIN CSS font
------------------------*/

@font-face {
    font-family: 'Poppins';
    src: local('Poppins SemiBold'), local('Poppins-SemiBold'),
        url('Poppins-SemiBold.woff2') format('woff2'),
        url('Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
	}

@font-face {
    font-family: 'Poppins';
    src: local('Poppins Medium'), local('Poppins-Medium'),
        url('Poppins-Medium.woff2') format('woff2'),
        url('Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
	}

	
/*-----------------------
	MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}
.top{
	float:left;
	width:100%;
	background:#06618a;
	padding:10px 0;
	}
.logo{
	float:left;
	margin:0 0 0 0;
	}
.phone{
	border:1px solid #2d7a9d;
	float:right;
	margin:0 0 0 0;
	text-align:left;
	position:relative;
	padding:10px 10px 5px 66px;
	border-radius:8px;
	background: #06618a;
	transition: all 0.2s ease-in-out;
	}
.phone:hover{
	background: #007db5;
	transition: all 0.2s ease-in-out;
	box-shadow: 0 2px 9px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 9px 0 rgba(0,0,0,0.1);
	}
.phone img{
	position:absolute;
	top:8px;
	left:15px;
	max-width:100%;
	}	
.phone-text{
	font-size:13px;
	line-height:12px;
	letter-spacing:0.3px;
	color:#fff;
	padding-bottom:8px;
	}

.phone-text2{
	font-size: 21px;
    line-height: 20px;
    color: #00e360;
    font-weight: 700;
	}
/*=============banner==================*/
.banner{
	float:left;
	width:100%;
	background:url(../images/banner.jpg) center top no-repeat;
	padding:30px 0 58px;
	}	
.bnr-mid{
	display:inline-block;
	vertical-align:middle;
	max-width:670px;
	width:100%;
	text-align:center;
	}
.bnr-mid-p1{
	font-weight:500;
	font-size:20px;
	line-height:30px;
	letter-spacing:0.3px;
	color:#000000;
	}
.bnr-mid-hding{
	font-family: 'Poppins';
	font-weight:600;
	font-size:55px;
	letter-spacing:-1px;
	line-height:60px;
	color:#003d68;
	margin-top:15px;
	}
.bnr-mid-p2{
	font-size:18px;
	line-height:26px;
	letter-spacing:0.3px;
	color:#000000;
	margin-top:15px;
	}	
.bnr-frmbx{
	display:inline-block;
	vertical-align:middle;
	max-width:569px;
	width:100%;
	background:#07689b;
	border-bottom:5px solid #00aa48;
	margin-top:50px;
	padding:0 64px 30px;
	}
.search-icon{
	display:block;
	margin:-25px auto 0;
	}
.bnr-frmbx-hding{
	font-family: 'Poppins';
	font-size:24px;
	line-height:30px;
	color:#fff;
	font-weight:500;
	margin-top:20px;
	}
.searchfield{
	float: left;
    width: 100%;
	margin-top:25px;
	position:relative;
	}
.locatin{
	position:absolute;
	top: 50%;
    transform: translateY(-50%);
	left:20px;
	}		
.searchinput{
	float:left;
	width:100%;
	height:63px;
	border:1px solid #d7d7d7;
	padding:0 15px 0 50px;
	font-size:17px;
	line-height:63px;
	font-weight: normal;
	font-family: 'Inter', sans-serif;
	color:#000;
	border-radius:6px;
	outline:none;
	-webkit-appearance: none;
	}

.search-btn {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 56px;
	text-align:center;
    line-height: 56px;
    margin-top: 15px;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    -webkit-appearance: none;
    position: relative;
    border: none;
    background: #00aa48;
    border-radius:6px;
    outline: none;
	transition: all 0.2s ease-in-out;
}
.search-btn:hover{
	background: #06c557;
	transition: all 0.2s ease-in-out;
	}
.search-btn img{
	display:inline-block;
	vertical-align:middle;
	margin:-1px 0 0 3px;
	}		
.secure-logo{
	display:block;
	margin:25px auto 0;
	max-width:100%;
	}


/*=============bannerBtmStrip==================*/
.bannerBtmStrip{
	float:left;
	width:100%;
	padding:35px 0 25px;
	}
.bnr-btm-hdig{
	color:#000000;
	font-size:22px;
	line-height:24px;
	font-weight:700;
	border-top:1px solid #c8c8c8;
	}
.bnr-btm-hdig span {
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: -28px 0 0 0;
    padding: 0 20px;
}		
.bannerStrip{
	width:100%;
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin:0 auto;
	margin-top:10px;
	}
.bnrStripBox{
	width:auto;
	}
.bnrStripIcon{
	display:block;
	margin:0 auto 0;
	max-width:100%;
	}
/*=============section1==================*/
.section1{
	float:left;
	width:100%;
	background:#eef9fc;
	padding:60px 0;
	}
.comn-hding{
	font-family: 'Poppins';
	font-size:50px;
	line-height:60px;
	font-weight:600;
	color:#003d68;
	}
.s1-bx{
	display:inline-block;
	vertical-align:middle;
	max-width:830px;
	width:100%;
	margin-top:10px;
	}	
.s1-bx1{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	width:100%;
	background:#fff;
	padding:15px 20px;
	margin-top:30px;
	border:3px solid #caeeff;
	box-shadow: 0 0 9px 1px rgba(153,204,204.2);
	}
.s1-bx1-lft {
    float: left;
    width: 129px;
	text-align:center;
    margin-right: 30px;
}
.s1-bx1-lft-p1{
	font-size:18px;
	line-height:30px;
	color:#000000;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:3px;
	}
.s1-bx1-lft-p1 span{
	display:block;
	letter-spacing:0;
	font-size:24px;
	line-height:30px;
	color:#003d68;
	}	
.s1-bx1-rgt {
    float: right;
    width: calc(100% - 159px);
    text-align: left;
    border-left: 1px solid #d7d7d7;
    padding: 5px 0 5px 30px;
}
.s1-bx1-rgt-p{
	font-size:18px;
	line-height:26px;
	letter-spacing:0.3px;
	color:#000000;
	}
.comn-btn{
	 display: inline-block;
    vertical-align: top;
    width: 432px;
    height: 56px;
    line-height: 56px;
    margin-top: 50px;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    -webkit-appearance: none;
    position: relative;
    border: none;
	text-align:center;
    background: #00aa48;
    border-radius:6px;
    outline: none;
	transition: all 0.2s ease-in-out;
	}
.comn-btn img{
	display:inline-block;
	vertical-align:middle;
	margin:-1px 0 0 3px;
	}
.comn-btn:hover{
	background: #06c557;
	transition: all 0.2s ease-in-out;
	}

/*=============section2==================*/
.section2{
	float:left;
	width:100%;
	padding:60px 0;
	}
.s2-mid{
	display: flex;
    flex-wrap: wrap;
    align-items: start;
	width:100%;
	}
.s2-mid-left {
    float: left;
    width: calc(100% - 543px);
    text-align: left;
	margin-right:50px;
}	
.s2-mid-rgt {
    float: right;
    width: 493px;
}	
.s2-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.comn-txt{
	font-size:18px;
	line-height:26px;
	letter-spacing:0.3px;
	color:#000000;
	margin-top:20px;
	}	
/*=============section3==================*/
.section3{
	float:left;
	width:100%;
	background:#eef9fc;
	padding:60px 0 0;
	}	
.s3-hding{
	font-family: 'Poppins';
	font-size:30px;
	line-height:40px;
	font-weight:600;
	color:#003d68;
	margin-top:10px;
	}
.s3-mid{
	background:#fff;
	margin-top:40px;
	padding:50px 10px;
	border-radius:6px 6px 0 0;
	}
ul.s3-list {
	float:left;
	width:100%;
	margin:0 0 0 0;
	}
ul.s3-list li{
	display: inline-block;
    vertical-align: top;
	text-align:center;
	position:relative;
	padding:0 50px;
	}
ul.s3-list li:after {
    content: '';
    position: absolute;
    top: 30px;
    bottom: 10px;
    right: 0;
    width: 1px;
    background: #b7b7b7;
	}	
ul.s3-list li:last-child:after{ display:none;}
ul.s3-list li div{
	background:#e9f7ff;
	border:2px solid #5799bb;
	border-radius:50%;
	width:60px;
	height:60px;
	text-align:center;
	font-family: 'Poppins';
	font-weight:600;
	font-size:30px;
	line-height:60px;
	color:#000;
	text-align:center;
	margin:0 auto;
	}
ul.s3-list li h1{
	font-family: 'Poppins';
	font-weight:500;
	font-size:26px;
	line-height:35px;
	letter-spacing:0.6px;
	color:#000;
	margin-top:40px;
	}
ul.s3-list li p{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:20px;
	padding:0 20px;
	}												
.section3 .comn-btn{ margin-top:70px;}	
/*=============section4==================*/
.section4{
	float:left;
	width:100%;
	padding:60px 0;
	}
.s4-row {
    width: 100%;
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-top: 40px;
}
.s4-col-bx{
	width:31%;
	background:#ecfbff;
	border:1px solid #ddecf0;
	border-radius:6px;
	padding:25px 20px;
	text-align:left;
	}
.star{
	display:block;
	margin:0;
	}
.s4-txt1{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:20px;
	min-height:190px;
	}		
.s4-txt2{
	font-size:18px;
	line-height:26px;
	color:#000;
	font-weight:600;
	margin-top:20px;
	}
.s4-txt2 span{
	float:right;
	font-size:12px;
	font-weight:400;
	}
.s4-txt2 img{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 5px 0 0;
	}		
/*=============section5==================*/
.section5{
	float:left;
	width:100%;
	padding:20px 0;
	}
.s5-bx{
	display:inline-block;
	vertical-align:middle;
	max-width:1000px;
	width:100%;
	border:2px solid #07689b;
	border-radius:12px;
	background:#fff;
	margin-top:40px;
	}
.s5-bx-lft{
	float:left;
	width:50%;
	position:relative;
	padding:50px 50px;
	text-align:left;
	}
.s5-bx-rgt{
	float:left;
	width:50%;
	background:#07689b;
	position:relative;
	padding:50px 50px;
	text-align:left;
	border-radius:0 9px 9px 0;
	}			
.s5-bx-p1{
	font-size:18px;
	line-height:25px;
	color:#000000;
	}
.s5-bx-hding{
	font-family: 'Poppins';
	font-weight:600;
	font-size:36px;
	line-height:42px;
	color:#003d68;
	margin-top:20px;
	}
.s5-brn1{
	 display: inline-block;
    vertical-align: top;
    width: 310px;
	max-width:100%;
    height: 81px;
    line-height: 81px;
    margin-top:30px;
    color: #00a044;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins';
    -webkit-appearance: none;
    position: relative;
	text-align:center;
	border:2px solid #00a044;
    border-radius:6px;
    outline: none;
	}
.s5-brn1 img{
	display:inline-block;
	vertical-align:middle;
	margin:-1px 0 0 3px;
	}
.s5-brn2{
	 display: inline-block;
    vertical-align: top;
    width: 311px;
    height: auto;
    line-height: 30px;
    margin-top:30px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins';
    -webkit-appearance: none;
    position: relative;
	text-align:center;
	border:2px solid #fff;
    border-radius:6px;
    outline: none;
    padding-top: 11px;
    padding-bottom: 11px;
	}
.s5-brn2 > div{
	line-height: normal;
	font-size: 14px;
}	
.s5-icon{
	position:absolute;
	top:30px;
	right:50px;
	}		
.white{ color:#fff;}

/*-----------------------
		Footer
------------------------*/
.footer{
	float: left;
    width: 100%;
	text-align:center;
    padding:50px 0;
	}
.ftr-logo{
	display:block;
	margin:0 auto 25px;
	max-width:100%;
	}	
.ftr-txt{
    font-size:16px;
    line-height:24px;
    color: #000000;
	margin-top:10px;
	}	
.footer .ftr-txt a{
    padding: 0 8px;
    color: #000000;
	}
.ftr-txt2{
	margin-top:30px;
	}
/*---------Media Querry---------*/

@media only screen and (max-width:1187px){
.container{width:1004px;}

ul.s3-list li h1 {font-size: 22px;line-height: 29px;}

.s4-txt2 { font-size: 16px;line-height: 24px;}
}

@media only screen and (max-width:1021px){
.container{ width:750px;}
.forDesk{ display:none;}
.forTab{ display:block;}
.hideTab{ display:none;}

.bnr-mid-hding { font-size: 49px;line-height: 58px;}

.bnrStripIcon {width: 112px;}
.section1{ padding: 40px 0;}

.section2 { padding: 40px 0;}
.comn-hding { font-size: 40px;line-height: 50px;}
.s2-mid-left {width: calc(100% - 324px); margin-right: 30px;}
.s2-mid-rgt {width: 294px;}
.s1-bx1-rgt-p {font-size: 17px; line-height: 24px;}
.comn-txt { font-size: 16px; line-height: 24px;}
.comn-btn {margin-top: 30px;}

.section3 { padding: 40px 0 0;}
.s3-mid { margin-top: 30px; padding: 30px 0;}
ul.s3-list li {padding: 0 20px;}
ul.s3-list li h1 { font-size: 20px; line-height: 27px;height: 78px;margin-top: 15px;}
ul.s3-list li p {font-size: 16px; line-height: 24px; letter-spacing:0.3px; margin-top: 10px; padding: 0 0;}

.s4-col-bx {width: 32%; padding: 20px 10px;}
.s4-txt1 { font-size: 16px;line-height: 24px; letter-spacing:0.3px; min-height: 243px;}
.s4-txt2 {font-size: 14px; line-height: 22px;}
.s4-txt2 span { font-size: 11px;}
.s4-txt2 img { margin: -2px 1px 0 0;width: 13px;}

.s5-bx-hding {font-size: 30px; line-height: 39px;}
.s5-bx-lft, .s5-bx-rgt {padding: 20px 20px;}
.s5-icon {top: 15px;right: 20px;}
}

@media only screen and (max-width:767px){
.container{ width:100%; max-width:600px; padding:0 15px;}

.forMob{ display:block;}
.hide-mob{ display:none;}


.top { padding: 5px 0;}
.logo { margin: 3px 0 0 0; width: 100px;}
.phone {padding: 4px 5px 3px 42px;}
.phone-text {font-size: 9px;line-height: 15px;padding-bottom: 0px; letter-spacing:0.3px;}
.phone-text2 { font-size: 14px;line-height: 18px;letter-spacing:0.3px;}
.phone img { top: 7px;left: 7px;width: 28px;}

.banner {background:#eaf8ff;  padding: 15px 0 25px;}
.bnr-frmbx { margin-top: 30px;padding: 0 15px 20px;}
.bnr-mid-p1 {font-size: 17px; line-height: 26px;}
.bnr-mid-hding {font-size: 26px;line-height: 32px; margin-top: 5px; letter-spacing:0;}
.bnr-mid-p2 {font-size: 16px;line-height: 24px; margin-top: 7px;}
.bnr-frmbx-hding {font-size: 20px; line-height: 25px;  margin-top: 10px; letter-spacing:0.5px;}
.searchfield { margin-top: 15px;}
.searchinput{height: 56px;line-height: 56px;}
.secure-logo {margin: 15px auto 0;}

.bannerBtmStrip { padding:28px 0 15px;}
.bnr-btm-hdig {font-size: 17px; line-height: 21px;}
.bnr-btm-hdig span {margin: -23px 0 0 0; padding: 0 9px;}
.bannerStrip{ margin-top: 0;justify-content: center; flex-wrap: wrap;}
.bnrStripBox {  width: 32%; padding:0 5px;}

.section1 {padding: 30px 0;}
.s1-bx{ padding:0 10px; margin:0;}
.s1-bx1{padding: 15px 15px;margin-top: 20px;}
.s1-bx1-lft {width: 100%;text-align: center; margin-right: 0; border-bottom:1px solid #d7d7d7; padding-bottom:10px;}
.s1-bx1-rgt { width: 100%;text-align:center;border-left:none;  padding:0 0 0; margin-top:13px;}
.s1-bx1-lft-p1 span {font-size: 20px;line-height: 26px;}
.s1-bx1-rgt-p{ font-size:16px;}
.comn-hding {font-size: 26px; line-height: 32px;}
.comn-txt {margin-top: 15px;}

.comn-btn {width:100%;}

.section2 {padding: 30px 0;}
.s2-mid-left, .s2-mid-rgt{ width:100%; margin:0;}
.s2-img { margin: 16px auto;}

.section3 {padding: 30px 0 0;}
.s3-hding {font-size: 22px;line-height: 35px;}
.s3-mid {margin-top: 25px; padding: 0 10px;}
ul.s3-list li {width: 100%; margin-top:30px;padding: 0 15px;}
ul.s3-list li div{width: 50px; height: 50px;font-size: 25px;line-height: 50px;}
ul.s3-list li:after{ display:none;}
ul.s3-list li h1 { height: auto;}
.section3 .comn-btn { margin-top: 30px;}

.section4 { padding: 40px 0 30px;}
.s4-row{ margin-top:0;flex-wrap: wrap;}
.s4-col-bx { width: 100%; padding: 20px 15px;margin-top:15px;}
.s4-txt1 { min-height: auto;margin-top: 15px;}
.s4-txt2 {font-size: 16px; line-height: 22px;margin-top: 20px;}
.s4-txt2 span {font-size: 13px;}
.s4-txt2 img {margin: -2px 4px 0 0; width: 15px;}

.s5-bx {margin-top: 20px;}
.s5-bx-lft, .s5-bx-rgt {width: 100%;padding:25px 25px;}
.s5-bx-rgt{ border-radius: 0 0 9px 9px;}
.s5-brn1, .s5-brn2{margin-top: 19px;width: 100%;}
.s5-bx-p1 { font-size: 16px; line-height: 20px;}
.s5-bx-hding {font-size: 24px; line-height: 32px; letter-spacing:0.5px;margin-top: 10px;}
.s5-icon {top: 15px; right: 15px;width: 33px;}

.footer { padding: 20px 0;}
.ftr-logo { margin: 0 auto 20px; width: 121px;}
.ftr-txt {font-size: 14px; line-height: 22px;}
.footer .ftr-txt a { padding: 0 4px;}
.ftr-txt2 { margin-top: 16px;}

}
							
@media only screen and (max-width:364px){

.bnr-mid-hding{ font-size:25px;}
.bnr-mid-p2 {font-size: 15px;line-height: 23px; margin-top: 5px;}

}

.logo > .phone-text {
	margin-top: 9px;
	padding-bottom: 0;
	float: left;
	clear: both;
	font-size: 12px;
	letter-spacing: 0.6px;
}
