.header-style-2 .navigation #navbar > ul > li > a {
    padding: 24px 20px;
    margin-right: 5px;
}

.header-style-2 .navigation #navbar > ul > li > div.loggedUser {
  padding: 10px 24px;
  margin-left: 200px;
  margin-top: 14px;
  background: #f0f0f0;
 
  height: 43px;
  border-radius: 20px;
}

.header-style-2 .navbar-brand {
    font-size:30px; 
    font-weight:700;
    margin-top: 6px;
}

.call-action {
    padding: 10px 30px 50px;
    border: 2px solid #f4f4f4;
    background-color: #f9f9f9;
}

.section .row {
    margin-bottom: 35px;
  }

.section .description {
color:#687693;
}

.section h3 {
    font-size: 36px;
  }

  .project-details {
    padding-top: 0px !important;
  }

  .quote-form {
    width: 100%;
  }

  .quote-section input {
    width: 100%;
    background: #fff;
    width: 100%;
    height: 55px;
    border: 2px solid #d4d9e0;
    border-radius: 5px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    margin: 5px 0px;
  }

  .quote-section input:focus {
    outline: none !important;
    border-color: #6ccb82;
}

.credit-card {
  padding-top: 30px;
}
.credit-card label {
  width: 200px;
}

.credit-card div {
  padding-bottom: 15px;
}

.credit-card input {
  background: #fff;
  height: 55px;
    border: 2px solid #d4d9e0;
    border-radius: 5px;
    padding: 2px 8px;
    font-size: 16px;
    line-height: 1.2;
    color: #555;
}

.credit-card .select {
  background: #fff;
  height: 55px;
    border: 2px solid #d4d9e0;
    border-radius: 5px;
    padding: 2px 8px;
    font-size: 16px;
    line-height: 1.2;
    color: #555;
}

.credit-card input:focus, .credit-card select:focus { 
  outline: none !important;
  border-color: #6ccb82;

}
.data-info {
  margin-top: 20px;
}
.data-info li span {
  font-weight: 800;
  padding-right: 20px;
}

.data-info li {
  margin-top: 10px;
}

.coverage {
  background-color: #fff;

  margin: 25px 0px;
  padding: 15px 15px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 4px 24.03px 2.97px rgba(25, 38, 62, 0.05);
  box-shadow: 0px 4px 24.03px 2.97px rgba(25, 38, 62, 0.05);
  border-radius: 3px;
}

.coverage  li {
 line-height: 1.4;
}
.coverage  li.money {
  line-height: 1.4;
  padding-bottom: 30px;
  font-weight: 600;
  font-size: 30px;
 }

 .coverage  li.money .currency {
  line-height: 1.4;

  font-weight: 400;
  font-size: 16px;
 }