/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v30-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}


/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}



.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}



html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "Open Sans", sans-serif;
  background: #4c749d;
  text-decoration: overline none;}

  .icon-box img {
    width: 50px;
  }
  
  .icon-box {
    padding: 10px;
    width: 70px;
    height: 70px;
    display: flex;
    border-radius: 40px;
    border: 3px solid #277ec3;
  }
  
  .icon-box img {
    width: 45px;
  }

a, a:hover {
  color: inherit;
  text-decoration: none; }

.app {
  margin: 50px auto;
  /* margin: 90px inherit; */
  background: #fefefe;
  border-radius: 6px;
  overflow: hidden; }

.navigation {
  height: 50px;
  /* border-bottom: 1px solid #ddd; */
  border-bottom: 100px solid #ddd;
  background: #fefefe !important; }
  .navigation .row {
  height: 70px; }
  .navigation .col-md-8, .navigation .col-md-4 {
  /* height: 70px; */
  height: 30px;
  /* display: flex; */
  display: grid;
  /* flex-direction: row; */
  flex-direction: flex;
  align-items: center; }

  .navigation p {
  margin: 0 0 0 30px;
  /* margin: auto; */
  padding: 0;
  color: #277EC3;
  /* font-size: 2em; */
  font-size: 18px;
  text-transform: uppercase; }
  .navigation span {
  font-size: 1.4em; }
  .navigation ul {
  position: relative;
  top: 40px;
  /* padding: 5px 10px; */
  padding: 5px 10px;
  /* background: #277EC3 !important; */
  color: #fff; }
  .navigation ul li {
  list-style: none;
  float: left;
  /* padding: 20px 25px; */
  padding: 15px 20px;
  color: #fff;
  background: #277EC3 !important;
  }

  .navigation ul li a {
  margin: 0;
  padding: 0; }

.header {
  height: 190px;
  border-bottom: 1px solid #ddd;
  background: url("../img/header.jpg") center;
  background-size: cover; }
  .header h1 {
  margin: 2em 3em 0;
  color: #fff;
  font-size: 3.5em; }

h6 {
  font-size: 1.8em;
  margin: 0;
  padding: 0;
  color: #277EC3;
  text-transform: uppercase; }

h6:before {
  content: '';
  display: block;
  width: 50px;
  height: 4px;
  margin: 0 0 20px 0;
  background: #277EC3; }

h6 {
  font-size: 1.8em;
  margin: 0;
  padding: 0;
  color: #277EC3;
  text-transform: uppercase; }

h6:before {
  content: '';
  display: block;
  width: 50px;
  height: 4px;
  margin: 0 0 20px 0;
  background: #277EC3; }

p {
  font-size: 1em;
  color: #686262;
  font-weight: 400;
  line-height: 1.9em; }

.content .row {
  margin: 2em 0; }
.content .welcome h5 {
  font-size: 1.2em; }
.content .welcome img {
  display: block;
  margin-top: 10px;
  margin-bottom: 30px;
  height: 120px; }
.content .welcome ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  width: 100%; }
.content .welcome ul li {
  display: inline-block;
  width: 300px; }
.content .about {
  position: relative;
  top: 25px; }
.content .about .first {
  background: #277EC3;
  padding: 3em;
  z-index: 1;
  color: #fff; }
.content .about .first hr {
  width: 40px;
  height: 3px;
  margin: 1.1em 0 2em 0;
  padding: 0;
  background: #fff;
  outline: none;
  border: none; }
.content .about .first h2 {
  margin: 0; }
.content .about .first p {
  /* line-height: 1.9em; */
  line-height: 1.5em;
  color: #fff; }
.content .about .last {
  /* background: url("https://raw.githubusercontent.com/tom-kramer/insurance/master/public/img/map2.png?token=AVvS0t9ufOnox2wbF8UtFmbLEFG94gW0ks5a6aGvwA%3D%3D"); */
  background-size: cover;
  margin-top: 50px;
  margin-left: -50px;
  height: 320px;
  z-index: 0; }
.content .features {
  position: relative;
  top: 20px;
  margin-bottom: 40px; }
  .content .features img {
  margin: -40px auto 0;
  display: block; }
  .content .features .features-item {
  width: 100%;
  height: 220px;
  background: #ddd;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
.content .features .features-item i {
  margin: 15px;
  font-size: 2em; }
.content .features .features-item span {
  margin: 15px;
  font-size: 1.2em; }

.footer {
  border-top: 1px solid #ddd;
  /* height: 100px; */
  height: 100px;
  background: #277EC3; }
  .footer h4 {
  float: left;
  margin: 18px 0 8px 50px;
  padding: 0;
  color: #fff;
  font-size: 1.2em; }
.footer p {
  margin: 0 0 0 50px;
  padding: 0;
  color: #fff;
  font-size: 1em; }

.modal {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  /* width: 400px; */
  width: auto;
  /* max-width: 400px; */
  /* max-width: auto; */
  /* max-height: 250px; */
  max-height: auto;
  background: #c0e0f3; }
.modal ul {
  /* list-style-type: square; } */
  list-style-type: square; }

.modal a.close-modal {
  margin: 20px 20px 0 0; }

#popup a.close-modal {
  display: none; }
  /* display: auto; } */

#modal-services {
  /* width: 800px !important; */
  width: 400px !important;
  /* height: 500px !important; */
  height: 250px !important;
  overflow: auto;}

.modal1 {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  /* width: 400px; */
  width: auto;
  /* max-width: 400px; */
  max-width: auto;
  /* max-height: 250px; */
  max-height: auto;
  background: #c0e0f3; }
.modal1 ul {
  /* list-style-type: square; } */
  list-style-type: square; }

.modal1 a.close-modal1 {
  margin: 20px 20px 0 0; }

#popup a.close-modal1 {
  /* display: none; } */
  display: auto; }

#modal1-services {
  /* width: 800px !important; */
  width: 400px !important;
  /* height: 500px !important; */
   height: 250px !important;
  overflow: scroll; }

.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: 0 none;
  background: #2B4158;
  box-shadow: none;
  box-sizing: auto;
  }

.btn-default {
  color: #fff;
  background: #2B4158; }
  u{
  color: #277EC3;
 }
