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: "Poppins", sans-serif;
	font-weight: normal;
}
.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;
}
.text-white{color: #fff !important;}



/* 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 {
	padding: 15px 0;
	position: sticky;
	top: 0;
	width: 100%;
	
	background: #fff;
}

.content_fixed{ z-index:999}

.headerwrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.callbtn {
	background: #0d324f;
	color: #fff;
	font-weight: 700;
	font-size: 11px;
	border: 1px solid #14191b;
	box-shadow: 0 0px 4px #2374a3;
	width: 130px;
	border-radius: 100px;
	height: 33px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.callbtn img{ margin-right:8px;}

.callbtn:hover{background: #14191b;}
.getbtn{
	width: 183px;
	height: 55px;
	border: 2px solid #5fa8d3;
	text-transform: uppercase;
	font-size: 20px;
	color: #5fa8d3;
	font-weight: 700;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.getbtn:hover, .getbtn:focus{
	background: #5fa8d3;
	border: 2px solid #5fa8d3;
	color: #fff;
}
.headercontact{
	display: flex;
	align-items: center;
	gap: 10px;
}
.logo {
	width: 30px;
}
.banner{
	background: url(../images/bannerbg.jpg) no-repeat center center;
	background-size: cover;
}
.bannertitle{
	color: #fff;
	font-weight: 600;
	margin-bottom:20px;
	font-size: 40px;
	line-height: 110%;
}
.bannertitle span{
	display: block;
	line-height:100%;
	/*font-weight: 100;*/
}
.primarybtn{
	font-family: "Montserrat", sans-serif;
	background: #fdc103;
	width: 100%;
	height: 73px;
	border-radius: 3px;
	font-weight: 800;
	font-size: 22px;
	text-transform: uppercase;
	text-align: center;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.bannercontent .primarybtn{max-width: 170px; margin: 20px auto 30px; font-size: 12px; height: 36px;}

.bannerouter{
	display: flex;
	align-items: start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.bannerform{
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 0 8px #101a2c;
	position: relative;
	z-index: 9;
	width: 100%;
}

.formheader h2{
	color: #fff;
	font-size: 31px;
	font-weight: 700;
	padding: 10px 0;
}
.formheader {
	position: relative;
	background: #2374a3;
	text-align: center;
}
.formheader:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color:  #2374a3;
	border-width: 15px;
	margin-left: -15px;
}
.bannerformbody{
	background: #0d324f;
	padding: 40px 20px 20px 20px;
	
}
.formbox input{
	width: 100%;
	height: 45px;
	border: 2px solid #fff;
	border-radius: 10px;
	background: transparent;
	color: #fff;
	padding: 0 15px;
	font-size: 14px;
}
.formbox input:focus{outline: 0;}
.formbox{position: relative; margin-bottom: 18px;}
.formbox label {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	position: absolute;
	top: -11px;
	left: 17px;
	background: #0d324f;
	padding: 0 7px;
}
.formuses{
	width: 100%;
	background: #2374a3;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 0;
	overflow:hidden;
	/*justify-content:center;*/
	
}

.formuses p{
	font-size: 11px;
	color: #fff;
	font-weight: 700;
	border-right: 2px solid #fff;
	/*padding-right: 10px;
	margin-right: 10px;*/
	padding:5px 0;
	text-align:center;
}

.formuses p:first-child{ width:40%;}
.formuses p:nth-child(2){ width:40%;}

.formuses p:last-child{border: 0;  margin: 0; width:20%;}

.formsubmit input{
	width: 100%;
	background: #fdc103;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	color: #02182b;
	font-size: 20px;
	font-weight: 700;
	border: 0;
	cursor: pointer;
}
.formsubmit input:hover{background: #2374a3; color: #fff;}
.formsubmit{margin-top: 17px;}
.bannervector img{width: 100%; display: block;}
.bannervector {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.banauthor {
		margin-bottom: -32px;
		padding-top: 24px;
}
.bannercontent {width: 100%;}
.bannerbottom {
	background: #e4eef4;
	padding: 25px 0;
}
.banbadgebox p{
	color: #0d324f;
	font-size: 13px;
	font-weight: 500;
	line-height: 120%;
	width: 66%;
}
.banbadgebox{
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 15px;
}
.badgeicon img {
	width: 40px;
}
.banbotouter{
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.bannerbottom .row .banbotouter:first-child .banbadgebox{margin-top: 0;}
.bannerbottom .row .banbotouter:nth-child(2) .banbadgebox{margin-top: 0;}

.title-heding{
	color: #0d324f;
	font-size: 24px;
	font-weight: 600;
	line-height: 120%;
}
.title-subheding{
	color: #0d324f;
	font-size: 16px;
	font-weight: 500;
	background: url(../images/titlebg.png) no-repeat center center;
	background-size: cover;
	position: relative;
	max-width: 220px;
	margin: 0 auto;
}
.title-subheding::after{
	content: "";
	background: url(../images/titlearrow.png) no-repeat center center;
	position: absolute;
	left:100%;
	top: -21px;
	width: 63px;
	height: 39px;
	background-size: cover;
}

.expertbox{
	text-align: center;
	box-shadow: 0 0 3px #1f65b2;
	border: 1px solid transparent;
	border-radius: 8px;
	padding: 30px;
	width: 100%;
	position: relative;
}
.expertbox:hover{
	border: 1px solid #1f65b2;
}
.exactive{
	border: 1px solid #1f65b2;
}

.expertbox p{
	font-size: 17px;
	color: #0d324f;
	font-weight: 700;
	margin-top: 5px;
}
.expertouter {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 25px;
	max-width: 1120px;
	margin: 0 auto;
}

.btngroup .primarybtn{
	max-width: 390px;
	margin: 0 auto;
	height: 45px;
	font-size: 18px;
}
.quickquote {
	background: #0d324f;
}
.quickquotebox ul li{margin-bottom: 20px;}





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

.quickquotebox h2{
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 25px;
}
.quickquotebox h2::after{
	content: "";
	width: 64px;
	height: 5px;
	background: #fdc103;
	border-radius: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.personalbox {
	background: #e4eef4;
	border-radius: 10px;
	padding: 20px;
	position: relative;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.42);
	overflow: hidden;
}
.personalcontent{
	padding-top: 15px;
}
.personalcontent h2{
	font-size: 21px;
	font-weight: 600;
	color: #0d324f;
	line-height: 120%;
}
.personalcontent p{
	font-family: "Montserrat", sans-serif;
	color: #000;
	font-size: 16px;
	line-height: 180%;
	margin: 8px 0;
}
.personalcontent .primarybtn{
	max-width: 310px;
	margin: 0;
}
.personalimg img{width: 100%; display: block;}

.testimonial{
	background: url(../images/testimonialbg.jpg) no-repeat center center;
	background-size: cover;
}
.testimonial .title-heding{
	line-height: 100%;
	text-transform: uppercase;
} 
.testimonialbox {
	background: #0d324f;
	padding: 60px 20px 20px 20px;
	position: relative;
	margin-top: 40px;
}
.testimonial .rowgap .testimonialouter:first-child .testimonialbox{margin-top: 0;}
.testiqute{
	position: absolute;
	top: -20px;
}
.testimonialbox p{
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 180%;
}
.testimonialbox h3{
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin-top: 15px;
}

.whychoose {
	background: #0d324f;
}

.whychoose .title-heding{line-height: 120%;}
.whychooselist ul li h2{
color: #fff;
font-size: 18px;
font-weight: 700;
}

.whychooselist ul li p{
	color: #fff;
	font-size: 13px;
}

.whychooselist ul li{
	background: url(../images/tick.png) no-repeat left 14px;
  background-size: 31px 30px;
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.urgentguide{
	background-image: url(../images/urgentbg.jpg);
	background-repeat: repeat-y;
	background-size: 100% 100%;
	padding-top: 0;
}

.urgentcontent{
	padding-top: 20px;
}
.urgentcontent h3{
	color: #0d324f;
	font-size: 20px;
	font-weight: 300;
	line-height: 100%;
	margin-bottom: 15px;
	position: relative;
}
.urgentcontent h3:after{
	content: "";
	position: absolute;
	top: 10px;
	left: 220px;
	width: 100%;
	max-width: 90px;
	height: 2px;
	background: #0c122e;
}

.urgentcontent h4{
	color: #fff;
	font-size: 22px;
	line-height: 120%;
}
.urgentcontent h5{
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	line-height: 100%;
}

.urgentteam img{width: 100%; display: block;}

.callwrap{
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 15px;
}
.callwrap p{
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
}
.callwrap a{
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	line-height: 120%;
	display: block;
	margin-left: -5px;
}
.callicon img{display: block; width: 50px;}

.footer{
	background: #0d324f;
}
.footerbox h3{
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	margin: 10px 0;
}
.footerbox p{
	color: #fff;
	font-size: 15px;
	line-height: 150%;
}
.footerbox h2{
	color:#3e9dd5;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 20px;
}
.footerbox h4 a{
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 22px;
	color: #fff;
	font-weight: 600;
}
.footerbox h5{
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin-top: 15px;
}

.footerform .formsubmit input{
	font-size: 20px;
	height: 45px;
}
.footcopyright{
	background: #2374a3;
	padding: 15px;
	text-align: center;
}
.footcopyright p{
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}
.footcopyright p a{
	color: #fff;
	text-transform: capitalize;
}

.expertbox input{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	opacity: 0;
	z-index: 9;
}

.validateformbox{
	background: #0d324f;
	border-radius: 8px;
	padding: 30px;
	margin-top: 25px;
}
.validateformbox h3{
	color: #fdc103;
	font-size: 30px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 25px;
	line-height: 100%;
}

.validateconbox h3{
	color:  #0d324f;
	font-weight: 700;
	font-size: 22px;
}
.validateconbox p{
	color: #000;
	font-size: 15px;
	margin-top: 10px;
	line-height: 150%;
}


.formuses p{ position:relative;}
.topformradio{ position:absolute; width:100%; height:100%; left:0; top:0; cursor:pointer; opacity:0;}

.formuses p.activate{ color:#000; background:#fdc103;}

.validateexpert2{ background:#0d324f;}
.validateexpert2 .valexpertouterbox{ /*background:#fff;*/ box-shadow:none; padding-left:15px; padding-right:15px;}

.valexpertouterbox .primarybtn{ max-width:100px; margin:0 auto 30px; height:43px; background:#2374a3;
	color:#fff;}


.section.valexpertouterbox { padding:30px 0;}


.validateexpert2 .title-heding{ color:#fff;}


.validateexpert2 .validateformbox, .validateexpert2 .formbox label{ background:#2374a3;}

.validateexpert2 .formsubmit input:hover{ background:#FF6600;}

.appendtext{ text-align:center; color:#fff; margin-top:20px; 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:#2374a3; color:#fff; border-radius:50px;}

.section.quickquote,.section.validateexpert2{ padding:25px 0;}

.section.quickquote .rowgap{ margin-top:25px;}

.callbtn span{ display:none;}


.topbtn {
	font-family: "Montserrat", sans-serif;
	background: #fdc103;
	height: 33px;
	padding: 0 35px;
	border-radius: 3px;
	font-weight: 800;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	color: #000;
	border-radius: 50px;
	line-height: 33px;
	cursor: pointer;
}
.appendtext ul li.choice{
background: #2374a3;
color: #fff;
background:#fff;
color:#000; order:3;
border-radius: 50px; display:inline-block;  cursor:pointer;}



/* 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: 6px;
	top: 6px;
}

.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;}

.star{ margin-top:15px;}



.testimonialslider .item{padding: 0 15px;}












 @media only screen and (max-width :767px) {
 
 
 .expertouter{ gap:15px; justify-content: center;}
 .expertbox{ width:42.5%; padding:20px 0;}
 .expertbox p{ font-size:12px;}
 .expertbox img{ width:60px; height:60px;}
 .validateformbox h3{ font-size:23px;}
 .quickquotebox ul li{margin-bottom: 10px;}
 .quickquote  .title-heding{ font-size:30px;}
 .check-group label{ font-size:14px;}
 .check-group label::before{ padding:10px;}
 .check-group input:checked + label::after {
	
	top: 2px;
	left: 10px;
	width: 3px;
	height: 14px;
	
}
.appendtext ul li, .choice{ font-size:11px;}
.quickquotebox h2{ margin-bottom:15px;}
.appendtext{ margin-bottom:-10px;}
 }






 @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;
}

.logo {
	width: 246px;
}
.callbtn{
	font-size: 16px;
	border: 3px solid #14191b;
	width: 250px;
	height: 57px;
}
.headercontact{
	gap: 20px;
}
/*.header{padding:35px 0;}*/
.getbtn{width: 173px;}
.banauthor {
	position: absolute;
	bottom: 0;
	width: 384px;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.bannercontent{padding-top: 60px; width: 40%; position: relative; z-index: 9;}

.formbox input{
	height: 55px;
	font-size: 16px;
}
.formbox label {
	font-size: 18px;
	top: -13px;
}

.banbotouter{
	-ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.formbox{margin-bottom: 25px;}

.bannercontent .primarybtn{margin: 15px 0 0 0;}
.bannerform{width: 45%;}

.banbadgebox{margin-top: 0;}
.title-heding{
	font-size: 45px;
	line-height: normal;
}
.title-subheding{
	font-size: 24px;
	max-width:368px;
}
.title-subheding::after{
	top: -54px;
	width: 137px;
	height: 84px;
}
.expertbox p{
	font-size: 22px;
}
.expertbox{width: 48%;}
.btngroup .primarybtn{
	height: 73px;
	font-size: 22px;
}
.quickquoteouter{
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.personalimg {
	position: absolute;
	top: 0;
	right: 0;
	width: 288px;
	height: 100%;
}
.personalimg img{width: 100%; height: 100%; display: block; object-fit: cover;}
.personalbox {
	padding: 80px 40px;
}
.personalcontent h2{
	font-size: 28px;
}
.personalcontent p{
	margin: 15px 0;
}
.personalcontent{
	max-width: 370px;
	padding-top: 0;
}
.testimonialouter {
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.testimonialbox {
	padding: 80px 40px 40px 40px;
}
.testimonialbox p{
	font-size: 19px;
}
.testimonialbox h3{
	font-size: 22px;
	margin-top:15px;
}
.testimonial .rowgap .testimonialouter:nth-child(2) .testimonialbox{margin-top: 0;}
.whychooselist {
	display: flex;
	align-items: start;
	flex-wrap: wrap;
	justify-content: space-between;
}
.whychooselist ul{
	width: 50%;
}
.urgentteam {
	position: absolute;
	right: 0;
	bottom: 0;
	width:267px;
	height: 100%;
}
.urgentteam img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.urgentcontent h3:after{
	top: 15px;
    max-width: 140px;
    left: inherit;
    right: 0;
}
.urgentcontent h3{
	font-size: 30px;
}

.urgentcontent h4{
	font-size: 36px;
}
.urgentcontent h5{
	font-size: 53px;
}
.urgentcontent{
	max-width: 460px;
	padding-top: 0;
}
.callicon img{width: 78px;}
.callwrap a{
	font-size: 35px;
}
.callwrap{
	margin-top: 30px;
}
.footerouter{
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.footer .row .footerouter:last-child{
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.footerbox h3{
	font-size: 26px;
}
.footerbox p{
	font-size: 17px;
}
.footerbox h2{
	font-size: 27px;
	margin-bottom: 20px;
	margin-top: 30px;
}
.footerbox h4 a{
	font-size: 24px;
}
.footerbox h5{
	font-size: 18px;
}
.footerform .formsubmit input{
	font-size: 24px;
	height: 55px;
}
.footcopyright p{
	font-size: 16px;
}

.validateconouter {
	-ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%;
}
.valexpertouterbox {
	box-shadow: 0 0 10px #ccc;
}
.validateconbox h3{
	font-size: 28px;
}
.validateconbox p{
	font-size: 18px;
	margin-top: 15px;
	line-height: 170%;
}
.validateformbox{
	padding: 40px;
	margin-top: 0;
}
.section.banner { padding:30px 0;}

.valexpertouterbox .primarybtn {
	max-width: none;
	padding-left: 30px;
	padding-right: 30px;
	margin:0;
	width: auto;
	height:43px;
	
}


.valexpertouterbox .rowgap{ margin-top:40px;}
.valexpertouterbox .back {
	position: absolute;
	left: 0;
	top: 0;
}

.callbtn span{ display:inline; margin-right:5px;}
.modal-wrapper{ max-width:600px;}
.testimonialslider .slick-slide{padding-top: 20px;}

.testimonialbox p{ min-height:376px;}

.urgentguide .btngroup{ margin-top:35px;}
.urgentguide .primarybtn{ margin:0; max-width:280px;}
.thankyoubanner .container{ min-height:540px;}

}
@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;
}
.callbtn{
	font-size: 20px;
	width: 280px;
}
.getbtn{width: 183px;}
.formuses p{font-size: 14px;}
.bannertitle{font-size: 60px;}
.bannercontent .primarybtn{max-width: 320px; margin: 30px 0 0 0; font-size: 22px; height: 73px;}
.badgeicon img{width: 62px;}
.banbadgebox p{font-size: 15px;}
.title-heding{
	font-size: 55px;
}
.title-subheding{
	font-size: 35px;
	max-width: 528px;
}
.title-subheding::after{
	top: -60px;
	width: 167px;
	height: 102px;
}
.expertbox{width: 31%;}
.expertbox p {
    font-size: 18px;
}

.personalcontent{
	max-width: 500px;
}
.personalcontent h2{
	font-size: 44px;
	line-height: 100%;
}
.personalcontent p{
	font-size: 19px;
}
.personalimg {
	width: 390px;
}
.whychooselist ul li h2{
	font-size: 21px;
}
.whychooselist ul li p{
	font-size: 16px;
}

.whychooselist ul li{
	background: url(../images/tick.png) no-repeat left 20px;
	background-size: 51px 44px;
	padding-left: 70px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.whychooselist ul{
	width: 48%;
}
.urgentteam {
	width:457px;
}
.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%;
}

.validateformbox h3{
	font-size: 40px;
}
.testimonialbox p{ min-height:306px;}

.thakyoucontent{ width:100%; max-width: 100% !important; padding:8% 0 !important;}
.thakyoucontent h1{ text-align:center;}
}
@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;
}
.formsubmit{margin-top: 25px;}
.bannertitle{
	font-size: 80px;
}


.bannercontent {
	max-width:500px;
	width: 100%;
}
.bannerform{
	max-width: 461px;
	width: 100%;
}
.formheader h2{
	font-size: 49px;
}
.bannerformbody{
	padding: 60px 30px 30px 30px;
}
.formuses p{
	font-size: 16px;
}
.formsubmit input{
	height: 70px;
	font-size: 30px;
}
.banauthor {
	width: 494px;
}
.badgeicon img {
	width: 92px;
}

.bannerbottom {
	padding: 50px 0;
}
.banbadgebox p{font-size: 20px; width: 60%;}
.expertbox p {
    font-size: 22px;
}
.quickquotebox h2{
	font-size: 28px;
}
.quickquotebox h2::after{
	height: 9px;
}
.check-group label:before {
	border: 4px solid #000;
	padding: 20px;
}
  
.check-group input:checked + label:after {
	top: 0px;
	left: 18px;
}
.check-group label {
	font-size: 20px;
}

.quickquoteouter{
	-ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.personalcontent{
	max-width: 580px;
}
.personalbox {
	padding: 80px;
}
.personalimg {
	width: 478px;
}
.testimonialouter {
	-ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.testimonialbox {
	min-height: 520px;
}
.testimonialbox{margin-top: 0;}

.whychooselist ul li{
	background: url(../images/tick.png) no-repeat left 10px;
}
.urgentcontent h3{
	font-size: 47px;
}
.urgentcontent{
	max-width: 820px;
}
.urgentcontent h3:after{
	top: 24px;
	max-width: 300px;
}

.urgentcontent h4{
	font-size: 42px;
}
.urgentcontent h5{
	font-size: 66px;
}

.urgentteam {
    width: 901px;
    height: auto;
}
.urgentcontent{position: relative;}
.urgentcontent h3::after{display: none;}

.valexpertouterbox .back { top:50px; left:10px;}

.testimonialbox p{ min-height:342px;}
.section.whychoose{ padding-bottom:150px;}
}
@media only screen and (min-width :1280px) {
.container {
max-width:1250px;
}
.section {
 padding:70px 0;
}
.rowgap {
 margin-top:70px;
}
.check-group label {
	font-size: 24px;
}
.check-group input:checked + label:after {
	top: 4px;
}
.personalcontent{
	max-width: 650px;
}
.testimonialbox {
	min-height: 486px;
}

.urgentteam {
    width: 995px;
}
.testimonialbox p{ min-height:272px;}
.section.whychoose{ padding-bottom:170px;}
.banauthor{ right:-70px;}

.bannercontent {
	max-width:510px;
	width: 100%;
}
}

@media only screen and (min-width :1366px) {

.testimonialbox p{ min-height:306px;}
}

@media only screen and (min-width :1500px) {
.urgentcontent h3::after{display: block;}
.urgentcontent {max-width: 580px;}
.urgentcontent h3::after{max-width: 90px;}
}

@media only screen and (min-width :1800px) {
.container {max-width:1378px;}
.banbadgebox p{font-size: 25px;}
.expertouter{gap: 70px;}
.expertbox {
    width: 29%;
}
.testimonialbox {
	min-height: 460px;
}
.urgentcontent {
    max-width: 810px;
}
.urgentcontent h3::after{max-width: 300px;}
.validateconouter {
	-ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}
}
