@charset "utf-8";
/* CSS Document */

/* Roboto font */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

/* reset */
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #ffffff;
	color: #000000;
	text-align: center;
    font-family:'Roboto', 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; 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;}
.only-desk{display:block;}
.only-mob{display:none;}

a.do-not-sell {
    border-bottom: 1px solid dodgerblue;
    color: dodgerblue;
}

/* did-btn & bnr-txt */

.bnr-txt {
	color:#ffffff;
	font-size:1rem;
	/* line-height:54px; */
	font-weight:normal;
	letter-spacing:0.5px;
	margin: 0.5rem;
}

.did-div{
	flex-direction: column;
	align-items: center;
	display: flex;
}

.did-btn {
    /* letter-spacing: 0.1rem; */
    font-weight: 500;
    background-color: #e0ac00;
    color: #000;
    margin: 0 0 .5rem 0;
    padding: 0.75rem 0.75rem;
    border: 1px solid #ffce2c;
    border-radius: 5px;
    text-align: center;
    transition: 0.5ms;
    text-decoration: none;
    font-size: medium;
}



.did-btn:hover{
    background-color: #ffcd39;
}

/* for cl-did[x] pages */

.did-lander-btn {
    text-decoration: none;
    letter-spacing: 0.1rem;
    color: black;
    background-color: #e0ac00;
    padding: 0.75rem 1.5rem;
    font-weight: 400;
    border-radius: 5px;
    text-align: center;
    width: 225px;
	font-size: 20px;
	margin: auto;
	border: 2px solid #ffbf00;
}
.did-lander-btn:hover {
    background-color: #ffe839;
}
.txt-frmt {
    margin: 0.75rem 0;
}

.h1-did-lander {
    font-size: 22px;
    color: #ffffff;
	margin: 0.5rem 0;
}

.h3-did-lander {
    font-size: 1.15rem;
}

.p-larger {
    font-size: larger;
    font-weight: 400;
}

/* main */

.container {
	width:1004px;
	margin:0 auto;
	padding:0;
	position:relative;
	max-width: 800px;
}

.header{
	float:left;
	width:100%;
	height:70px;
	background:#fff;
	position:relative;
}

.logo{
	margin-top:15px;
	width: 215px;
}

.menu-icn{
	float:right; 
	margin-top:25px;
}	

.caption{
	float:left;
	width:100%;
	padding:6px 0 5px;
	background:#ebeefe;
}

.caption-txt{
	float:left;
	width:100%;
	color:#151515;
	font-size:16px;
	text-align:center;
	line-height:22px;
	letter-spacing:1px;
}

.caption-txt span{
	color:#ff0000;
	font-weight:500;
}

strong{font-weight:500;}
.caption-txt img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 3px 0 0;
}
	
.bnr-section{
	float:left;
	width:100%;
	height:360px;
	background:url(../images/bnr-bg.jpg)no-repeat center top #323c79;
}

.bnr-left{
	float:left;
	width:100%;
	text-align:left;
	padding:55px 0;
}

.bnr-txt {
	color:#ffffff;
	font-size:1rem;
	/* line-height:54px; */
	font-weight:normal;
	letter-spacing:0.5px;
	margin: 0.5rem;
}

.bnr-txt1{
	color:#ffffff;
	font-size:50px;
	line-height:54px;
	font-weight:normal;
	letter-spacing:0.5px;
}

.bnr-txt1 span{
	color:#fffbce;
	font-weight:bold;
}

.bnr-txt2{
	color:#ffffff;
	font-size:20px;
	line-height:26px;
	font-weight:500;
	letter-spacing:0.5px;
	margin-top:12px;
}

.bnr-list{
	float:left;
	width:100%;
	text-align:left;
	border-top:1px solid #515b95;
	border-bottom:1px solid #515b95;
	padding:13px 0px 6px;
	margin-top:30px;
}

.bnr-list li{
	display:inline-block;
	vertical-align:middle;
	color:#ffffff;
	font-size:20px;
	line-height:20px;
	font-weight:normal;
	letter-spacing:0.2px;
	text-align:left;
	padding:0px 15px;
	position:relative;
}

.bnr-list li:first-child{
	padding-left:0;
}

.bnr-list li:last-child{
	padding-right:0;
}

.bnr-list li:after{
	content:'';
	position:absolute;
	top:-3px;
	right:-5px;
	width:1px;
	height:25px;
	background:#515b95;
}

.bnr-list li:last-child:after{
	display:none;
	}
.bnr-icn{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 5px 0 0;
	}

.vid-box {
	margin: 0 auto;
	width: 50%;
}
.main-section{
	float:left;
	width:100%;
	padding:30px 0 60px;
	}
.commn-para{
	color:#2c2c2c;
	font-size:17px;
	line-height:26px;
	letter-spacing:0.5px;
	text-align:left;
	margin-top:15px;
	}
.commn-para.margin-top-0{
	margin-top:0;
	}
.row-bx{
	float:left;
	width:100%;
	margin-top:50px;
	}
.row-left{
	float:left;
	width:61%;
	text-align:left;
	}
.row-heading{
	color:#2c2c2c;
	font-size:30px;
	line-height:36px;
	font-weight:700;
	}
.red-strip{
	float:left;
	width:100%;
	background:#fff5f6;
	border-top:1px solid #f6e7e8;
	border-bottom:1px solid #f6e7e8;
	border-right:1px solid #f6e7e8;
	border-left:4px solid #ff0000;
	padding:12px 22px 10px 16px;
	margin-top:20px;
	}
.strip-txt1{
	float:left;
	color:#141414;
	font-size:17px;
	line-height:26px;
	font-weight:500;
	letter-spacing:0.5px;
	text-transform:uppercase;
	}
.strip-txt1 img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 3px 0 0;
	}
.strip-txt2{
	float:right;
	color:#ff0000;
	font-size:15px;
	line-height:26px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:0.2px;
	position:relative;
	}
.strip-txt2:after{
	content:'';
	position:absolute;
	bottom:0px;
	left:-2px;
	width:150px;
	height:1px;
	background:#ff0000;
	}
.strip-txt2 img{
	display:inline-block;
	vertical-align:middle;
	margin:2px 0 0 6px;
	}
.row-btn{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	color:#ffffff;
	font-size:20px;
	line-height:26px;
	padding:15px;
	font-weight:500;
	letter-spacing:0.5px;
	text-align:center;
	border-radius:5px;
	background:#18b281;
	margin-top:25px;
	}
.yellw-strip{
	float:left;
	width:100%;
	border:1px solid #f5f3d8;
	background:#fffde6;
	padding:3px 0 1px;
	margin-top:15px;
	position:relative;
	}
.yellw-strip img{
	position:absolute;
	top:-7px;
	left:50%;
	margin-left:-7.5px;
	}
.yellw-strip p{
	color:#636363;
	font-size:16px;
	line-height:26px;
	letter-spacing:0.5px;
	text-align:center;
	}
.yellw-strip p span{
	color:#414141;
	font-weight:500;
	}
.row-rgt{
	float:right;
	width:33%;
	}
.row-rgt-bx{
	float:right;
	width:100%;
	border:1px solid #ebebeb;
	-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);
	padding:20px 20px 40px;
	margin-top:50px;
	}
/* Mobile image */
.row-rgt-bx-mbl{
	float:right;
	width:100%;
	border:1px solid #ebebeb;
	-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);
	padding:20px 20px 40px;
	margin-top:20px;
	display:none;
}
.row-rgt-bx-mbl:first-child{
	margin-top:0px;
}
.row-rgt-bx-mbl-img{
	float:right;
	width:100%;
	border:1px solid #ebebeb;
	-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);
	padding:20px 20px 40px;
	margin-top:50px;
	display:none;
}
.row-rgt-bx-mbl-img:first-child{
	margin-top:0px;
}
.product-img{
	display:block;
	margin:0 auto;
	width:50%;
	}
.product-img-test{
	/* display:block; */
	margin:0 auto;
	width:25%;
}
.row-rgt-hdg{
	color:#1a1a1a;
	font-size:20px;
	line-height:26px;
	font-weight:700;
	text-align:left;
	letter-spacing:0.2px;
	border-bottom:1px solid #ebebeb;
	padding-bottom:10px;
	margin-top:10px;
	}
.row-rgt-dlts{
	float:left;
	width:100%;
	}	
.row-rgt-dlts table{
	float:left;
	width:100%;
	margin-top:23px;
	}
.row-rgt-dlts table tr td{
	color:#2e2e2e;
	font-size:14px;
	line-height:24px;
	letter-spacing:0.5px;
	padding:7px 0;
	font-family:'Roboto', sans-serif;
	text-align:left;
	float:left;
	position:relative;
	}
.row-rgt-dlts table tr td:nth-child(1){ width:60%;}
.row-rgt-dlts table tr td:nth-child(2){ width:40%;font-weight:600;}
.row-rgt-dlts table tr td:nth-child(1) i{
	vertical-align:middle;
	width:20px;
	text-align:center;
	margin:-1px 3px 0 0;
	color:#919191;
	}
.row-rgt-dlts table tr td:nth-child(2) i{
	vertical-align:middle;
	margin:-2px 0 0 3px;
	}
.green{ color:#009b00;}
.red{ color:#F00;}


footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width:100%;
    text-align: center;
    background-color: #323c7a;
    color: #fff;
    margin-top: auto;
    padding: 1rem 1rem;
    font-weight: 600;
}
#footer {
    color:#fff;
    font-weight: 600;
}

#links a {
    color: #fff;
    padding: 0 3px;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

.no-sell > a {
	color: dodgerblue;
	border-bottom: 1px solid dodgerblue;
    text-decoration: none;
    font-size: 17px;
}



/*==========Form-Page=================*/
.form-header{
	float:left;
	width:100%;
	padding:15px 0;
	text-align:center;
	}
.frmlogo{
	display:inline-block;
	vertical-align:middle;
	width: 300px;
	}
.form-banner{
	float:left;
	width:100%;
	padding:30px 0 200px;
	background:#323c7a;
	}
.frm-heading{
	float:left;
	width:100%;
	font-size:32px;
	line-height:38px;
	letter-spacing:0.5px;
	color:#ffffff;
	}
.form-section{
	float:left;
	width:100%;
	padding-bottom:80px;
	}
.form-box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:800px;
	margin-top:-170px;
	background:#fff;
	border-radius:5px;
	box-shadow:0 2px 9px 2px rgba(0,0,0,0.3);
	padding:30px;
	}


/*==========POP-UP=================*/
.popup-Box{
	position:fixed;
	top:0;
	bottom:0;
	width:100%;
	left:0;
	background:rgba(0,0,0,0.7);
	z-index:999;	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
	}
.pop-content{
	float: left;
    width: 100%;
    padding: 30px 0;
	}		
.pop-container{
	max-width: 700px;
    margin: 0 auto;
    padding: 0 15px;
	}	
.pop-outerBox{
	float:left;
	width:100%;
	position:relative;
	background:#fff;
	border-radius:10px;
	overflow:hidden;
	padding:30px 0 25px;
	}
.pop-header{
	float:left;
	width:100%;
	padding-bottom:25px;
	}
.pop-box-body{
	float:left;
	width:100%;
	padding:0 30px;
	max-height: 75vh;
	overflow-y: scroll;
	}
.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-logo{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	}
.pop-heading{
	float:left;
	width:100%;
	font-size:30px;
	line-height:36px;
	letter-spacing:0.8px;
	color:#181818;
	}
.frmElement{
	float:left;
	width:100%;
	margin-top:20px;
	position:relative;
	}
.frmElement.hlf{ width:48%;}
.frmElement.fr{ float:right;}

.frmElement label{
	float:left;
	width:100%;
	font-size:17px;
	line-height:22px;
	font-weight:500;
	color:black;
	margin-bottom:5px;
	letter-spacing:0.5px;
	text-align:left;
	}
.frmField{
	float: left;
    width: 100%;
    outline: none;
    height:45px;
    color: #000;
    font-size: 16px;
	letter-spacing:0.5px;
    padding: 0px 13px;
    font-family: 'Roboto', sans-serif;
	border:1px solid #d6d6d6;
    font-weight: 300;
	-webkit-appearance:none;
	background:#fff;
	position:relative;
	box-shadow:inset 0 0 6px 0 rgba(0,0,0,0.1);
	}
.frmElement select{
	background:url(../images/dwn-arw.png) no-repeat 96% center;
	padding-right:30px;
	}
.questionary-dv{
	float:left;
	width:100%;
	margin-top:22px;
	text-align:left;
	}
.questionary-dv p{
	float:left;
	width:100%;
	font-size:17px;
	line-height:22px;
	letter-spacing:0.5px;
	color:black;
	font-weight:500;
	margin-bottom:8px;
	}
.upgrd-ans{
	float:left;
	width:100%;
	color: black;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	line-height: 22px;
	}
.upgrd-ans label{
	display:inline-block;
	vertical-align:middle;
	padding:0 20px 0 3px;
	}
.upgrd-ans label input[type=radio] {
	position: absolute;
	opacity: 0;
	}
.upgrd-ans label input[type=radio] + span {
	display:inline-block;
	vertical-align:middle;
	margin:-4px 6px 0 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #5d5d5d;
	position:relative;
	}
.upgrd-ans label input[type=radio]:checked + span:after {
	content: '';
	position: absolute;
	left: 3px;
	top: 3px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #5d5d5d;
	}
/* .call-cta {
	display: flex;
	align-items: center;
	justify-content: flex-end; 
	position:fixed;
	bottom:0; 
} */
.did-only-btn{
	display:inline-block;
	font-family: 'Roboto';
	/* position: sticky; */
	vertical-align:middle;
	/* margin:25px auto 0 auto; */
	/* margin-top:25px; */
	margin: 25px auto;
	padding: 0 auto;
	background:#18b281;
	border-radius:5px;
	font-size:22px;
	line-height:26px;
	letter-spacing:0.5px;
	font-weight:bold;
	padding:16px 10px 14px;
	border:none;
	outline:none;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	cursor:pointer;
	-webkit-appearance:none;
	transition: 0.5s;
	border: 1px solid #18b281;
	}
.did-only-btn:hover {
	border: 1px solid #18b281;
	background:#09eca4;
	transition: 0.5s;
	color: black;
}
.calculate-btn{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:25px;
	background:#18b281;
	border-radius:5px;
	font-size: 28px;
	line-height:26px;
	letter-spacing:0.5px;
	font-weight:bold;
	padding:16px 10px 14px;
	border:none;
	outline:none;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	cursor:pointer;
	-webkit-appearance:none;
	}
.paid-prc{
	float:left;
	width:100%;
	font-size:17px;
	line-height:24px;
	color:#595959;
	margin-top:6px;
}

.calculate-text{
	float:left;
	width:100%;
	font-size:13px;
	line-height:18px;
	letter-spacing:0.5px;
	color:#000;
	margin-top:20px;
	font-weight:300;
	text-align:left;
}
.terms-chk {
	margin-right: 5px;
}


.thank-banner{
	float: left;
    width: 100%;
    background: url(../images/bnr-bg.jpg)no-repeat center top #323c79;
	padding:30px 0 240px;
	}
.thnx-text1{
	float:left;
	width:100%;
	font-size:40px;
	line-height:44px;
	letter-spacing:0.5px;
	color:#fffbce;
	font-weight:bold;
	}
.thnx-text2{
	float:left;
	width:100%;
	font-size:24px;
	line-height:26px;
	letter-spacing:0.5px;
	color:#ffffff;
	font-weight:500;
	margin: 8px 0;
}

.thank-sec1{
	float:left;
	width:100%;
	padding-bottom:60px;
	min-height: calc(100vh - 570px);
}

.thank-contact-box{
	float:left;
	width:100%;
	margin-top:-210px;
	background:#fff;
	box-shadow:0 2px 9px 1px rgba(0,0,0,0.1);
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
    align-items: center;
	border:1px solid #ebebeb;
}

.thnak-left{
	float:left;
	width:32%;
	text-align:left;
}

.thank-leftimg{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
}

.thank-rght{
	float:right;
	width:67%;
	text-align:left;
	padding:30px;
}

.ty-box-para{
	font-size:18px;
	line-height:26px;
	letter-spacing:0.5px;
	color:#2c2c2c;
}

.call-strip{
	float:left;
	margin:30px 0 0 -110px;
	background:#5a68c1;
	padding:25px 25px 25px 110px;
	position:relative;
}

.call-ic{
	position:absolute;
	left:20px;
	top:30px;
}

.call-strip p{
	float:left;
	width:100%;
	font-size:22px;
	line-height:30px;
	letter-spacing:0.5px;
	font-weight:500;
	color:#ffffff;
}

.call-strip span{
	float:left;
	width:100%;
	font-size:28px;
	line-height:30px;
	font-weight:bold;
	color:#fff;
	margin-top:20px;
}
/* Toxic Water -SA2 Edits */
.form-header2{
	display:flex;
	flex-direction: column;
	margin: auto;
	position: relative;
	max-width: 600px;
}
.form-header2-h3{
	margin: 1em 2em;
}
.call-banner{
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1em;
	margin: 1em 0;
}

.banner-btn {
    text-decoration: none;
    letter-spacing: 0.1rem;
    color: black;
    background-color: #ffe839;
    padding: 0.75rem 1.5rem;
    font-weight: 400;
    border-radius: 5px;
    text-align: center;
    width: 225px;
	font-size: 20px;
	margin: auto;
	border: 2px solid #ffbf00;
}
/* Flex */
.frm-flex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width:1440px) {	
.container{width:750px;}
.h1-did-lander {
	font-size: 32px;
	text-align: justify;
    color: #ffffff;
    letter-spacing: .1rem;
}
.txt-frmt {
    margin: 1rem 0;
}
.bnr-section{background:url(../images/bnr-bg.jpg)no-repeat 56% top #323c79; background-size:cover;}
.bnr-left{ padding:40px 0; width:85%;}
.bnr-txt1{font-size:41px; line-height:49px;}
.bnr-list li {font-size:17px; line-height:20px; padding:0px 13px;}

.row-left{width:54%;}
.row-heading{ font-size:26px; line-height:32px;}
.strip-txt2{display:none;}

.row-rgt{width:41%;}
.row-rgt-bx{padding:20px 15px 40px;}

.thnak-left{width: 34%;}
.thank-rght{ padding:20px 10px 20px 20px;width: 66%;}
.ty-box-para{font-size: 17px;line-height: 24px;}
.call-strip{margin: 15px 0 0 -108px;padding: 17px 10px 17px 110px;}
.call-ic {left: 25px; top: 27px;width: 60px;}
.call-strip p{font-size: 18px;line-height: 27px;}
.call-strip span{font-size: 22px; line-height: 23px;margin-top: 15px;}


}

@media only screen and (max-width:767px){
	.container{max-width:600px;width:100%;padding:0px 10px;}
	.only-desk{display:none;}
	.only-mob{display:block;}

    .no-sell > a {font-size: smaller;}
    
	.header{height:52px;}
	.logo{width:130px; margin-top:12px;}
	.menu-icn{margin-top:17px;width: 30px;}

	.caption-txt{font-size:14px; line-height:19px;}

	.bnr-section{height:auto; background: url(../images/bnr-bg-mob.jpg)no-repeat 56% top; background-size:cover;}
	.bnr-left{width:100%; padding:23px 0;}
	.bnr-txt1{font-size:26px; line-height:36px;}
	.bnr-txt2{font-size:16.6px; line-height:25px;}

	.bnr-list{margin-top:25px; padding:15px 0px 0; border-bottom:none;}
	.bnr-list li,.bnr-list li:first-child,.bnr-list li:last-child{width: 32%; font-size:16px; text-align:center;padding:0px 10px;}
	.bnr-list li:after{display:none;}
	.bnr-icn{display:block; margin:0 auto 10px;}

	.row-bx{margin-top:30px;}
	.row-left{width:100%;}

	.main-section{ padding:20px 0 30px;}
	.commn-para{font-size: 17px;line-height: 24px;}
	.row-heading{font-size:24px; line-height:30px;}
	.red-strip{padding:10px 22px 8px 12px; margin-top:15px;}
	.strip-txt1{font-size:16px;}
	.row-rgt-bx {
		display:none;
		margin-top:20px;
		padding: 20px 15px 20px;
	}
	.row-rgt-bx-mbl {
		/* border-top: 1px solid lightgray; */
		margin-top:30px;
		padding: 20px 15px 20px;
	}
	.row-rgt-bx-mbl-img {
		/* border-top: 1px solid lightgray; */
		margin-top:80px;
		padding: 20px 15px 20px;
	}
	.mbl-btm-margin {
		margin-bottom: 80px;
		padding-bottom: 20px;
	}
	.mbl-sec-brk {
		margin: 3rem 0 3rem 0;
		border-top: 1px solid lightgray;
	}
	.sec-line-mbl {
		border: 1px solid lightgray;
		margin: auto;
		width: 66%;
	}
	.row-btn{ padding:14px;}

	.footer{ padding:20px 0;}
	.ftr-txt1{font-size: 15px; line-height: 24px;}

	.form-header{ padding:10px 0;}
	.frmlogo{ width:150px;}
	.form-banner{ padding:15px 0 185px;}
	.frm-heading{font-size: 20px; line-height: 28px;}
	.form-section{ padding-bottom:30px;}
	.form-box{ padding:10px 15px 20px 15px;}

	.pop-outerBox{ padding:20px 0;}
	.pop-header {padding-bottom: 15px;}
	.pop-logo{ width:150px;}
	.pop-box-body{ padding:0 15px;}
	.pop-heading{font-size: 18px;line-height: 23px; letter-spacing:0.3px;}
	.frmElement.hlf{ width:100%;margin-top: 15px;}
	.frmElement label{font-size: 16px;line-height: 18px;}
	.questionary-dv{    margin-top: 17px;}
	.questionary-dv p{font-size: 15px;line-height: 20px;  margin-bottom: 6pxpx;}
	.calculate-btn{margin-top: 25px;font-size: 20px;}
	.paid-prc{font-size: 15px;line-height: 22px;}

	.thank-banner{ padding:20px 0 200px;}
	.thnx-text1{font-size: 27px;line-height: 32px;}
	.thnx-text2{font-size: 17px; line-height: 22px; margin-top:5px;}
	.thank-contact-box{margin-top: -180px;}
	.thank-sec1{ padding-bottom:30px; min-height:auto;}
	.thnak-left{ width:100%;}
	.thank-rght{ width:100%; padding:20px 0 0;}
	.call-strip{ width:100%; margin:15px 0 0;padding: 17px 10px 17px 68px;}
	.ty-box-para{ padding:0 17px;}
	.thank-leftimg-m{ margin:0 auto; width:100%;}
	.call-ic{ width:45px; left:10px; top:50%; margin-top:-30px;}
	.call-strip p {font-size: 17px;line-height: 25px;}
	.call-strip span {font-size: 20px;line-height: 22px;margin-top: 15px;}
	.h1-did-lander {
		font-size: 28px;
	}
}

@media only screen and (min-width: 1441px) {
	.container{width:750px;}
	.h1-did-lander {
		font-size: 36px;
		text-align: justify;
		color: #ffffff;
		letter-spacing: .1rem;
	}
	.txt-frmt {
		margin: 1rem 0;
	}
	.bnr-section{background:url(../images/bnr-bg.jpg)no-repeat 56% top #323c79; background-size:cover;}
	.bnr-left{ padding:40px 0; width:85%;}
	.bnr-txt1{font-size:41px; line-height:49px;}
	.bnr-list li {font-size:17px; line-height:20px; padding:0px 13px;}

	.row-left{width:54%;}
	.row-heading{ font-size:26px; line-height:32px;}
	.strip-txt2{display:none;}

	.row-rgt{width:41%;}
	.row-rgt-bx{padding:20px 15px 40px;}

	.thnak-left{width: 34%;}
	.thank-rght{ padding:20px 10px 20px 20px;width: 66%;}
	.ty-box-para{font-size: 17px;line-height: 24px;}
	.call-strip{margin: 15px 0 0 -108px;padding: 17px 10px 17px 110px;}
	.call-ic {left: 25px; top: 27px;width: 60px;}
	.call-strip p{font-size: 18px;line-height: 27px;}
	.call-strip span{font-size: 22px; line-height: 23px;margin-top: 15px;}
}

