h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	margin: 0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

iframe {
  background: #ffffffeb;
  padding: 30px;
  border-radius: 25px;
}

/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/open-sans-v40-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/open-sans-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/open-sans-v40-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


.headercustom {
	position: fixed;
	top: 0;
	left: 0;
	width: calc( 100vw - 100px);
	display: flex;
	justify-content: space-between;
	background: white;
	padding: 0 50px;
	align-items: center;
	max-width: 100%;
	height: 100px;
}
header ul {
	display: flex;
	justify-content: space-between;
	gap: 54px;
}
header .cta {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
header .cta * {
	text-align: center;
}
header .cta a {
	font-size: 25px;
	color: #ff5e15 !important;
	font-weight: 600;
	text-decoration: none;
}
header ul li a {
	color: black;
	text-decoration: none;
}
.reassurancebar {
	margin-top: 100px;
	display: flex;
	justify-content: space-between;
	padding: 10px 50px;
	align-items: center;
	background: #fff1ea;
	height: 30px;
}

html {
  font-size: 100%;
}
body {
  --text-size-80: 0.694rem;
  --text-size-90: 0.833rem;
  --text-size-100: 1rem;
  --text-size-200: 1.2rem;
  --text-size-300: 1.44rem;
  --text-size-400: 1.728rem;
  --text-size-500: 2.074rem;
  --text-size-600: 2.488rem;
  --text-size-700: 2.986rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  line-height: 1.6;
  color: #222222;
  background: #FFFFFF;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 2.25rem;
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.022em;
}
p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size:20px;
}
small {
  font-size: var(--text-size-90);
}
h6, .h6 {
  font-size: var(--text-size-200);
}
h5, .h5 {
  font-size: var(--text-size-300);
}
h4, .h4 {
  font-size: var(--text-size-400);
}
h3, .h3 {
  font-size: var(--text-size-500);
}
h2, .h2 {
  font-size: var(--text-size-600);
  text-align: center;
}
h1, .h1 {
  font-size: var(--text-size-700);
}
.text-size-80 { font-size: var(--text-size-80); }
.text-size-90 { font-size: var(--text-size-90); }
.text-size-100 { font-size: var(--text-size-100); }
.text-size-200 { font-size: var(--text-size-200); }
.text-size-300 { font-size: var(--text-size-300); }
.text-size-400 { font-size: var(--text-size-400); }
.text-size-500 { font-size: var(--text-size-500); }
.text-size-600 { font-size: var(--text-size-600); }
.text-size-700 { font-size: var(--text-size-700); }

  html.force_desktop {
  font-size: 100%;
}
.force_desktop body {
  --text-size-80: 0.694rem;
  --text-size-90: 0.833rem;
  --text-size-100: 1rem;
  --text-size-200: 1.2rem;
  --text-size-300: 1.44rem;
  --text-size-400: 1.728rem;
  --text-size-500: 2.074rem;
  --text-size-600: 2.488rem;
  --text-size-700: 2.986rem;
}

.singlereassurance img {
  width: 30px;
}
.singlereassurance {
  display: flex;
  gap: 10px;
  align-items: center;
}
.slider {
  min-height: 700px;
  display: flex;
  justify-content: space-between;
  background-image: url("bg.jpg");
  background-color: #dce4ed;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.left, .right {
  width: 48%;
  padding: 100px;
}
.main-button {
  padding: 30px;
  background: #ff5e15;
  color: white;
  text-decoration: none;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
}

.section1 {
padding: 100px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.mobile-button {
display:none !important;
}



html {
   margin: 0px;
   height: 100%;
   width: 100%;
}

body {
   margin: 0px;
   min-height: 100%;
   width: 100%;
}

.servicesingle {
  width: 45%;
  margin-bottom: 20px;
  background: #fff;
  padding: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 35px;
}

.servicesingle h2 {
  font-size: 1.6rem;
}

section2 {
display: flex;
flex: ;
justify-content: space-between;
}
.section2 img {
width: 25%;
}
.section2 {
gap: 20px;
}
.section3 {
padding: 100px;
}
.section4, .section5, .section6 {
padding: 100px;
}
.section4 {
background: antiquewhite;
text-align: center;
}
.section5 .wrap {
display: flex;
justify-content: space-between;
gap: 40px;
flex-wrap: wrap;
}
.section5 .wrap .single {
width: 30%;
padding: 15px;
background: white;
}

.section3 .wrap {
display: flex;
justify-content: space-between;
}
.left {
}
.section3 .left {
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: space-between;
}
.section3 .left p {
width: 42%;
}

@media screen and (max-width: 950px) {
  .slider {
    flex-wrap: wrap;
  }
  .left, .right {
  width: 100%;
  padding: 50px;
}
  .servicesingle {
      width: 100%;
  }
  
  .section3 .wrap {
    
    flex-wrap: wrap;
  }
  .section5 .wrap .single {
width: 100%;
  }
}



@media screen and (max-width: 600px) {
  .reassurancebar {
    display: none;
  }
  .headercustom ul {
    display: none;
  }
  .mobile-button {
  display:block;
position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  background: #ff5e15;
  color: white;
  text-align: center;
  padding: 25px 0;
  font-size: 19px;
  font-weight: bold;
}
.section1, .section3, .section4, .section5, .section6 {
  padding: 10px;
  }
}