@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&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: 'Poppins', sans-serif;
	font-weight:400;
	letter-spacing:0.5px;
	}
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;}
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: 'Nantes';
	src: url('Nantes-Bold.woff2') format('woff2'),
	url('Nantes-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}

/*====MAIN CSS START====*/
.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
.data-banner{
	float:left;
	width:100%;
	padding:45px 0 0;
	background:url(../images/data-banner.jpg) no-repeat center top;
	position:relative;
	}
.data-banner:before{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:170px;
	background:#fff;
	content:"";
	}
.data-sec-logo{
	display:block;
	margin:0 auto;
	}
.data-heading{
	float:left;
	width:100%;
	margin-top:80px;
	font-size:54px;
	line-height:60px;
	font-weight:bold;
	font-family: 'Nantes';
	color:#1c2239;
	letter-spacing:0;
	}
.data-heading span{ color:#1a8cd4;}
.data-sub-text{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#010101;
	font-weight:500;
	margin-top:55px;
	letter-spacing:0;
	}
.condition-field {
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:655px;
	overflow:hidden;
	margin-top:40px;
	}
.condition-field input {
    float: left;
    width:calc(100% - 290px);
	height:62px;
    border: none;
    outline: none;
    color: #000;
    font-size:17px;
    padding: 0 20px;
	font-family: 'Poppins', sans-serif;
	background:#fff;
	box-shadow:inset 0 1px 9px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:inset 0 1px 9px 1px rgba(0,0,0,0.1);
	border:1px solid #d8d8d8;
	border-radius:5px;
	}

.condition-field input::placeholder{
	color:#707070;
	letter-spacing:0.5px;
	}
.referralBtn {
    /*float: right;*/
    width:270px;
    text-align: center;
    background: #fa6d20;
	border-radius:5px;
	height:62px;
	font-size:19px;
	line-height:64px;
	font-family: 'Poppins', sans-serif;
	font-weight:500;
	letter-spacing:0;
	color:#fff;
	-webkit-appearance:none;
	border:none;
	outline:none;
	cursor:pointer;
	}
.btn-arw{
	display:inline-block;
	vertical-align:middle;
    margin:-3px 0 0 10px;
	}
.data-blueBox{
	float:left;
	width:100%;
	margin-top:105px;
	background:#2962b3;
	border:1px solid #fff;
	box-shadow:0 0 9px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 9px 1px rgba(0,0,0,0.1);
	border-radius:15px;
	padding:25px 25px 30px;
	}	
.blueBox-col{
	float:left;
	width:33.33%;
	padding:0 20px;
	position:relative;
	text-align:center;
	}
.blueBox-col:after{
	position:absolute;
	content:"";
	top:30px;
	bottom:20px;
	right:0;
	width:1px;
	height:245px;
	background:#6a9be0;
	}
.blueBox-col:first-child{ padding-left:0;}
.blueBox-col:last-child{ padding-right:0;}
.blueBox-col:last-child:after{ display:none;}
.blueBox-col img{
	display:block;
	margin:0 auto;
	}
.blueBox-col span{
	float:left;
	width:100%;
	font-size:26px;
	line-height:32px;
	color:#fff;
	font-weight:bold;
	font-family: 'Nantes';
	margin-top:10px;
	letter-spacing:0;
	}
.blueBox-col p{
	float:left;
	width:100%;
	font-size:17px;
	line-height:25px;
	color:#fff;
	font-weight:normal;
	margin-top:12px;
	letter-spacing:0.3px;
	}
/*====data-sec1====*/
.data-sec1{
	float:left;
	width:100%;
	padding:130px 0 40px;
	border-bottom:1px solid #e7e7e7;
	}
.trust-text{
	float:left;
	width:100%;
	font-size:26px;
	line-height:32px;
	color:#1c2239;
	font-weight:bold;
	font-family: 'Nantes';
	background:url(../images/trust-line.png) no-repeat center center;
	}
.data-promise-list{
	float:left;
	width:100%;
	}
.data-promise-list li{
	float:left;
	width:25%;
	margin-top:25px;
	}
.data-promise-list li img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
/*====Footer-Sec====*/
.footer-sec{
	float:left;
	width:100%;
	}
.footer1{
	float:left;
	width:100%;
	padding:60px 0 40px;
	border-bottom:1px solid #e7e7e7;
	}
.footer-logo{
	display:block;
	margin:0 auto 0;
	width:200px;
	}
.footer-text{
	float:left;
	width:100%;
	font-size:14px;
	line-height:22px;
	color:#333;
	margin-top:20px;
	}
.footer-text a{
	font-size:16px;
	line-height:24px;
	padding:0 10px;
	letter-spacing:0.5px;
	}
.footer2{
	float:left;
	width:100%;
	padding:35px 0;
	}
ul.social-list{
	float:right;
	text-align:right;
	}
ul.social-list li{
	display:inline-block;
	vertical-align:middle;
	margin:0 0 0 15px;
	}
ul.social-list li img{
	display:block;
	margin:0 auto;
	max-width:100%;
	width:30px;
	}
.footer2 .footer-text{ width:auto; margin-top:0;}
.footer2text{
	float:left;
	font-size:16px;
	letter-spacing:0.5px;
	}

.showMob, .showTab {display: none;}
.showDesk {display: block;}	
@media only screen and (max-width:1200px){
.container{width:1004px;}

.data-heading{ font-size:52px; line-height:58px;}

}

@media only screen and (max-width:1021px){
.container{width:750px;}
.showDesk, .showMob {display: none;}
.showTab {display: block;}

.data-heading{ font-size:46px; line-height:52px; margin-top:50px;}
.data-sub-text{ font-size:17px; line-height:25px; margin-top:35px;}
.data-blueBox{ margin-top:70px;}
.blueBox-col{ padding:0 15px;}
.blueBox-col span{ font-size:21px; line-height:28px;}
.blueBox-col p{ font-size:15px; line-height:21px; letter-spacing:0;}
.data-sec1{ padding:70px 0 40px;}
.data-promise-list li img{ max-width:85%;}


}



@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}
.showMob{display:block;}
.hideMob{ display:none;}

.data-banner{ padding:25px 0 0; background:#e7eff9;}
.data-banner:before{ height:400px;}
.data-sec-logo{ width:160px;}
.data-heading{ margin-top:25px; font-size:32px; line-height:40px;}
.data-sub-text{ margin-top:25px; letter-spacing:0.5px; padding:0 30px;}
.condition-field input{ width:100%;}
.referralBtn{ float:none; display:inline-block; vertical-align:top; margin-top:15px; width:100%;}

.data-blueBox{ margin-top:45px; padding:0 15px 25px; border-radius:10px;}
.blueBox-col{ padding:0; width:100%; margin-top:25px;}
.blueBox-col:after{ display:none;}
.blueBox-col p{ letter-spacing:0.3px;}

.data-sec1{ padding:30px 0 15px;}
.data-promise-list li{ width:50%; margin-top:10px;}


.footer1{ padding:25px 0 20px;}
.footer-logo{ width:135px;}
.footer-text{ margin-top:10px; font-size:13px; letter-spacing:0;}
.footer-text a{ font-size:13px; letter-spacing:0.5px;}
.footer2{ padding:20px 0 25px;}
ul.social-list{ width:100%; text-align:center;}
.footer2 .footer-text{ margin-top:15px; float:none; display:inline-block; vertical-align: top;}
.foterlink{ display:none;}

}



/*========================
FORM-POP
==========================*/
.modal{overflow:hidden;}
.popup-Box{
	position:fixed;
	top:0;
	bottom:0;
	width:100%;
	left:0;
	background:rgba(0,0,0,0.7);
	z-index:100;	
	overflow:auto;
	}
.pop-content{
	float: left;
    width: 100%;
    padding: 30px 0;
	}		
.pop-container{
	max-width: 570px;
    margin: 0 auto;
    padding: 0 15px;
	}	
.pop-outerBox{
	float:left;
	width:100%;
	position:relative;
	background:#ebfdfd;
	border-radius:20px;
	overflow:hidden;
	padding:30px 0;
	}
.pop-box-body{
	float:left;
	width:100%;
	padding:0 40px;
	}
.pop-close{
	position: absolute;
    line-height: 19px;
    z-index: 99;
    right: 10px;
    top: 10px;
    font-size: 11px;
    color: #333;
    border-radius: 50%;
    border: 1px solid #938f8f;
    width: 20px;
    height: 20px;
    text-align: center;
    font-family: sans-serif;
    font-weight: 400;
    cursor: pointer;
	}
.pop-heading{
	float:left;
	width:100%;
	font-size:26px;
	line-height:34px;
	color:#1c2239;
	font-weight:bold;
	font-family: 'Nantes';
	}
.frmElement{
	float:left;
	width:100%;
	margin-top:20px;
	position:relative;
	}
.frmElement label{
	float:left;
	width:100%;
	color:#000000;
	font-size:18px;
	text-align:left;
	}
.frmField, .frmSelect{
	float: left;
    width: 100%;
	margin-top:5px;
    outline: none;
    height:60px;
    color: #000;
    font-size: 17px;
	letter-spacing:0.5px;
    padding: 0px 15px;
    font-family: 'Poppins', sans-serif;
	border:1px solid #cfebeb;
    font-weight: 300;
	-webkit-appearance:none;
	border-radius:10px;
	background:#fff;
	position:relative;
	box-shadow:0 2px 4px 0 rgba(0,0,0,0.1);
	}
.sex-opt{
	float:left;
	width:100%;
	margin-top:10px;
	}
.sex-opt li{
	float:left;
	margin-right:15px;
	}
.sex-opt li label{
	float:none;
	width:auto;
	display:inline-block;
	vertical-align:middle;
	font-weight:500;
	cursor:pointer;
	}
.sex-opt li input[type=radio]{
	display:inline-block;
	vertical-align:middle;
	width:18px;
	height:18px;
	}
.find-btn{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
	max-width:390px;
    margin-top: 30px;
    background: #f76d01;
    border-radius: 8px;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.5px;
    font-weight: 500;
    padding: 18px 10px 16px;
    border: none;
    outline: none;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    -webkit-appearance: none;
	}
.find-btn img{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 0 0 10px;
	}





.m-select-d-box{
	position:fixed!important;
	z-index:999;
	width:460px!important;
	left: 50%!important;
    transform: translateX(-50%);
	}
.m-select-d-box__list-container{
	float:left;
	width:100%;
	}
.m-select-d-box__list-item{
	float:left;
	width:100%;
	color:#333;
	font-size:16px;
	margin:6px 0;
	text-align:left;
	cursor:pointer;
	padding-left:30px;
	position:relative;
	}
.m-select-d-box__list-item:before{
	content:'';
	position:absolute;
	left:0;
	width:20px;
	height:20px;
	border-radius:3px;
	border:1px solid #CCC;
	}
.m-select-d-box__list-item.m-select-d-box__list-item_selected:before{
	background:url(../images/tik.svg) no-repeat center center #2962b3;
	}

@media only screen and (max-width:600px){
.pop-outerBox{ padding:30px 0;}
.pop-box-body{ padding:0 20px;}
.pop-heading{ font-size:20px; line-height:30px;}
.frmElement{ margin-top:15px;}
.find-btn{font-size: 17px;padding: 17px 5px 15px;margin-top: 25px;}
.find-btn2{font-size: 20px;}
.find-btn img {margin: -2px 0 0 4px;}

	
	
.m-select-d-box{width:calc(100% - 70px)!important;}
.m-select-d-box__list-container{max-height:200px!important;}
}