
.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.blue_link {
color: #386ea2;
text-decoration: underline;
}

.products-list li {
  padding-left: 15px;
  margin-bottom: 10px;
}

.insurance-details-desc .features-list .products-list li {
padding-left: 15px;
  margin-bottom: 10px;
}

.top-header .top-header-left-side {
  text-align: right;
}

.top-header .top-header-left-side ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.top-header .top-header-left-side ul li {
  display: inline-block;
  text-align: left;
  position: relative;
  padding-left: 52px;
  color: #ffffff;
  font-size: 14px;
  margin-right: 20px;
}

.top-header .top-header-left-side ul li .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  background-color: #3aade1;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top-header .top-header-left-side ul li span {
  display: block;
}

.top-header .top-header-left-side ul li a {
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.top-header .top-header-left-side ul li a.default-btn {
  background-color: #3aade1;
  color: #ffffff;
  top: 4px;
  font-size: 15px;
}

.top-header .top-header-left-side ul li a.default-btn span {
  background: #ffffff;
}

.top-header .top-header-left-side ul li a.default-btn:hover {
  color: #002e5b;
}

.top-header .top-header-left-side ul li:hover .icon {
  background-color: #ffffff;
  color: #3aade1;
}

.top-header .top-header-left-side ul li:last-child {
  padding-left: 0;
  margin-right: 0;
}

@media (max-width: 767px) {
  .top-header {
    display: none;
  }

}