html,
body,
div,
p,
ul,
li,
span,
a,
input,
h1,
h2,
h3 {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #666;
}
input,
button,
textarea {
  border: 0;
  outline: none;
}
li {
  list-style: none;
}
/* clear float*/
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.container {
  padding: 0;
}
.col-md-12,
.col-md-6 {
  padding: 0 !important;
}
.card-headline {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: normal;
  padding: 10px 0;
  cursor: pointer;
}
.card-headline img {
  width: 30px;
  height: 15px;
  vertical-align: middle;
}
footer {
  position: relative;
}
footer .footer-link {
  position: absolute;
  right: 28%;
  bottom: 10%;
}
footer .footer-link a {
  display: inline-block;
  margin-right: 20px;
}
footer .footer-link a img {
  width: 20px;
  height: 20px;
}
.contact-right-text {
  position: relative;
}
.contact-right-text .contact-link {
  position: absolute;
  left: 15%;
  bottom: 40%;
}
.contact-right-text .contact-link a {
  display: inline-block;
  margin-right: 10px;
}
.contact-right-text .contact-link a img {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 1200px) {
  footer {
    position: relative;
  }
  footer .footer-link {
    position: absolute;
    right: 27%;
    bottom: 10%;
  }
  .contact-right-text {
    position: relative;
  }
  .contact-right-text .contact-link {
    position: absolute;
    left: 17%;
    bottom: 40%;
  }
  .contact-right-text .contact-link a {
    display: inline-block;
    margin-right: 10px;
  }
  .contact-right-text .contact-link a img {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 991px) {
  footer {
    position: relative;
  }
  footer .footer-link {
    position: absolute;
    right: 30%;
    bottom: 10%;
  }
  footer .footer-link a {
    display: inline-block;
    margin-right: 10px;
  }
  footer .footer-link a img {
    width: 10px;
    height: 10px;
  }
  .contact-right-text {
    position: relative;
  }
  .contact-right-text .contact-link {
    position: absolute;
    left: 20%;
    bottom: 40%;
  }
  .contact-right-text .contact-link a {
    display: inline-block;
    margin-right: 10px;
  }
  .contact-right-text .contact-link a img {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    position: relative;
  }
  footer .footer-link {
    position: absolute;
    right: 28%;
    bottom: 10%;
  }
  footer .footer-link a {
    display: inline-block;
    margin-right: 10px;
  }
  footer .footer-link a img {
    width: 10px;
    height: 10px;
  }
  .contact-right-text {
    position: relative;
  }
  .contact-right-text .contact-link {
    position: absolute;
    left: 16%;
    bottom: 40%;
  }
  .contact-right-text .contact-link a {
    display: inline-block;
    margin-right: 10px;
  }
  .contact-right-text .contact-link a img {
    width: 10px;
    height: 10px;
  }
}
.navbar-nav li {
  margin-right: 30px;
}
.navbar-nav li.active a {
  background-color: #b4915b;
  color: #fff !important;
}
