* {
  font-size: 16px;
  font-family: 'Open sans';
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: 1.42857143;
  -webkit-font-smoothing: antialiased;
  color: #4A4A4A;
}
@media only screen and (max-width: 991px) {
  * {
    font-size: 20px;
  }
}
.no-gutter {
  padding: 0px !important;
  margin: 0px !important;
}
.add-gutter-top {
  padding-top: 20px !important;
}
.add-gutter-bottom {
  padding-bottom: 20px !important;
}
.add-gutter {
  padding: 20px !important;
}
/* Headings */
h1,
.h1 {
  font-weight: 800;
  font-size: 32px;
  color: #01A2DD;
}
h2 {
  font-weight: 800;
  font-size: 22px;
  color: #01A2DD;
}
/* Lists */
ul {
  margin: 0;
}
ul.dashed {
  list-style-type: none;
}
ul.dashed > li {
  text-indent: -38px;
}
ul.dashed > li:before {
  content: "- ";
}
/* Header */

.header{
  background: #fff;
}
.header > .container {
  top: 0px;
  width: 100%;
  position: fixed;
    background: #fff;
    z-index: 10000;
    margin-top: 0px !important;
}
.header a {
  color: #000;
  text-decoration: underline;
}
.header .features {
    padding: 40px;
    font-weight: 600;
}
.header .logo {
  padding: 0;
}
.contact {
  margin-right: 20px;
  font-weight: 600;
}
.container {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* Spotlight */
.spotlight {
  position: relative;
  z-index: 1;
  background: #fff;
}
.spotlight .container {
  position: absolute;
  margin-top: -1px;
}
.spotlight .item {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.spotlight .item img {
  width: 100%;
  min-width: 50%;
}
.spotlight .text {
  padding: 23px;
  background-color: rgba(39, 41, 42, 0.75);
  font-weight: normal;
  overflow:hidden;
}

.spotlight iframe {
  max-height: 300px;
}
.text .title {
  font-weight: 800;
  font-size: 32px;
  padding-bottom: 20px;
  color: #fff;
}
.text .p {
  font-weight: 400;
  padding-bottom: 10px;
  color: #fff;
}
.text .btn {
  margin-top: 10px;
}
.btn {
  height: 60px;
  width: 183px;
}
.btn-success {
  background: #01A2DD;
  border-color: #01A2DD;
  font-size: 16px;
  font-weight: 500;
}
.btn-success:hover {
  background: #01A2DD;
  border-color: #01A2DD;
}
.btn-success:active:focus {
  background: #01A2DD;
  border-color: #01A2DD;
}
.btn-success:focus {
  background: #2F6230;
  border-color: #2F6230;
}
.spotlight-mobile {
  background: #eeeeee;
}
.spotlight-mobile .item .container {
  background: #eeeeee;
  margin-top: 22px !important;
}
.spotlight-mobile .item .container .text .p
 {
  color: #4A4A4A;
}
.spotlight-mobile .item .container .text .title {
  color: #01A2DD;
}
/* Footer */
.footer {
  background: #01A2DD;
  height: 170px;
  display: flex;
  align-items: center;
}
.footer p {
  color: #fff !important;
}
.footer a {
  color: #fff !important;
}
.footer .social-media .icon i {
  font-size: 30px;
  color: #fff;
  line-height: 1.6;
  left: 13px;
  position: relative;
}
/* Social media */
.social-media-block {
  width: 50px;
  height: 50px;
  border-radius: 3px;
  background: #01A2DD;
  margin-left: 20px;
}
.fa-facebook {
  left: 16px !important;
}
/* Copyright */
.copyright {
  height: 170px;
  display: flex;
  align-items: center;
}
.copyright p {
    color: #9B9B9B !important;
}
/* Media views */
@media only screen and (max-width: 991px) {
  .logo {
    text-align: center;
  }
  .spotlight .container {
    display: none;
  }
}
@media only screen and (max-width: 472px) {
  .twitter {
    margin-top: 20px !important;
  }
}
.payment-icons {
  float: right;
}
.info {
  float: right;
  margin-left: 20px;
}
