a, a:focus, a:hover {
	text-decoration:none
}
*, body, img {
	margin:0;
	padding:0
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin:0;
	padding:0;
	border:0;
	font:inherit
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:after, blockquote:before, q:after, q:before {
	content:'';
	content:none
}
table {
	border-collapse:collapse;
	border-spacing:0
}
* {
	box-sizing:border-box
}
a {
	outline:0;
	border:none;
}
a:focus {
	outline:0;
	border:none;
}
a:hover {
	outline:0;
	border:none;
}
button {
	outline:0;
	border:none;
}
button:hover {
	outline:0;
	border:none;
}
button:focus {
	outline:0;
	border:none;
}
.spacer {
	clear:both;
	line-height:0;
	font-size:0
}
img {
	border:0;
	height:auto;
	max-width:100%
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal
}
select {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none
}
body {
	font-family: "Roboto", serif;
	font-weight: 400;
}
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.justify-content-between {
	justify-content:space-between;
}
.align-items-center {
	align-items:center;
}
.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.both-padding {
	padding:0 15px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.p-0 {
	padding:0 !important;
}
.pt-0 {
	padding-top:0 !important;
}
.pt-2 {
	padding-top:8px !important;
}
.pb-0 {
	padding-bottom:0 !important;
}
.pb-2 {
	padding-bottom:8px !important;
}
.pt-3 {
	padding-top:16px !important;
}
.pb-3 {
	padding-bottom:16px !important;
}
.m-0 {
	margin:0 !important;
}
.mt-0 {
	margin-top:0 !important;
}
.mt-2 {
	margin-top:8px !important;
}
.mb-0 {
	margin-bottom:0 !important;
}
.mb-2 {
	margin-bottom:8px !important;
}
.mt-3 {
	margin-top:16px !important;
}
.mb-3 {
	margin-bottom:16px !important;
}
.text-center {
	text-align:center !important;
}
.text-left {
	text-align:left !important;
}
.text-right {
	text-align:right !important;
}
.dm-none {
	display:none !important;
}
.dm-block {
	display:block !important;
}
.dm-flex {
	display:flex !important;
}
.position-relative {
	position:relative;
}
.headingone {
	font-size:28px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:100%;
}
.subheading {
	font-size:16px;
	line-height:120%;
	margin-top:10px;
	text-transform:capitalize;
}
.container {
	padding:0 15px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.section {
	padding: 30px 0;
}
.rowgap {
	margin-top:30px;
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	/* display: block; */
	display: flex;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
/*.slick-slide img {
	display: block;
	margin:0 auto;
}*/
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
  /* align-items: center;
  justify-content: center;
  height: auto; */
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
/* Arrows */
.slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 34px;
	height: 34px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	z-index:9;
	background:url(../images/sliderleft.png) left top no-repeat;
	background-size:100% 100%;
}
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width:34px;
	height: 34px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	z-index:9;
	background:url(../images/sliderright.png) left top no-repeat;
	background-size:100% 100%;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev:before, .slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left:0px;
}
[dir='rtl'] .slick-prev {
	right:80px;
	left: auto;
}
.slick-next {
	right:0px;
}
[dir='rtl'] .slick-next {
	right: auto;
	left:80px;
}
.slick-dots {
	display: block;
	width: 100%;
	padding: 0;
	margin:20px 0 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 12px;
	height: 12px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border-radius:10px;
	background:none;
    border:1px solid #17255A;
	/* background: #A6A6A6; */
	outline: none;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}
.slick-dots li.slick-active button {
	background:#F86D42;
	position:relative;
	border:2px solid #F86D42;
}
/* Slider end */



.header{
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 999;
	background: #fff;
}
.headerwrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.callbtn{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	background: #0d6d42;
	padding: 8px;
}
.getbtn{
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #64bb47;
	text-transform: uppercase;
	padding: 8px;
}
.headercontact {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 10px;
}

.logo{
	padding: 10px 0;
	width: 40px;
}
.callbtn img {
	width: 12px;
}
.banner{
	background: url(../images/bannerbg.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}
.bannertitle{
	color: #fff;
	font-size: 40px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	line-height: 100%;
	margin-bottom: 15px;
	background: rgba(0,0,0,0.5);
	padding: 8px;
}
.bannertitle span{
	font-weight: 200;
	font-size: 32px;
	display: block;
}

.primarybtn{
	width: 240px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	background-color: #64bb47;
	background: url(../images/btnbg.png) no-repeat center center;
	background-size: contain;
	position: relative;
	margin: 0 auto;
	cursor: pointer;
}
.primarybtn::before {
	content: "";
	width: 52px;
	height: 3px;
	position: absolute;
	left: -30px;
	top: 50%;
	background: #fff;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.primarybtn:hover{
	background: url(../images/btnbg-hover.png) no-repeat center center;
	background-size: contain;
}
.bannerform {
	width: 100%;
	/*margin-top: 25px;*/
}
.bannerouter{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	z-index: 9;
}

.bannerformhead{
	background: #000;
	padding: 20px 20px 56px 20px;
	text-align: center;
	position: relative;
}

.bannerformhead::after{
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 55px;
	left: 0;
	background: url(../images/formvector.jpg) no-repeat center center;
	background-size: cover;
}

.bannerformhead h2{
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing:4px;
	font-family: "Montserrat", sans-serif;
}
.banformbody {
	background: #0d6d42;
	padding: 15px 10px 20px 18px;
}
.formbox{position: relative; margin-bottom: 20px;}
.formbox input{
	width: 100%;
	height: 54px;
	background: #fff;
	border: 0;
	color: #797979;
	font-size: 16px;
	padding: 0 20px;
}
.formbox input:focus{outline: 0;}
.formbox label{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -11px;
}
.formbox label img {
	box-shadow: 0px 2px 11px #666;
	width: 22px;
}

.formchoose{
	border: 2px solid #64bb47;
}
.formchoose ul{
	display: flex;
	align-items: center;
	justify-content: center;
	background:#fff;
}
.formchoose ul li{
	color: #333;
	font-size: 12px;
	text-align: center;
	padding: 10px 6px;
	border-right: 2px solid #64bb47;
	font-weight:700;
	position: relative;
	background:#fff;
	width: 33.333333%;
	letter-spacing: 2px;
}
.formchoose ul li:last-child{border: 0;}
.formchoose ul li input{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	cursor: pointer;
	opacity: 0;
}
.formchoose ul li.active {
	background: #64bb47;
	color: #fff;
}
.formbtn input{
	width: 100%;
	height: 52px;
	color: #fff;
	background: #000;
	cursor: pointer;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	border: 0;
	margin-top: 20px;
}
.formbtn input:hover{
	background: #64bb47;
}
.baneauthor img{width: 100%; display: block;}
.baneauthor {
	margin: 15px 0 -40px 0;
}
.banbotbox{
	text-align: center;
	margin-top: 15px;
}
.banbotbox p{
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #0d324f;
	margin-top: 6px;
}
.banbotbox img{
	outline: 2px solid #64bb47;
	border-radius: 100%;
	width: 70px;
}
.banenrbottom {
	border-top: 8px solid #64bb47;
	margin-top: 10px;
	padding:5px 0 20px 0;
}
.banbotouter {
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.incometypewrap{
	background: #e9f5e5;
}
.title-subheading{
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	color: #0d6d42;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.title-heading{
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #000;
	line-height: 120%;
}
.title-heading span{
position: relative;
}
.title-heading span::after{
	content: "";
	height: 24px;
	width: 4px;
	background: #64bb47;
	position: absolute;
	left: -20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 10px;
}
.incomeouter {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1190px;
  margin: 0 auto;
  overflow: hidden;
}
.incomebox{
	width: 50%;
	border-right: 2px solid #bdc7ba;
	border-bottom: 2px solid #bdc7ba;
	padding: 20px 10px;
	position: relative;
}
.incomebox p{
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 12px;
	color: #000;
	margin-top: -10px;
}


.incomebox input{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	cursor: pointer;
	opacity: 0;
}
.incometypewrap .primarybtn {
	margin: 0 auto;
}
.incometypewrap .primarybtn::before{background: #000;}
.incomeouter .incomebox:nth-child(2n+2){border-right: 0;}
.incomebox img {
	width: 110px;
}

.incomevalidateouter{
	background: #106f44;
	padding: 30px 15px;
}
.incomevalidateouter .title-subheading{color: #64bb47;}
.incomevalidateouter .title-heading span{color: #fff;}
.validateformcontent .banformbody{background: #64bb47;}
.validateformcontent .bannerformhead::after{
	background: url(../images/formvector2.jpg) no-repeat center center;
  background-size: cover;
}
.validatecontent p{
	color: #fff;
	font-size: 15px;
	line-height: 140%;
	margin-top: 10px;
}


.incomevalidateouter .primarybtn::before{background: #000;}
.instantbox {
	padding: 30px;
	box-shadow: 1px 0px 16px #0d6d4285;
	margin-top: 25px;
}
.instantquotewrap .row .instantouter:first-child .instantbox{margin-top: 0;}
.instantbox h3{
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #000;
	text-align:center;
	margin-bottom: 15px;
}



.check-group input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
  }
  
  .check-group label {
	position: relative;
	cursor: pointer;
	color:#000;
	font-size: 15px;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
  }
  
  .check-group label:before {
	content:'';
	-webkit-appearance: none;
	background-color: #fff;
	border: 2px solid #64bb47;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 10px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 8px;
	border-radius: 5px;
  }
  
  .check-group input:checked + label:after {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 9px;
	width: 4px;
	height: 11px;
	border: solid #64bb47;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
  }

  .instantbox ul li {
	margin-bottom: 21px;
}
.instantbox ul li:last-child{margin-bottom: 0;}
.instantquotewrapvalidate .bannerform {
	margin: 0 auto;
}

.instantquotewrap .primarybtn {margin: 0 auto;}
.instantquotewrap .primarybtn::before{background: #000;}
.appendtext {
	text-align: center;
	color: #000;
	margin-top: 0;
	font-size: 16px;
	margin-bottom:20px;
}
.appendtext ul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 7px;
	justify-content: center;
	flex-wrap: wrap;
}
.appendtext ul li {
	padding: 6px 15px;
	background: #e9f5e5;
	border-radius: 50px;
	font-size: 11px;
	color: #0d6d42;
}
.appendtext ul li.choice {
	background: #000;
	color: #fff;
	order: 3;
	border-radius: 50px;
	display: inline-block;
	cursor: pointer;
}

.newsletter{
	background: url(../images/newsleterbg.jpg) no-repeat center center;
	background-size: cover;
}
.newsletcontent {
	max-width: 450px;
	text-align: center;
}
.newsletcontent h2{
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	color: #000;
	font-size: 25px;
	line-height: 120%;
}

.newsletcontent h2 span{
	font-weight:700;
}

.newsletcontent p{
	font-size: 15px;
	color: #fff;
	margin: 9px 0 18px;
}
.newsletcontent p a{
	color: #fff;
	/*text-decoration: underline;	*/
}
.newsletcontent .primarybtn{
	background: url(../images/btnbg-hover.png) no-repeat center center;
	background-size: contain;
	margin: 0 auto;
}
.testimonial {
	background: #062718;
}
.testimonialbox{
	text-align: center;
	position: relative;
	background: #fff;
	border-radius: 6px;
	padding: 50px 20px;
}

.testimonialslider .item{padding: 0 20px; margin-top: 10px;}
.testimonialbox h3{
	color: #0b3723;
	font-size: 18px;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
}
.testimonialbox p{
	color: #000;
	font-size: 15px;
	line-height: 140%;
}
.ratingstar {
	margin: 12px 0;
}
.testiquote {
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 50px;
}
.whychosselist ul li{
	background: url(../images/listicon.png) no-repeat left top;
	background-size: 24px 26px;
	font-size:16px;
	color: #000;
	line-height: 140%;
	padding-left: 40px;
	margin-top: 12px;
}
.whychosselist ul li:first-child{margin-top: 0;}
.whychosselist{
	display: flex;
	align-items: start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.homepackage {
	background: #f2f2f2;
	height:430px;
}

.pkgbg {
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 100%;
}
.pkgbg img{
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
}

.homepackage .container{position: relative; z-index: 9;}
.homepackage  h3{
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-size: 20px;

}
.homepackage h2{
	color: #062718;
	font-weight: 700;
	font-size: 22px;
}
.homepackage p{
	font-size: 15px;
	color: #000;
	line-height: 140%;
	margin-top: 15px;
} 
.homepackage .primarybtn{margin: 20px auto 0;}
.homepackage .primarybtn::before{background: #000;}

.footer {
	background: #062718;
}
.footerbox h3{
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	line-height: 100%;
	margin: 15px 0;
}
.footerbox p{
	color: #fff;
	font-size: 15px;
	line-height: 140%;
}
.footerbox h2{
	color: #64bb47;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 22px;
	text-transform: uppercase;
	margin: 20px 0px 12px 0;
}
.footercall {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #fff;
	font-size: 24px;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
}
.footerbox h5{
	color: #fff;
	font-size: 16px;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-style: italic;
	margin-top: 10px;
}
.footerbox .formbox input{
	height: 55px;
	font-size: 18px;
    padding: 0 34px;
}
.footerbox .formbtn input{margin: 0; height: 55px; font-size: 23px;}

.footcopyright{
	background: #110f0f;
	padding: 15px 0;
	text-align: center;
}
.footcopyright p{
	color: #c5c5c5;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 12px;
}
.footcopyright p a{
	color: #c5c5c5;
	text-transform: uppercase;
}

.bannerleft {
	width: 100%;
}
.validateformcontent .formbtn input{background: #106f44;}
.validateformcontent .formbtn input:hover{background: #000;}
.incomevalidateouter .primarybtn:hover{
	background: url(../images/btnbg-hover-black.png) no-repeat center center;
	background-size: contain;
}





















/* 1. Ensure this sits above everything when visible */
.modal {
	position: absolute;
	z-index: 10000;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	overflow: auto;
}

.modal.is-visible {
    visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 background-color: rgba(0,0,0,0.65);
backdrop-filter: blur(2px);
 -webkit-backdrop-filter: blur(2px);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
	position: fixed;
	z-index: 9999;
	top:20%;
	left: 0;
	width: 90%;
	

	margin: 0 auto;
	right: 0;
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal.is-visible .modal-transition {
 /* transform: translateY(0);*/
  opacity: 1;
}

/*.modal-header,
.modal-content {
  padding: 1em;
}*/

.modal-header {
	position: relative;
	
}

.modal-close {
	float: right;
	cursor: pointer;
	border: 0;
	position: absolute;
	z-index: 9999999999;
	right: 8px;
	top: 30px;
}

.modal-close img{  display:block;}

.modal-close:hover {
  color: #777;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}


.hidden{ overflow:hidden;}

.modal .bannerform{ width:100%; max-width:none;}


.bannerformhead:after{ margin-bottom:-1px;}


.logo img{ display:block;}


.baneauthor {
	overflow: hidden;
	height: 310px;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}


.bannerform .secondstepquotebtn{ background:#000 !important;}
.validateformcontent .banformbody{background:none;}

.incomevalidateouter .banformbody{ padding:0;}

/*.validatecontent p:first-child{ margin:0;}*/

.validaterightouter{ margin:0 0 25px;}

.bannertitlethank{ color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 110%;}

 @media only screen and (min-width :400px) {
}
@media only screen and (min-width :480px) {
}
@media only screen and (min-width :576px) {
.container{max-width: 540px;}
}
 @media only screen and (min-width :768px) {
.text-md-center {
 text-align:center !important;
}
.text-md-left {
 text-align:left !important;
}
.text-md-right {
 text-align:right !important;
}
.dm-md-none {
display:none !important;
}
 .dm-md-block {
display:block !important;
}
 .dm-md-flex {
display:flex !important;
}
 .justify-content-md-start {
justify-content:start !important;
}
.justify-content-md-center {
justify-content:center !important;
}
.justify-content-md-end {
justify-content:end !important;
}
 .container {
max-width:750px
}
.section {
 padding:40px 0;
}
.rowgap {
 margin-top:40px;
}

.getbtn{
	font-size: 16px;
	padding: 12px;
}
.callbtn{font-size: 16px;}
.logo{
	width: 200px;
}



.callbtn img {
	width: 25px;
}
.baneauthor {
	position: absolute;
	bottom: -200px;
	width: 190px;
	left: 0;
	right: 70px;
	height:auto;
	margin: auto;
}
.bannerleft{
	max-width: 328px;
}
.bannerform {
	max-width: 335px;
	width: 100%;
	margin-top: 0;
}
/*.baneauthor{width:510px;}*/
.banbotouter {
	-ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.banenrbottom {
	padding: 40px 0;
}
.banbotbox p{
	font-size: 15px;
}
.banbotbox img{width: 103px;}
.banbotbox{margin-top: 0;}
.title-subheading{
	font-size: 18px;
}
.title-heading{
	font-size: 40px;
}
.title-heading span::after{
	height: 39px;
}
.incomebox{
	width: 33.333333%;
	padding:20px 40px;
}
.incomeouter .incomebox:nth-child(3){border-right: 0;}
.incomeouter .incomebox:nth-child(6){border-right: 0 !important; border-bottom: 0;}
.incomeouter .incomebox:nth-child(4){border-bottom: 0;}
.incomeouter .incomebox:nth-child(5){border-bottom: 0;}

.incomeouter .incomebox:nth-child(1)::after{
	content: "";
	background: #64bb47;
	width: 4px;
	height: 117px;
	position: absolute;
	right: -3px;
	bottom: -60px;
	border-radius: 10px;
	z-index: 9;
}

.incomeouter .incomebox:nth-child(2)::after{
	content: "";
	background: #64bb47;
	width: 4px;
	height: 117px;
	position: absolute;
	right: -3px;
	bottom: -60px;
	border-radius: 10px;
	z-index: 9;
}

.incomeouter .incomebox:nth-child(2n+2){border-right: 2px solid #bdc7ba;}
.validaterightouter{
	-ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
	order: 2;
}
.validateleftouter{
	-ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
}
.incomevalidateouter{
	padding: 30px;
}

.validatecontent .title-heading {
	margin-left: 19px;
}
.incomevalidateouter .primarybtn {
	margin: 0;
}
.instantouter{
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
} 
.instantbox {
	padding: 25px;
}
.instantbox h3{
	font-size: 28px;
}
.check-group label {
	font-size: 18px;
}
.check-group label:before {
	border: 3px solid #64bb47;
	padding: 15px;
	margin-right: 15px;
}
.check-group input:checked + label:after {
	top: -1px;
	left: 12px;
	width: 8px;
	height: 23px;
}
.instantquotewrap .row .instantouter:nth-child(2) .instantbox{margin-top: 0;}
.newsletcontent p{
	font-size: 20px;
	color: #fff;
	margin: 15px 0 25px;
}
.newsletcontent h2 {
	font-size: 40px;
	line-height: 110%;
}

.testimonialbox{
	padding: 80px 50px;
}
.testimonialbox h3{
	font-size: 24px;
}
.testimonialbox p{
	font-size: 20px;
}
.testiquote {
	top: -30px;
	width: 100px;
}
.testimonialslider .item{margin-top: 30px;}
.whychosselist ul{
	width: 45%;
}
.whychosselist ul li{
	font-size: 16px;
	margin-top: 20px;
}
.homepackage  h3{
	font-size: 30px;
}
.homepackage h2{
	font-size: 39px;
}
.homepackage p{
	font-size: 19px;
} 
.homepackage {
	background: #f2f2f2;
	height:510px;
}
.footerouter {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.footerbox h2{
	font-size: 28px;
	margin: 29px 3px 18px 0;
}
.footercall {
	font-size: 30px;
}
.footerbox h3{
	font-size: 25px;
}
.footerbox p{
	font-size: 17px;
}
.footer .row .footerouter:last-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.footcopyright p{
	font-size: 16px;
}


.modal-wrapper {
	max-width: 600px;
}
.header {
	background: rgba(255,255,255,0.8);
	padding-bottom: 10px;
}
.content_fixed .logo{ display:none;}
.content_fixed .headercontact{ margin-left:auto;}

.validatecontent h2{ font-size:35px;}
.backbtn{ position:absolute; top:20px; left:20px; z-index:999;}

.validaterightouter{ margin:0;}

}
@media only screen and (min-width :992px) {
 .container {
max-width:970px
}
.text-lg-center {
 text-align:center !important;
}
.text-lg-left {
 text-align:left !important;
}
.text-lg-right {
 text-align:right !important;
}
.dm-lg-none {
display:none !important;
}
 .dm-lg-block {
display:block !important;
}
 .dm-lg-flex {
display:flex !important;
}
.justify-content-lg-start {
justify-content:start !important;
}
.justify-content-lg-center {
justify-content:center !important;
}
.justify-content-lg-end {
justify-content:end !important;
}

.bannertitle{
	font-size: 60px;
	margin-bottom: 30px;
}
.bannertitle span{
	font-size: 60px;
}
.primarybtn{margin: 0;}
.banbotbox p{
	font-size: 20px;
}
.incomebox p{
	font-size: 19px;
}
.incomebox img {
	width:160px;
}
.validaterightouter{
	-ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
}
.validateleftouter{
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.incomevalidateouter{
	padding: 50px 40px;
}
.validatecontent p{
	font-size: 19px;
	margin-top: 20px;
}
.validateformcontent .bannerform {
	max-width: 100%;
}

.instantbox {
	padding: 40px;
}
.instantbox h3{
	font-size: 37px;
}
.appendtext ul li{
	font-size: 15px;
}
.testimonialbox {
    padding: 50px 20px;
}
/*.baneauthor {
    width: 700px;
  }*/
  .thankyoubanner{ padding:8% 0 !important;}
.bannertitlethank{ font-size:60px;}
}
@media only screen and (min-width :1200px) {
 .container {
max-width:1170px
}
.text-xl-center {
 text-align:center !important;
}
.text-xl-left {
 text-align:left !important;
}
.text-xl-right {
 text-align:right !important;
}
.dm-xl-none {
display:none !important;
}
 .dm-xl-block {
display:block !important;
}
 .dm-xl-flex {
display:flex !important;
}
.justify-content-xl-start {
justify-content:start !important;
}
.justify-content-xl-center {
justify-content:center !important;
}
.justify-content-xl-end {
justify-content:end !important;
}
.section {
 padding:50px 0;
}
.rowgap {
 margin-top:50px;
}


.callbtn{
	font-size: 30px;
	background: url(../images/callbtnbg.png) no-repeat center center;
	background-size: cover;
	width: 511px;
	height: 60px;
	padding: 0;
	margin-right: -35px;
}
.getbtn{
	color: #595959;
	font-size: 25px;
	background: url(../images/getbg.png) no-repeat center center;
	background-size: cover;
	width: 282px;
	height: 59px;
	padding: 0;
}
.headerwrap{align-items: start;}
.headercontact{gap: 0;}

.bannertitle{
	font-size: 81px;
	margin-bottom: 30px;
}
.bannertitle span{
	font-size: 85px;
}
.primarybtn{
	width: 352px;
	height: 75px;
	font-size: 25px;
	margin: 0;
}
.primarybtn::before {
	width: 62px;
}

.bannerformhead h2{
	font-size: 28px;
}
.banformbody {
	padding: 25px 50px 40px 50px;
}
.formbox input {
	height: 60px;
	font-size: 21px;
	padding: 0 30px;
}
.formbox label img {
	box-shadow: 0px 2px 11px #666;
	width: 35px;
}
.formbox label{
	left: -24px;
}
.formchoose ul li{
	font-size: 15px;
	padding:10px 15px;
}
.formbtn input{
	height: 70px;
	font-size: 28px;
}
.bannerform {
	max-width:530px;
}
.baneauthor {
	bottom:-540px;
	width: 320px;
    left: 100px;
	right:170px; margin:auto;
}
.banbotbox p{
	font-size: 25px;
}
.title-subheading{
	font-size: 20px;
}
.title-heading{
	font-size: 50px;
}
.incomebox p{
	font-size: 26px;
}
.incomevalidateouter{
	padding:30px 60px;
}
.instantouter{
	-ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
} 
.instantbox {
    padding: 23px;
	margin-top: 0;
	min-height: 324px;
}

.testimonialbox {
    padding: 80px 40px;
}
.whychosselist ul li{
	font-size: 20px;
}
.homepackage h2{
	font-size: 66px;
}
.homepackage  h3{
	font-size: 47px;
}
.homepackage {
	height:720px;
}
.footerouter {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
.footer .row .footerouter:last-child {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
.bannerleft{max-width: 530px;}
.validaterightouter {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.validatecontent p{ margin-top:80px;}

.incomevalidateouter .rowgap{ margin-top:30px;}
.bannertitlethank{ font-size:80px;}
}
@media only screen and (min-width :1280px) {
.container {
max-width:1250px
}
/*.section {
 padding:70px 0;
}
.rowgap {
 margin-top:70px;
}*/

.instantbox {
    padding: 38px;
	min-height: 354px;
}

}

@media only screen and (min-width :1500px) {
	/*.baneauthor{width: 920px;}*/
	.banner.section {
		padding: 40px 0;
	}
	.testimonialslider .item{padding: 0 20px; }
}



@media only screen and (min-width :1800px){
.container {
	max-width:1392px
}	
/*.baneauthor {
    width: 1050px;
}*/
}



/*@media only screen and (min-width :1900px){
.baneauthor {
    width: 1130px;
}
}*/
